summary refs log tree commit diff stats
path: root/lib/pure/dynlib.nim
Commit message (Collapse)AuthorAgeFilesLines
* docs: dlimport -> dynlib (#15175)Silvio2020-08-111-1/+1
|
* [backport] run nimpretty on os-related stuffnarimiran2019-09-301-6/+6
|
* Use proper types according to MSDN and fix clang build of windows dynlib ↵Giovanni Petrantoni2019-07-261-12/+8
| | | | (#11828)
* styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-101-6/+6
| | | | --styleCheck:error
* dynlib: use posix module (#11623)Jacek Sieka2019-07-081-17/+11
|
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-2/+2
|
* newruntime: progressAraq2019-04-011-4/+1
|
* Nintendo switch support (#8069)Joey2018-06-271-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add config section for Nintendo Switch * Add compiler configuration for Nintendo Switch and it's CPU * Add specific lib code for Nintendo Switch * Add GC support for Nintendo Switch * Update changelog for Nintendo Switch * Update changelog with more info about fixed paths * Cleaned up GC memory management a bit * Relocate docs for Switch * Rename aarch64NoneElfGcc to nintendoSwitchGCC * Remove armv8a57 * Fix installer.ini * Reuse code in linux and amd64 * Add posix defs for nintendo switch * Add more defined sections for nintendo switch * Remove old comment * Add what's not supported for Nintendo Switch docs * Make nintendoswitch == posix * Remove DEVKITPRO references from nim.cfg * Make PR extccomp changes * Remove Result type alias * Add separate switch consts file * Update docs for nintendo switch * Fix travis errors with undefined consts and add correct wait.h procs
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-4/+2
|
* Add an example to the `dynlib` module docEuan T2018-03-211-0/+43
| | | Following a quesiton on Gitter about loading libraries dynamically based upon some runtime parameter, I noticed there's no documentation on the `dynlib` module for something that's quite common.
* Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.Yuriy Glukhov2016-11-301-4/+28
|
* Added checks for CPPKonstantin Zaitsev2016-02-281-3/+7
|
* Fixed THINSTANCE declaration in dynlib.nim for VS compilerKonstantin Zaitsev2016-02-251-1/+2
|
* Trim trailling spacesSergey Avseyev2015-06-261-6/+6
|
* fixed poxix dynlib names for bigbreakPhilip Witte2014-09-041-7/+7
|
* more modules updatedAraq2014-08-281-12/+12
|
* big renameAraq2014-08-271-2/+4
|
* should fix the nkExprColonExpr bug in the vmAraq2014-03-131-1/+1
|
* dynlib: optionally pass RTLD_GLOBAL to dlopenMicky Latowicki2014-02-101-3/+7
|
* case consistency for dynlib.nimAraq2014-02-021-10/+10
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* small improvements for FFIAraq2012-12-261-1/+8
|
* website improvements; better opengl wrapper (still broken)Araq2012-09-281-9/+12
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
|
* version0.7.10Andreas Rumpf2009-06-081-0/+84