summaryrefslogtreecommitdiff
path: root/libmodman
Commit message (Expand)AuthorAgeFilesLines
* Use instead of assuming libdl is the right name. Fixes issues 147.dominique.leuenberger@gmail.com2012-03-101-1/+1
* add a comment explaining the lack of const in versnpmccallum2010-09-291-0/+4
* make win32 build work againnpmccallum2010-09-261-1/+1
* fix a test broken by the previous changenpmccallum2010-09-261-0/+2
* (hopefully) make libmodman work on windows using mingwnpmccallum2010-09-262-5/+5
* Statically link internal modmannicolas.dufresne2010-09-231-4/+2
* Fix compilation with Visual Studionicolas.dufresne2010-09-011-2/+2
* Fixed test compilation under OSXnicolas.dufresne2010-08-191-2/+4
* Synced with libmodman enhancementnicolas.dufresne2010-08-183-22/+42
* Bumped libmodman SOVERSION to 1nicolas.dufresne2010-08-181-1/+1
* Change modman module to use a structure enabling real builtinnicolas.dufresne2010-08-186-58/+59
* libmodman testsuite: forcibly link with -Wl,--no-as-needed: the test is based...dominique.leuenberger2010-06-231-0/+1
* Fix building with internal libmodman: remove the "lib" prefix from thedominique.leuenberger2010-06-142-8/+8
* Use more normal path variablesnpmccallum2010-06-131-1/+1
* Fix issue 123: Inverted params in modman VERSIONnicolas.dufresne2010-06-021-1/+1
* Fixed included path after moving to test/ foldernicolas.dufresne2010-06-011-1/+1
* Include BUILD_TESTING option through CTestnicolas.dufresne2010-05-262-61/+68
* merge from stormernpmccallum2010-03-121-2/+8
* use libdir to install the files instead of rlibdir.dominique.leuenberger2010-03-061-1/+1
* correct some delete references; fixes issue 91; patch from Erik van Pienbroeknpmccallum2010-03-051-1/+1
* fix all symbols with a leading '_'npmccallum2010-02-243-14/+14
* added a libmodman test for builtin modulesnpmccallum2010-02-243-0/+32
* remove unused CMakeLists.txtnpmccallum2010-02-241-0/+0
* fix a crasher if debug is enabled and no config_modules are found; make built...npmccallum2010-02-242-4/+10
* move tests up a directory. this should hopefully fix tests on win32npmccallum2010-02-242-56/+56
* fix the last commitnpmccallum2010-02-241-1/+1
* move module suffixes to inside (don't expose in the api)npmccallum2010-02-242-12/+12
* add support for builtin modulesnpmccallum2010-02-243-80/+126
* update test suite to use template version of the singletonnpmccallum2010-02-241-4/+1
* Fix the output processing for win32's base type idnpmccallum2010-02-161-1/+1
* general libmodman/module.[ch]pp cleanupnpmccallum2010-02-164-59/+29
* A slightly similar version of WIN32 lazy loadingnpmccallum2010-02-152-5/+4
* fix non-win32 buildnpmccallum2010-02-151-1/+1
* enable lazy loading on win32npmccallum2010-02-152-18/+45
* disable lazy loading since it doesn't work on win32 yetnpmccallum2010-02-141-2/+2
* implement lazy loadingnpmccallum2010-02-141-15/+20
* rework libmodman to not use a struct in the module metadatanpmccallum2010-02-144-88/+95
* hopefully this should make the last smod test work on win32npmccallum2010-02-122-3/+4
* win32 smod build fixesnpmccallum2010-02-123-3/+13
* add smod everywherenpmccallum2010-02-113-15/+16
* added the smod field to the module structnpmccallum2010-02-111-2/+3
* add load_module() methodnpmccallum2010-02-112-45/+83
* change test output to stdoutnpmccallum2010-02-111-6/+6
* added suffix support to the load_dir() methodnpmccallum2010-02-112-5/+16
* make test suite run on win32npmccallum2010-02-111-45/+53
* make libmodman's test suite a little cleanernpmccallum2010-02-113-49/+48
* fix an instance where I forgot to make output dependant on debug statenpmccallum2010-02-081-1/+1
* make libmodman test suite run on os xnpmccallum2010-02-082-5/+6
* add debug support for the preload casenpmccallum2010-02-081-0/+2
* make error messages a little cleanernpmccallum2010-02-081-10/+12