summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cNetwork: Fixed compilation in out-of-source builds.Mattes D2015-01-221-0/+3
|
* Excluded PolarSSL tests from MCS tests.Mattes D2015-01-221-1/+2
|
* Added the libevent library.Mattes D2015-01-221-0/+11
|
* CMake: Check libs in submodules before configuring.Mattes D2015-01-091-0/+8
| | | | This provides an early error message when someone forgets to init / update submodules.
* CMake: Added a C++11 check for VS.Mattes D2014-11-021-0/+15
| | | | VS2010- cannot be used, VS2012 needs to have a 2012-CTP compiler installed, VS2013+ has all the features we need.
* Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+0
|
* Added MCServer_ prfix to env vars for versionsTycho2014-09-101-6/+6
|
* Added abilty to set build infoTycho2014-09-101-0/+19
| | | | | build info is displayed at startup Fixes #1410
* Added workaround for clang versionTycho2014-09-061-1/+1
|
* bumped cmake version min and fixed clang supportTycho2014-09-061-1/+1
|
* Fixed SQLiteCpp include paths for MSVC2010+.Mattes D2014-07-281-1/+1
|
* Fixed include directories for SQLiteCpp.madmaxoft2014-07-281-0/+6
|
* Added SQLiteCpp library.madmaxoft2014-07-281-0/+9
| | | | This provides C++ wrappers for SQLite, making it safer to use in the C++ environment.
* Merge branch 'master' into LuaProxyMattes D2014-07-011-1/+0
|\
| * Removed the md5 library, obsoleted by PolarSSL.Mattes D2014-06-271-1/+0
| | | | | | | | Fixes #1130.
* | Added the Lua Proxy DLL.madmaxoft2014-06-241-0/+4
|/ | | | This builds the lua5.1.dll file on Windows, making it 64-bit if so required.
* Maybe coverage working?Tycho2014-05-101-0/+4
|
* Added Testing capabilityTycho2014-04-271-1/+6
|
* Prepended Travis to env varsTycho2014-03-101-5/+7
|
* Move env code part 2worktycho2014-03-071-0/+9
| | | Only just noticed I committed this on the wrong branch.
* Fixed commentTycho2014-02-161-1/+1
|
* can Now build ProtoProxy alongside MCServerTycho2014-02-161-1/+2
|
* Allow building MCADefrag at the same time as MCServerTycho2014-02-161-4/+9
|
* Added a seperate module for Setting flagsTycho2014-02-161-179/+7
|
* Added support to start up MCServer and then immediatly sut it down in travisTycho2014-02-051-0/+4
|
* Explicitly make chars signed at the compiler-level.madmaxoft2014-02-041-0/+3
| | | | Should fix #640.
* Ensure -Wall is enabledTycho2014-02-041-0/+1
|
* Changed it so std was actually set to c++11 in clang not gcc on OS XTycho2014-01-261-2/+11
|
* Merge pull request #575 from worktycho/GeneratingBenchmarkMattes D2014-01-251-0/+4
|\ | | | | More Interfaces to decouple Generator from the rest of the code
| * First attempt at Compiling Generator seperatlyTycho2014-01-191-0/+4
| |
* | Removed unnecessary defineTiger Wang2014-01-241-7/+0
| |
* | Replacing CryptoPP with PolarSSL.madmaxoft2014-01-221-1/+6
|/ | | | This is only the CMake modification to build with PolarSSL, the actual MCS code doesn't compile at all yet.
* Changed std to c++11 in clang to fix va_copy issuesTycho2014-01-171-0/+1
|
* CMake: MSVC release builds use LTCG.madmaxoft2014-01-151-2/+8
|
* CMake: MSVC builds use static CRT.madmaxoft2014-01-151-0/+9
| | | | We don't want to be dependent on the VC runtime.
* CMake: Release profile build inherits from Release, not Debug.madmaxoft2014-01-141-5/+13
|
* Added -march=native to linux targetsTycho2014-01-131-1/+6
|
* Merge branch master into CmakeMultiConfig.madmaxoft2014-01-121-12/+23
|\
| * Fixed FreeBSD compilitionTycho2014-01-071-0/+11
| |
| * fixed compiler warnings not being enabled in clangTycho Bickerstaff2014-01-021-2/+6
| |
| * merged changes from upstreamTycho Bickerstaff2013-12-311-26/+28
| |\
| * | 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 notTycho Bickerstaff2013-12-221-7/+0
| | |
| * | fixes for mac os xTycho Bickerstaff2013-12-221-4/+8
| | |
* | | Fixed Linux configuration.madmaxoft2013-12-291-1/+1
| | |
* | | CMake: profiling builds get correct commandlines in MSVC.madmaxoft2013-12-281-64/+80
| | |
* | | Added custom configurations for MSVC projects.madmaxoft2013-12-281-19/+43
| |/ |/| | | | | The DebugProfile and ReleaseProfile configurations add profiling capabilities to the respective build.
* | CMake: Fixed mismatching library vs app builds.madmaxoft2013-12-281-26/+29
|/
* Lua is built statically on *nix.madmaxoft2013-12-271-1/+6
|
* Made cmake compilation possible on Windows.madmaxoft2013-12-271-5/+9
|
* added FORCE_32 optionTycho Bickerstaff2013-12-211-1/+15
|
* finished up final build flags for linuxTycho Bickerstaff2013-12-211-2/+19
|
* added profile builds as an optionTycho Bickerstaff2013-12-201-13/+51
|
* fixed D9025tycho2013-12-201-2/+3
|
* fixed multiprocessing on windows and removed redundend compile of headerstycho2013-12-201-0/+5
|
* fixed visual studio compile flagstycho2013-12-191-4/+14
|
* added md5 as a dependency for bindingsTycho Bickerstaff2013-12-191-0/+1
|
* added expat as lua bindings dependincyTycho Bickerstaff2013-12-191-1/+7
|
* compiling sqliteTycho Bickerstaff2013-12-191-0/+1
|
* fixed bindings generationTycho Bickerstaff2013-12-191-0/+1
|
* bindings regenration logicTycho Bickerstaff2013-12-191-0/+1
|
* added zlibTycho Bickerstaff2013-12-111-0/+1
|
* more cmake changesTycho Bickerstaff2013-12-101-1/+4
|
* more cmakeTycho Bickerstaff2013-12-101-0/+9
|
* started work on cmakeTycho Bickerstaff2013-12-101-0/+7