summaryrefslogtreecommitdiff
path: root/libmodman/module_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove all existing codeJan-Michael Brummer2023-03-271-330/+0
* Small performance improvementsAlbert Astals Cid2019-10-041-4/+4
* (hopefully) make libmodman work on windows using mingwnpmccallum2010-09-261-1/+2
* Change modman module to use a structure enabling real builtinnicolas.dufresne2010-08-181-32/+17
* correct some delete references; fixes issue 91; patch from Erik van Pienbroeknpmccallum2010-03-051-1/+1
* fix all symbols with a leading '_'npmccallum2010-02-241-11/+11
* fix a crasher if debug is enabled and no config_modules are found; make built...npmccallum2010-02-241-3/+9
* fix the last commitnpmccallum2010-02-241-1/+1
* move module suffixes to inside (don't expose in the api)npmccallum2010-02-241-3/+11
* add support for builtin modulesnpmccallum2010-02-241-67/+107
* Fix the output processing for win32's base type idnpmccallum2010-02-161-1/+1
* general libmodman/module.[ch]pp cleanupnpmccallum2010-02-161-7/+7
* A slightly similar version of WIN32 lazy loadingnpmccallum2010-02-151-2/+2
* fix non-win32 buildnpmccallum2010-02-151-1/+1
* enable lazy loading on win32npmccallum2010-02-151-13/+28
* 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-141-62/+71
* win32 smod build fixesnpmccallum2010-02-121-2/+2
* add load_module() methodnpmccallum2010-02-111-45/+82
* added suffix support to the load_dir() methodnpmccallum2010-02-111-4/+7
* fix an instance where I forgot to make output dependant on debug statenpmccallum2010-02-081-1/+1
* add debug support for the preload casenpmccallum2010-02-081-0/+2
* make error messages a little cleanernpmccallum2010-02-081-10/+12
* add in debug messaging to libmodman (activated by _MM_DEBUG); remove __MM_INT...npmccallum2010-02-081-6/+24
* make DLL_EXPORT privatenpmccallum2010-02-071-0/+1
* remove googlecode from the namespacenpmccallum2010-02-051-1/+1
* make modman work on win32 (test suite still doesn't work, but at least the li...npmccallum2010-02-051-30/+7
* port config_w32reg to libmodman; a few other misc win32 fixesnpmccallum2010-02-051-6/+6
* massive rework; split off libmodman; make unit tests for libmodman; remove co...npmccallum2010-02-051-0/+221