| Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Fixed '-dirty' submodule changes
Probably fixes an issue somewhere too?
|
|
Conflicts:
lib/jsoncpp
|
|
|
|
|
|
|
|
Ref.: #2204
|
|
|
|
|
|
|
|
|
|
|
|
Ref.: #1880.
|
|
|
|
|
|
|
|
This provides an early error message when someone forgets to init / update submodules.
|
|
VS2010- cannot be used, VS2012 needs to have a 2012-CTP compiler installed, VS2013+ has all the features we need.
|
|
|
|
|
|
build info is displayed at startup
Fixes #1410
|
|
|
|
|
|
|
|
|
|
This provides C++ wrappers for SQLite, making it safer to use in the C++ environment.
|
|
Fixes #1130.
|
|
This builds the lua5.1.dll file on Windows, making it 64-bit if so required.
|
|
|
|
|
|
|
|
Only just noticed I committed this on the wrong branch.
|
|
|
|
|
|
|
|
|
|
|
|
Should fix #640.
|
|
|
|
|
|
|
|
This is only the CMake modification to build with PolarSSL, the actual MCS code doesn't compile at all yet.
|
|
|
|
|
|
|
|
We don't want to be dependent on the VC runtime.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The DebugProfile and ReleaseProfile configurations add profiling capabilities to the respective build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|