Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-11-05 | Ignore MSVC build artefacts in submodularised libraries. | Mattes D | 1 | -0/+0 | |
2015-11-04 | Outsourced all libraries into submodules | Julian Laubstein | 6 | -147508/+0 | |
2015-05-25 | Support building on FreeBSD | linnemannr | 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 | |||||
2014-07-01 | Proper sqlite dependency fix. | Mattes D | 1 | -1/+2 | |
2014-07-01 | Fixed linking order under MinGW. | Mattes D | 1 | -2/+8 | |
Ref.: #1044 | |||||
2014-05-28 | Cmake system name not System name | worktycho | 1 | -1/+1 | |
2014-05-28 | derp | worktycho | 1 | -1/+1 | |
2014-05-28 | FreeBSD requires __POSIX_VISIBLE macro to be defined | worktycho | 1 | -0/+4 | |
2014-01-07 | Fixed FreeBSD compilition | Tycho | 1 | -1/+1 | |
2013-12-27 | Made cmake compilation possible on Windows. | madmaxoft | 1 | -2/+13 | |
2013-12-19 | compiling sqlite | Tycho Bickerstaff | 1 | -0/+14 | |
2013-11-27 | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 1 | -2/+2 | |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 1 | -2/+2 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 1 | -2/+2 | |
2013-11-24 | Moved SQLite, LuaExpat, and MD5 to /lib | Tiger Wang | 4 | -0/+147472 | |