summary refs log tree commit diff stats
path: root/lib/pure/dynlib.nim
Commit message (Expand)AuthorAgeFilesLines
* Genode platform fixes (#17521)Emery Hemingway2021-04-091-0/+26
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-081-1/+1
* Use `.. warning::` (#17320)konsumlamm2021-03-101-1/+1
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-1/+1
* use single backtick (#17181)flywind2021-02-241-2/+2
* 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 (#11...Giovanni Petrantoni2019-07-261-12/+8
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-6/+6
* 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
* 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
* 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
/a> 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525