summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeLines
* GH-1052 try using c++1y on OSXPetr Mrázek2015-06-06-1/+1
|
* GH-1052 switch over to C++14 everywherePetr Mrázek2015-06-06-0/+13
|
* It's a fatal error to not find the dependency checker tool.Petr Mrázek2014-05-02-1/+1
|
* Add a safety net for missing dumpbin.exePetr Mrázek2014-05-02-0/+1681
|
* Merge remote-tracking branch 'origin/feature_cmake_style' into developPetr Mrázek2014-04-21-14/+14
|\ | | | | | | | | Conflicts: CMakeLists.txt
| * Only use tabs for intendentionJan Dalheimer2014-04-09-14/+14
| |
* | Let travis build a clang versionJan Dalheimer2014-04-12-1/+1
|/
* Merge remote-tracking branch 'origin/feature_dotcmake' into developPetr Mrázek2014-04-06-0/+40
|\
| * .cmake files to reduce "code" duplicateJan Dalheimer2014-04-06-0/+40
| |
* | Coverity build and upload target. Also GitFunctions.Jan Dalheimer2014-04-06-0/+72
|/
* Enable high DPI support on OSXPetr Mrázek2013-12-31-0/+40
|
* Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-0/+965
Added missing licenses Added a Java functionality checker (detects 32/64bit java) Refactor of *Update - no longer based on BaseUpdate, but Task directly Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there. Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there. Used the Java checker in the main settings dialog (TODO: instance settings). Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded.