Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtAutogen: Generate moc compilation in _automoc.dir/moc_compilation.cpp | Sebastian Holtermann | 2016-12-07 | 2 | -19/+19 |
| | |||||
* | QtAutogen: Use upper case for MOC, UIC and RCC in messages | Sebastian Holtermann | 2016-12-07 | 2 | -4/+4 |
| | |||||
* | QtAutogen: New common bold logging method | Sebastian Holtermann | 2016-12-07 | 2 | -16/+16 |
| | |||||
* | QtAutogen: Make sure parent directory exists before writing files | Sebastian Holtermann | 2016-12-07 | 2 | -37/+85 |
| | |||||
* | QtAutogen: Improved error handling | Sebastian Holtermann | 2016-12-07 | 2 | -18/+32 |
| | |||||
* | QtAutogen: Error and warning log method tweaks | Sebastian Holtermann | 2016-12-07 | 2 | -15/+27 |
| | |||||
* | QtAutogen: Improved error recognition | Sebastian Holtermann | 2016-12-07 | 1 | -42/+48 |
| | |||||
* | QtAutogen: Improved error recognition on config load | Sebastian Holtermann | 2016-12-07 | 2 | -24/+40 |
| | |||||
* | QtAutogen: Comments | Sebastian Holtermann | 2016-12-06 | 1 | -0/+3 |
| | |||||
* | QtAutogen: For loop feature test optimization | Sebastian Holtermann | 2016-12-06 | 1 | -12/+11 |
| | |||||
* | QtAutogen: Variable scope optimizations | Sebastian Holtermann | 2016-12-06 | 1 | -34/+39 |
| | |||||
* | QtAutogen: Rename variable templates in config template | Sebastian Holtermann | 2016-12-06 | 1 | -6/+3 |
| | |||||
* | QtAutogen: Make strings const | Sebastian Holtermann | 2016-12-06 | 1 | -2/+2 |
| | |||||
* | QtAutogen: Rename config AM_RELAXED_MODE to AM_MOC_RELAXED_MODE | Sebastian Holtermann | 2016-12-06 | 2 | -3/+3 |
| | |||||
* | QtAutogen: Change config file permissions only on demand | Sebastian Holtermann | 2016-12-06 | 1 | -10/+15 |
| | |||||
* | QtAutogen: Inline single use variable | Sebastian Holtermann | 2016-12-06 | 1 | -6/+2 |
| | |||||
* | QtAutogen: Remove unused intermediate definition in makefile | Sebastian Holtermann | 2016-12-06 | 1 | -5/+1 |
| | |||||
* | QtAutogen: Moc related variable renamed | Sebastian Holtermann | 2016-12-06 | 1 | -6/+6 |
| | |||||
* | QtAutogen: Moc related variable renamed | Sebastian Holtermann | 2016-12-06 | 1 | -6/+6 |
| | |||||
* | QtAutogen: Target directory name function rename | Sebastian Holtermann | 2016-12-06 | 1 | -3/+3 |
| | |||||
* | QtAutogen: Move util functions to file begin | Sebastian Holtermann | 2016-12-06 | 1 | -20/+20 |
| | |||||
* | QtAutogen: Moc related setup function rename | Sebastian Holtermann | 2016-12-06 | 1 | -2/+2 |
| | |||||
* | QtAutogen: Uic related function rename | Sebastian Holtermann | 2016-12-06 | 1 | -3/+3 |
| | |||||
* | QtAutogen: Uic related setup function rename | Sebastian Holtermann | 2016-12-06 | 1 | -2/+2 |
| | |||||
* | QtAutogen: Rcc related function rename | Sebastian Holtermann | 2016-12-06 | 1 | -3/+3 |
| | |||||
* | QtAutogen: Rcc related function rename | Sebastian Holtermann | 2016-12-06 | 1 | -2/+2 |
| | |||||
* | QtAutogen: Rcc related list function rename | Sebastian Holtermann | 2016-12-06 | 1 | -9/+9 |
| | |||||
* | QtAutogen: Rcc related setup function rename | Sebastian Holtermann | 2016-12-06 | 1 | -2/+2 |
| | |||||
* | QtAutogen: Remove and inline ReadAll function | Sebastian Holtermann | 2016-12-06 | 1 | -10/+7 |
| | | | | The function was only used once. | ||||
* | QtAutogen: Use shorter name for static function | Sebastian Holtermann | 2016-12-06 | 1 | -3/+3 |
| | |||||
* | QtAutogen: Use util prefix for static function name | Sebastian Holtermann | 2016-12-06 | 1 | -4/+4 |
| | |||||
* | Merge topic 'update-kwsys' | Brad King | 2016-12-06 | 8 | -103/+198 |
|\ | | | | | | | | | | | 7f307d9e Merge branch 'upstream-KWSys' into update-kwsys 1b50bd3f KWSys 2016-12-02 (4967ccc0) | ||||
| * | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-12-05 | 8 | -103/+198 |
| | | | | | | | | | | * upstream-KWSys: KWSys 2016-12-02 (4967ccc0) | ||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-06 | 1 | -1/+1 |
| | | |||||
* | | Merge topic 'features-c++17' | Brad King | 2016-12-05 | 4 | -8/+30 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | 97c1e569 Help: Add release note for C++ 17 support 85c8e652 Features: Activate C++ 17 support for AppleClang 6.1+ 8084f7a6 Features: Activate C++ 17 support for Clang 3.5+ 24e29d41 Features: Activate C++ 17 support for GNU 5.1+ ae1a6815 Features: Add infrastructure for C++ 17 language standard 684e4d20 Features: Make feature recording conditions more consistent | ||||
| * | Features: Add infrastructure for C++ 17 language standard | Brad King | 2016-12-02 | 4 | -8/+30 |
| | | | | | | | | Issue: #16468 | ||||
* | | Merge topic 'test-handler-multimap' | Brad King | 2016-12-05 | 1 | -27/+20 |
|\ \ | | | | | | | | | | | | | 1af67b19 cmCTestTestHandler: use multimap | ||||
| * | | cmCTestTestHandler: use multimap | Daniel Pfeifer | 2016-12-03 | 1 | -27/+20 |
| | | | |||||
* | | | Merge topic 'src-COMPILE_FLAGS-genex' | Brad King | 2016-12-05 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | 5dec0a23 server-mode: Fix per-source COMPILE_FLAGS genex evaluation | ||||
| * | | | server-mode: Fix per-source COMPILE_FLAGS genex evaluation | Tobias Hunger | 2016-12-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Logic added by commit 1e4bb358 (Add generator expression support to per-source COMPILE_FLAGS, 2016-10-25) accidentally frees memory before finishing with it. Revise the logic to hold the memory long enough. | ||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-04 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge topic 'cmake-gui-T-help' | Brad King | 2016-12-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | dde72ee9 cmake-gui: Clarify help string on toolset selection field | ||||
| * | | | cmake-gui: Clarify help string on toolset selection field | Brad King | 2016-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The text `-T parameter` may be read as an example value for the field, but the `-T` part should not be included. Clarify the wording. Closes: #16475 | ||||
* | | | | Merge topic 'csharp_compiler_flag_tables' | Brad King | 2016-12-02 | 13 | -0/+648 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 9b06c226 VS: Add flag tables for C# | ||||
| * | | | | VS: Add flag tables for C# | Michael Stürmer | 2016-12-01 | 13 | -0/+648 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add these (currently unused) tables in preparation for `.csproj` generation support. Populate the tables for every version with a set of initial values that work well for me with VS 12 and VS 14. Later we may need to generate them more thoroughly from MSBuild `.xml` files. | ||||
* | | | | | Merge topic 'target_project_type' | Brad King | 2016-12-02 | 2 | -8/+50 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 66bd8a3c cmVisualStudio10TargetGenerator: Prepare to handle C# projects | ||||
| * | | | | | cmVisualStudio10TargetGenerator: Prepare to handle C# projects | Michael Stürmer | 2016-12-01 | 2 | -8/+50 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generalize some internal infrastructure to prepare for generating either `.vcxproj` or `.csproj` files. - Add member string for project file extension - Add member enum for project type - Add member flag for in-source build - Add member flag for managed build - Rename PathToVcxproj to PathToProjectFile | ||||
* | | | | | Merge topic 'execute_process-encoding' | Brad King | 2016-12-02 | 3 | -1/+32 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 2ed473b3 execute_process: Add ENCODING option for Windows child process output |