Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore MSVC build artefacts in submodularised libraries. | Mattes D | 2015-11-05 | 1 | -0/+0 |
| | |||||
* | Outsourced all libraries into submodules | Julian Laubstein | 2015-11-04 | 6 | -147508/+0 |
| | |||||
* | Support building on FreeBSD | linnemannr | 2015-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | SetFlags.cmake Add -lexecinfo to linker flags for FreeBSD to resolve backtrace() lib/sqlite/CMakeLists.txt Define _XOPEN_SOURCE to 600 instead of __POSIX_VISIBLE to 200112 for POSIX 1-2001 support. For POSIX standards, the _XOPEN_SOURCE define controls the eventual value of __POSIX_VISIBLE. _XOPEN_SOURCE is defined to 500 in sqlite.c if not already defined, which sets up _POSIX_C_SOURCE and __POSIX_VISIBLE to the 199506 for POSIX.1c lib/tolua++/CMakeLists.txt src/CMakeLists.txt Add /usr/local/lib to the library search path for FreeBSD builds src/OSSupport/Errors.cpp Correct the strerror_r() implementation determination to check whether _GNU_SOURCE is defined, not what it evaluates to | ||||
* | Proper sqlite dependency fix. | Mattes D | 2014-07-01 | 1 | -1/+2 |
| | |||||
* | Fixed linking order under MinGW. | Mattes D | 2014-07-01 | 1 | -2/+8 |
| | | | | Ref.: #1044 | ||||
* | Cmake system name not System name | worktycho | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | derp | worktycho | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | FreeBSD requires __POSIX_VISIBLE macro to be defined | worktycho | 2014-05-28 | 1 | -0/+4 |
| | |||||
* | Fixed FreeBSD compilition | Tycho | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Made cmake compilation possible on Windows. | madmaxoft | 2013-12-27 | 1 | -2/+13 |
| | |||||
* | compiling sqlite | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+14 |
| | |||||
* | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 2013-11-27 | 1 | -2/+2 |
| | |||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -2/+2 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | Moved SQLite, LuaExpat, and MD5 to /lib | Tiger Wang | 2013-11-24 | 4 | -0/+147472 |