summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-13Renamed unused source files from zlib.madmaxoft2-0/+0
These files are included in zlib, but they should not be compiled into the actual library. Since they contain example code on how to use the lib, I decided to keep them, renamed to .txt.
2014-01-13CMake: Lua DLL is built in the correct folder.madmaxoft1-0/+11
Also removed SCL warnings from MSVC builds.
2014-01-11Fixed the warning in CryptoPP.madmaxoft1-1/+1
It was getting on my nerves too much, decided to actually fix their code.
2014-01-11Fixed reading the files.madmaxoft1-1/+1
Duplicate values were ignored.
2014-01-11IniFile: Split SetValue() into AddValue() and SetValue().madmaxoft2-39/+76
Each function does what one would assume - AddValue adds a new value, SetValue overwrites existing value (creates a new one if not exists, if instructed to do so).
2014-01-10Fixed cIniFile's SetValue().madmaxoft1-9/+1
How did we not see this earlier? Each call to SetValue would actually ADD a value!
2014-01-10Using dlopen() on all platforms except WIN32.madmaxoft1-5/+1
2014-01-09Specified the dynamic loader Lua should use.madmaxoft1-0/+9
2014-01-07Fixed FreeBSD compilitionTycho2-2/+2
2014-01-06Undid the changes to cryptlib.cpp.Diusrex1-10/+0
Instead, altered the VC2008 cryptopp project settings. Someone else will probably need to do the same thing for the 2013 version, since I don't have access to VC2013.
2014-01-05Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.hDiusrex1-0/+10
I also added a warning(push)/(pop) around crpytlib.cpp because it would go crazy with warnings. So now, the only warning from cryptopp that is not blocked is 'unreferenced local function has been removed', which also occurs at a single function.
2014-01-03derpTycho1-0/+3
2014-01-03removed tolua++ makefile which is overwritten by cmakeTycho1-338/+0
2013-12-27Fixed unix Lua dependencies.madmaxoft1-1/+1
2013-12-27Made cmake compilation possible on Windows.madmaxoft3-9/+36
2013-12-22removed lua makefileTycho Bickerstaff1-944/+0
2013-12-22fixed rdynamic as its not acctually needed a cmake handles it, looks like the problem was caused by the linux linker accepting the option twice and the os x linker notTycho Bickerstaff1-54/+0
2013-12-22converted commneted paramater names to the unused macroTycho Bickerstaff1-54/+0
2013-12-21fixed lua dynamic libraryTycho Bickerstaff1-2/+2
2013-12-20fixed include of math on windowstycho1-0/+2
2013-12-20made LUA shared unless STATIC_LUA is setTycho Bickerstaff1-0/+4
2013-12-20fixed lua dependency on libmTycho Bickerstaff1-0/+1
2013-12-20possable fix of typoTycho Bickerstaff1-1/+1
2013-12-20Revert "fixed bad reference to math library"Tycho Bickerstaff1-2/+1
This reverts commit 0836e5e6602f3101660e7653d7796be7f8f5bd80.
2013-12-20Revert "fixed bad reference to math library"Tycho Bickerstaff1-2/+2
This reverts commit c2167d7ed73c96c7e8cb935074ba860e11c821f9.
2013-12-20fixed bad reference to math libraryTycho Bickerstaff1-2/+2
2013-12-20fixed bad reference to math libraryTycho Bickerstaff1-1/+2
2013-12-20fixed compile errors with headers and math librarytycho1-1/+5
2013-12-19added md5 as a dependency for bindingsTycho Bickerstaff1-0/+11
2013-12-19added expat as lua bindings dependincyTycho Bickerstaff4-19/+63
2013-12-19compiling sqliteTycho Bickerstaff1-0/+14
2013-12-19fixed bindings generationTycho Bickerstaff6-8036/+1087
2013-12-19Revert "Removed unused ToLua files." to allow the new cmake system to build on tolua++ on linuxTycho Bickerstaff6-0/+16332
This reverts commit 906fd503439becaa0856119c573d5dfbbd7f7039.
2013-12-19bindings regenration logicTycho Bickerstaff3-132/+281
2013-12-18added zlib and UITycho Bickerstaff1-0/+11
2013-12-11added zlibTycho Bickerstaff1-1/+0
2013-12-10more cmake changesTycho Bickerstaff2-2/+13
2013-12-10more cmakeTycho Bickerstaff2-0/+17
2013-12-10started work on cmakeTycho Bickerstaff1-0/+7
2013-12-08Fixed tolua++ compilation.madmaxoft3-4/+4
Duplicate files, wrong includes, const-incorrect code...
2013-12-08Removed unused ToLua files.madmaxoft6-16332/+0
Those were used to compile the tolua executable and were getting in the way - Unix makefile tried to compile them into MCS.
2013-11-27Removed faulty .gitattributes.madmaxoft1-8/+8
They cause git to think that files have been modified although they have not, and makes it impossible to revert the files to un-changed form. See http://stackoverflow.com/questions/5009096/files-showing-as-modified-directly-after-git-clone 's first answer.
2013-11-27Fixed VC2008 compilation, normalized include paths.madmaxoft2-5/+5
2013-11-25Fixed all outstanding VS compilation issuesTiger Wang1-1/+1
Also updated VS2008 files.
2013-11-25Further attempts to fix compileTiger Wang3-7/+7
2013-11-24Attempt to fix compilationTiger Wang11-22/+22
2013-11-24Moved SQLite, LuaExpat, and MD5 to /libTiger Wang8-0/+148557
2013-11-24Moved tolua++Alexander Harkness57-0/+25232
2013-11-24Moved zlibAlexander Harkness28-0/+13968
2013-11-24Moved LuaAlexander Harkness61-0/+17630
2013-11-24Moved JSONCPPAlexander Harkness16-0/+6513
2013-11-24Moved iniFileAlexander Harkness2-0/+1012
2013-11-24Moved expatAlexander Harkness18-0/+13475
2013-11-24move cryptopp into libAlexander Harkness193-0/+48154