Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autogen: Overhaul FindMatchingHeader function | Sebastian Holtermann | 2017-02-21 | 2 | -71/+83 |
| | |||||
* | Autogen: Don't list all search paths in error message | Sebastian Holtermann | 2017-02-21 | 1 | -7/+1 |
| | |||||
* | Autogen: Indentation fix | Sebastian Holtermann | 2017-02-21 | 1 | -2/+1 |
| | |||||
* | Autogen: Rename moc related variables | Sebastian Holtermann | 2017-02-21 | 2 | -14/+13 |
| | |||||
* | Autogen: Overhaul moc include list generation | Sebastian Holtermann | 2017-02-21 | 2 | -49/+56 |
| | |||||
* | Autogen: Inline string generation | Sebastian Holtermann | 2017-02-19 | 1 | -5/+2 |
| | |||||
* | Autogen: Synchronize variable names | Sebastian Holtermann | 2017-02-19 | 1 | -54/+54 |
| | |||||
* | Autogen: Move method declarations; Remove comments | Sebastian Holtermann | 2017-02-19 | 2 | -15/+11 |
| | |||||
* | Autogen: Rename SkipFoo variables/methods to FooSkip | Sebastian Holtermann | 2017-02-19 | 2 | -16/+16 |
| | |||||
* | Autogen: Split moc options info string immediately | Sebastian Holtermann | 2017-02-19 | 2 | -12/+15 |
| | |||||
* | Autogen: Split moc compile options info string immediately | Sebastian Holtermann | 2017-02-19 | 2 | -14/+12 |
| | |||||
* | Autogen: Rename variables read from info file | Sebastian Holtermann | 2017-02-19 | 2 | -12/+12 |
| | |||||
* | Autogen: Inline settings string generation methods | Sebastian Holtermann | 2017-02-19 | 2 | -41/+20 |
| | |||||
* | Autogen: Rename settings string variables | Sebastian Holtermann | 2017-02-19 | 2 | -12/+13 |
| | |||||
* | Autogen: Make methods const | Sebastian Holtermann | 2017-02-19 | 2 | -12/+14 |
| | |||||
* | cmFilePathChecksum: Make methods const useable | Sebastian Holtermann | 2017-02-19 | 2 | -4/+4 |
| | |||||
* | Autogen: Add method for checksum based path generation | Sebastian Holtermann | 2017-02-19 | 2 | -7/+22 |
| | |||||
* | Autogen: Use nested loops instead of code duplication | Sebastian Holtermann | 2017-02-19 | 1 | -35/+28 |
| | |||||
* | Autogen: Use cmSystemTools::Stdout/err instead of std::cout/err | Sebastian Holtermann | 2017-02-19 | 1 | -8/+7 |
| | |||||
* | Autogen: LogWarning method fix | Sebastian Holtermann | 2017-02-19 | 1 | -2/+2 |
| | |||||
* | Autogen: Single point of return in RccGenerateFile | Sebastian Holtermann | 2017-02-19 | 2 | -74/+81 |
| | |||||
* | Autogen: Single point of return in UicGenerateFile | Sebastian Holtermann | 2017-02-19 | 1 | -39/+50 |
| | |||||
* | Autogen: Single point of return in MocGenerateFile | Sebastian Holtermann | 2017-02-19 | 1 | -36/+45 |
| | |||||
* | Autogen: Use FooEnabled() utility methods | Sebastian Holtermann | 2017-02-19 | 1 | -8/+8 |
| | |||||
* | Autogen: Add FooEnabled() utility methods | Sebastian Holtermann | 2017-02-19 | 1 | -0/+4 |
| | |||||
* | Autogen: Generate empty settings string for disabled feature | Sebastian Holtermann | 2017-02-19 | 1 | -25/+32 |
| | |||||
* | Autogen: Simplify settings write method | Sebastian Holtermann | 2017-02-19 | 1 | -9/+10 |
| | |||||
* | Autogen: Simplify settings read method | Sebastian Holtermann | 2017-02-19 | 1 | -19/+17 |
| | |||||
* | Autogen: Rename settings key variables | Sebastian Holtermann | 2017-02-19 | 1 | -9/+9 |
| | |||||
* | Autogen: Rename settings string generation methods | Sebastian Holtermann | 2017-02-19 | 2 | -9/+10 |
| | |||||
* | Autogen: Rename settings file read/write methods | Sebastian Holtermann | 2017-02-19 | 2 | -9/+8 |
| | |||||
* | Autogen: Remove unnecessary test | Sebastian Holtermann | 2017-02-19 | 1 | -36/+33 |
| | |||||
* | Autogen: Add GenerateAllAny flag test method | Sebastian Holtermann | 2017-02-19 | 2 | -3/+8 |
| | |||||
* | Autogen: Rename GenerateFooAll variables to GenerateAllFoo | Sebastian Holtermann | 2017-02-19 | 2 | -18/+18 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2017-02-18 | 1 | -1/+1 |
| | |||||
* | Merge topic 'install_name_policy' | Brad King | 2017-02-17 | 6 | -22/+111 |
|\ | | | | | | | | | | | | | | | 1ba91291 Add policy CMP0068 separate install_name and RPATH settings on macOS f7b9bf41 Apple: Add BUILD_WITH_INSTALL_NAME_DIR target property 4bff2d14 Apple: Refactor support for using INSTALL_NAME_DIR. 624fb9d7 Help: Format BUILD_WITH_INSTALL_RPATH documentation | ||||
| * | Add policy CMP0068 separate install_name and RPATH settings on macOS | Clinton Stimpson | 2017-02-14 | 4 | -2/+55 |
| | | | | | | | | | | | | | | | | BUILD_WITH_INSTALL_RPATH, SKIP_BUILD_RPATH, CMAKE_SKIP_RPATH and CMAKE_SKIP_INSTALL_RPATH no longer any effect on the install name of a target on macOS. Fixes: #16589 | ||||
| * | Apple: Add BUILD_WITH_INSTALL_NAME_DIR target property | Clinton Stimpson | 2017-02-14 | 2 | -0/+7 |
| | | | | | | | | | | This new property controls whether to apply INSTALL_NAME_DIR to the build tree. It also overrides BUILD_WITH_INSTALL_RPATH. | ||||
| * | Apple: Refactor support for using INSTALL_NAME_DIR. | Clinton Stimpson | 2017-02-14 | 2 | -20/+49 |
| | | |||||
* | | Merge topic 'bison3' | Brad King | 2017-02-17 | 6 | -2788/+3072 |
|\ \ | | | | | | | | | | | | | | | | | | | 761ea205 cmCommandArgumentParser: reformat grammar 1728b9c0 cmDependsJavaParser: Port to bison 3 fe75e140 cmCommandArgumentParser: Port to bison 3 | ||||
| * | | cmCommandArgumentParser: reformat grammar | Daniel Pfeifer | 2017-02-16 | 2 | -197/+156 |
| | | | |||||
| * | | cmDependsJavaParser: Port to bison 3 | Daniel Pfeifer | 2017-02-16 | 3 | -1919/+2335 |
| | | | | | | | | | | | | | | | Use %-directives to specify the scanner/lexer arguments and update the yyerror signature. Reduce the list of post-bison modifications needed. | ||||
| * | | cmCommandArgumentParser: Port to bison 3 | Daniel Pfeifer | 2017-02-16 | 3 | -731/+640 |
| | | | | | | | | | | | | | | | Use %-directives to specify the scanner/lexer arguments and update the yyerror signature. Reduce the list of post-bison modifications needed. | ||||
* | | | Merge topic 'capture-ctest_update-svn-failures' | Brad King | 2017-02-17 | 15 | -67/+95 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | f10b2f72 ctest_update: Capture failure of svn to load revisions and local mods ef399f9b ctest_update: Refactor internal APIs to support more failure cases | ||||
| * | | | ctest_update: Capture failure of svn to load revisions and local mods | Brad King | 2017-02-16 | 2 | -11/+16 |
| | | | | | | | | | | | | | | | | Issue: #16646 | ||||
| * | | | ctest_update: Refactor internal APIs to support more failure cases | Brad King | 2017-02-16 | 15 | -57/+80 |
| |/ / | | | | | | | | | | | | | | | | Thread failure of VC tool commands through more APIs so that we can detect when they fail. Defer updating of the individual VC tool usage the future and just return true from them for now. | ||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-17 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'vs-refactor-unknown-flags' | Brad King | 2017-02-16 | 7 | -41/+44 |
|\ \ | | | | | | | | | | | | | | | | | | | 109b8a6f VS: Refactor AdditionalOptions generation bd5ea699 cmVisualStudioGeneratorOptions: Add PrependInerhitedString method 3936a288 cmIDEOptions: Add SpaceAppendable flag table type | ||||
| * | | VS: Refactor AdditionalOptions generation | Brad King | 2017-02-15 | 5 | -41/+9 |
| | | | | | | | | | | | | | | | | | | Store unknown flags directly in a flag map entry for `AdditionalOptions` instead of having a separate member for them. This avoids duplicating the output generation logic for the entry. |