summaryrefslogtreecommitdiffstats
path: root/lib/sqlite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ignore MSVC build artefacts in submodularised libraries.Mattes D2015-11-051-0/+0
|
* Outsourced all libraries into submodulesJulian Laubstein2015-11-046-147508/+0
|
* Support building on FreeBSDlinnemannr2015-05-251-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 D2014-07-011-1/+2
|
* Fixed linking order under MinGW.Mattes D2014-07-011-2/+8
| | | | Ref.: #1044
* Cmake system name not System nameworktycho2014-05-281-1/+1
|
* derpworktycho2014-05-281-1/+1
|
* FreeBSD requires __POSIX_VISIBLE macro to be definedworktycho2014-05-281-0/+4
|
* Fixed FreeBSD compilitionTycho2014-01-071-1/+1
|
* Made cmake compilation possible on Windows.madmaxoft2013-12-271-2/+13
|
* compiling sqliteTycho Bickerstaff2013-12-191-0/+14
|
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-271-2/+2
|
* Further attempts to fix compileTiger Wang2013-11-251-2/+2
|
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
|
* Moved SQLite, LuaExpat, and MD5 to /libTiger Wang2013-11-244-0/+147472