Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Undid the changes to cryptlib.cpp. | Diusrex | 2014-01-06 | 1 | -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. | ||||
* | Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.h | Diusrex | 2014-01-05 | 1 | -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. | ||||
* | derp | Tycho | 2014-01-03 | 1 | -0/+3 |
| | |||||
* | removed lua makefile | Tycho Bickerstaff | 2013-12-22 | 1 | -944/+0 |
| | |||||
* | fixed 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 not | Tycho Bickerstaff | 2013-12-22 | 1 | -54/+0 |
| | |||||
* | Fixed unix Lua dependencies. | madmaxoft | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | Made cmake compilation possible on Windows. | madmaxoft | 2013-12-27 | 3 | -9/+36 |
| | |||||
* | fixed lua dynamic library | Tycho Bickerstaff | 2013-12-21 | 1 | -2/+2 |
| | |||||
* | fixed include of math on windows | tycho | 2013-12-20 | 1 | -0/+2 |
| | |||||
* | made LUA shared unless STATIC_LUA is set | Tycho Bickerstaff | 2013-12-20 | 1 | -0/+4 |
| | |||||
* | fixed lua dependency on libm | Tycho Bickerstaff | 2013-12-20 | 1 | -0/+1 |
| | |||||
* | possable fix of typo | Tycho Bickerstaff | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Revert "fixed bad reference to math library" | Tycho Bickerstaff | 2013-12-20 | 1 | -2/+1 |
| | | | | This reverts commit 0836e5e6602f3101660e7653d7796be7f8f5bd80. | ||||
* | Revert "fixed bad reference to math library" | Tycho Bickerstaff | 2013-12-20 | 1 | -2/+2 |
| | | | | This reverts commit c2167d7ed73c96c7e8cb935074ba860e11c821f9. | ||||
* | fixed bad reference to math library | Tycho Bickerstaff | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | fixed bad reference to math library | Tycho Bickerstaff | 2013-12-20 | 1 | -1/+2 |
| | |||||
* | fixed compile errors with headers and math library | tycho | 2013-12-20 | 1 | -1/+5 |
| | |||||
* | added md5 as a dependency for bindings | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+11 |
| | |||||
* | added expat as lua bindings dependincy | Tycho Bickerstaff | 2013-12-19 | 4 | -19/+63 |
| | |||||
* | compiling sqlite | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+14 |
| | |||||
* | fixed bindings generation | Tycho Bickerstaff | 2013-12-19 | 6 | -8036/+1087 |
| | |||||
* | Revert "Removed unused ToLua files." to allow the new cmake system to build on tolua++ on linux | Tycho Bickerstaff | 2013-12-19 | 6 | -0/+16332 |
| | | | | This reverts commit 906fd503439becaa0856119c573d5dfbbd7f7039. | ||||
* | bindings regenration logic | Tycho Bickerstaff | 2013-12-19 | 3 | -132/+281 |
| | |||||
* | added zlib and UI | Tycho Bickerstaff | 2013-12-18 | 1 | -0/+11 |
| | |||||
* | added zlib | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+0 |
| | |||||
* | more cmake changes | Tycho Bickerstaff | 2013-12-10 | 2 | -2/+13 |
| | |||||
* | more cmake | Tycho Bickerstaff | 2013-12-10 | 2 | -0/+17 |
| | |||||
* | started work on cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |
| | |||||
* | Fixed tolua++ compilation. | madmaxoft | 2013-12-08 | 3 | -4/+4 |
| | | | | Duplicate files, wrong includes, const-incorrect code... | ||||
* | Removed unused ToLua files. | madmaxoft | 2013-12-08 | 6 | -16332/+0 |
| | | | | Those were used to compile the tolua executable and were getting in the way - Unix makefile tried to compile them into MCS. | ||||
* | Removed faulty .gitattributes. | madmaxoft | 2013-11-27 | 1 | -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. | ||||
* | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 2013-11-27 | 2 | -5/+5 |
| | |||||
* | Fixed all outstanding VS compilation issues | Tiger Wang | 2013-11-25 | 1 | -1/+1 |
| | | | | Also updated VS2008 files. | ||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 3 | -7/+7 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 11 | -22/+22 |
| | |||||
* | Moved SQLite, LuaExpat, and MD5 to /lib | Tiger Wang | 2013-11-24 | 8 | -0/+148557 |
| | |||||
* | Moved tolua++ | Alexander Harkness | 2013-11-24 | 57 | -0/+25232 |
| | |||||
* | Moved zlib | Alexander Harkness | 2013-11-24 | 28 | -0/+13968 |
| | |||||
* | Moved Lua | Alexander Harkness | 2013-11-24 | 61 | -0/+17630 |
| | |||||
* | Moved JSONCPP | Alexander Harkness | 2013-11-24 | 16 | -0/+6513 |
| | |||||
* | Moved iniFile | Alexander Harkness | 2013-11-24 | 2 | -0/+1012 |
| | |||||
* | Moved expat | Alexander Harkness | 2013-11-24 | 18 | -0/+13475 |
| | |||||
* | move cryptopp into lib | Alexander Harkness | 2013-11-24 | 193 | -0/+48154 |