Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE revert to dumping all build artifacts to the root | Petr Mrázek | 2016-05-01 | -1/+1 |
| | | | | This fixes unit tests on Windows... Windows has no mechanism to set library lookup path. | |||
* | NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵ | Petr Mrázek | 2016-05-01 | -10/+7 |
| | | | | more dead tests. | |||
* | NOISSUE remove dead unit tests and reorganize CMake code related to unit tests | Petr Mrázek | 2016-05-01 | -0/+158 |
| | ||||
* | NOISSUE re/move some dead code and unused build system parts | Petr Mrázek | 2016-05-01 | -48/+0 |
| | ||||
* | NOISSUE Revert "NOISSUE remove old BundleUtilities. 2014 called and wants ↵ | Petr Mrázek | 2016-01-04 | -0/+786 |
| | | | | | | its cmake scripts back." This reverts commit 8cf23bd5aa0295c8582c74617086c233cb9552a6. | |||
* | NOISSUE remove old BundleUtilities. 2014 called and wants its cmake scripts ↵ | Petr Mrázek | 2016-01-03 | -786/+0 |
| | | | | back. | |||
* | GH-1360 add basic changelog based on github API, fix update dialog buttons | Petr Mrázek | 2015-12-28 | -0/+171 |
| | ||||
* | NOISSUE clean up some old cmake messes | Petr Mrázek | 2015-09-28 | -26/+0 |
| | ||||
* | GH-1052 try using c++1y on OSX | Petr Mrázek | 2015-06-06 | -1/+1 |
| | ||||
* | GH-1052 switch over to C++14 everywhere | Petr Mrázek | 2015-06-06 | -0/+13 |
| | ||||
* | It's a fatal error to not find the dependency checker tool. | Petr Mrázek | 2014-05-02 | -1/+1 |
| | ||||
* | Add a safety net for missing dumpbin.exe | Petr Mrázek | 2014-05-02 | -0/+1681 |
| | ||||
* | Merge remote-tracking branch 'origin/feature_cmake_style' into develop | Petr Mrázek | 2014-04-21 | -14/+14 |
|\ | | | | | | | | | Conflicts: CMakeLists.txt | |||
| * | Only use tabs for intendention | Jan Dalheimer | 2014-04-09 | -14/+14 |
| | | ||||
* | | Let travis build a clang version | Jan Dalheimer | 2014-04-12 | -1/+1 |
|/ | ||||
* | Merge remote-tracking branch 'origin/feature_dotcmake' into develop | Petr Mrázek | 2014-04-06 | -0/+40 |
|\ | ||||
| * | .cmake files to reduce "code" duplicate | Jan Dalheimer | 2014-04-06 | -0/+40 |
| | | ||||
* | | Coverity build and upload target. Also GitFunctions. | Jan Dalheimer | 2014-04-06 | -0/+72 |
|/ | ||||
* | Enable high DPI support on OSX | Petr Mrázek | 2013-12-31 | -0/+40 |
| | ||||
* | Prepare for rework of instance launch/update | Petr Mrázek | 2013-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. |