summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* cmServer: include what you useDaniel Pfeifer2017-05-058-45/+43
|
* cmInstalledFile: add cmConfigure.h as first #includeDaniel Pfeifer2017-05-051-0/+2
|
* Merge topic 'ctest_submit_headers'Brad King2017-05-056-2/+64
|\ | | | | | | | | | | | | 1a7d00bd ctest_submit: Add HTTPHEADER option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !793
| * ctest_submit: Add HTTPHEADER optionZack Galbreath2017-05-046-2/+64
| | | | | | | | | | | | | | | | | | Allow CTest script writers to specify additional HTTP headers to be sent to CDash during submission. The motivating case for this feature is a corresponding change in CDash. This will allow projects to refuse submissions from any site not bearing a valid authentication token.
* | Merge topic 'vector-over-list'Brad King2017-05-057-24/+24
|\ \ | | | | | | | | | | | | | | | | | | 3e027d9d c++: prefer vectors over lists Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !799
| * | c++: prefer vectors over listsBen Boeckel2017-05-047-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | None of these usages of `std::list` were inserting or removing elements in the middle of the structure, so there were no benefits to using it. Other uses were related to C pointers being stable in a list of strings whereas in a vector of strings, small pointer optimizations could be moved and become invalid after a modification to the hosting vector. None of these uses modified the vector after handing out a C string to an external store.
* | | Merge topic 'clang-tidy-config'Brad King2017-05-051-5/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | d0c3e47d clang-tidy: add option CMake_RUN_CLANG_TIDY 894ff96c auto_ptr: silence clang-tidy warnings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !790
| * | | auto_ptr: silence clang-tidy warningsDaniel Pfeifer2017-05-041-5/+5
| |/ /
* | | Merge topic 'vs-masm-flags'Brad King2017-05-055-157/+164
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ea6bb829 VS: Use tool-specific flag table for COMPILE_FLAGS parsing da9076e4 VS: Fix MASM flag tables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !791
| * | | VS: Use tool-specific flag table for COMPILE_FLAGS parsingPeter Ivanyi2017-05-031-1/+16
| | | | | | | | | | | | | | | | Fixes: #14710
| * | | VS: Fix MASM flag tablesPeter Ivanyi2017-05-034-156/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the leading `/` characters from flag table entries. Our parser checks the table with the leading character already removed. Issue: #14710
* | | | CMake Nightly Date StampKitware Robot2017-05-051-1/+1
| | | |
* | | | Merge topic 'cpackifw-part-refactoring'Brad King2017-05-0411-326/+251
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9c13e8eb CPackIFW: Refactor out some commonly used code Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !762
| * | | | CPackIFW: Refactor out some commonly used codeKonstantin Podsvirov2017-05-0311-326/+251
| | | | | | | | | | | | | | | | | | | | Move common used code to new cmCPackIFWCommon base class.
* | | | | Merge topic 'remove-top-level-xcode-groups'Brad King2017-05-042-37/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | 01cd88c0 Xcode: Remove the top-level Sources and Resources groups Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !779
| * | | | Xcode: Remove the top-level Sources and Resources groupsMatt Stevens2017-05-032-37/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses duplicate file reference warnings from xcodebuild caused by the same file reference being a member of both the target's group and the top-level Resources group. Since resources are already a member of their associated target's group the top-level Resources group isn't strictly necessary, and removing it results in a project structure closer to that of a current Xcode project template. Fixes: #15272
* | | | | CMake Nightly Date StampKitware Robot2017-05-041-1/+1
| | | | |
* | | | | Merge topic 'ipo-xcode'Brad King2017-05-032-2/+7
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | 7e75568b Xcode: Support IPO (LTO) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !785
| * | | | Xcode: Support IPO (LTO)Ruslan Baratov2017-05-022-2/+7
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2017-05-031-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'add-language-standards-to-more-compilers'Brad King2017-05-021-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9b97cb55 PGI: Add language standards for PGI daae564d Cray: Add language standards for the Cray compiler 25e83ce5 CompileFeatures: Let STD compile options be a list 1de70845 Compilers: Add common macros to be used by various compilers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !784
| * | | | CompileFeatures: Let STD compile options be a listChuck Atkins2017-05-011-1/+5
| |/ / /
* | | | Merge topic 'excludeFixtures'Brad King2017-05-026-27/+162
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c1b2b7c0 Add ctest options for limiting which tests fixtures add Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !778
| * | | | Add ctest options for limiting which tests fixtures addCraig Scott2017-05-016-27/+162
| | | | | | | | | | | | | | | | | | | | | | | | | The new options allow the user to restrict the setup and cleanup tests automatically added for fixtures.
* | | | | Merge topic 'sunpro-c++11-link'Brad King2017-05-028-19/+87
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e17b1791 Features: On SunPro link with language standard compiler flag d037be12 cmLocalGenerator: Add a hook for compiler flags used at link time b115bc49 Features: Refactor <LANG>_STANDARD update Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !783
| * | | | | Features: On SunPro link with language standard compiler flagBrad King2017-05-011-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When C++ feature requirements or `CXX_STANDARD` cause us to compile on SunPro with the `-std=c++11` option, link with the option too. This is needed to make the compiler use the matching standard library.
| * | | | | cmLocalGenerator: Add a hook for compiler flags used at link timeBrad King2017-05-015-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using a compiler to drive linking we add compiler flags from `CMAKE_<LANG>_FLAGS` in case they affect the way the compiler invokes the linker, but we don't add flags from other places that are meant only for compiling sources. Rather than calling the `AddLanguageFlags` method (which is used to add flags for compiling sources) directly, add an intermediate method that is used when adding the flags for linking. This will give us a way to add language-specific compiler flags needed when driving the linker in the same place on the command line as other compiler flags go.
| * | | | | Features: Refactor <LANG>_STANDARD updateBrad King2017-05-015-8/+54
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to support generator expressions in target COMPILE_FEATURES we apply them at generate time. Move this step to the beginning of generation instead of doing it on demand while collecting flags. This avoids repeating the process unnecessarily, and will then allow `cmLocalGenerator::AddCompilerRequirementFlag` to be used any time during generation.
* | | | | Merge topic 'update-kwsys'Brad King2017-05-021-1/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 750d58bf Merge branch 'upstream-KWSys' into update-kwsys 2dec4695 KWSys 2017-05-01 (3ec3252c) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !781
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-05-011-1/+11
| |/ / / / | | | | | | | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2017-05-01 (3ec3252c)
* | | | | CMake Nightly Date StampKitware Robot2017-05-021-1/+1
|/ / / /
* | | | Merge topic 'yacclex-clang-tidy'Brad King2017-05-0130-89/+53
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7f4eaf23 LexerParser: disable clang-tidy checks 9bad0dfc LexerParser: move to custom directory 8927e913 CMakeLists: remove option to regenerate yacc/lex Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !775
| * | | | LexerParser: disable clang-tidy checksDaniel Pfeifer2017-04-281-0/+6
| | | | |
| * | | | LexerParser: move to custom directoryDaniel Pfeifer2017-04-2829-34/+47
| | | | |
| * | | | CMakeLists: remove option to regenerate yacc/lexDaniel Pfeifer2017-04-281-55/+0
| | | | |
* | | | | Merge topic 'qt-clang-tidy'Brad King2017-05-011-0/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b13bc865 Disable clang-tidy checks on files generated by Qt Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !777
| * | | | | Disable clang-tidy checks on files generated by QtDaniel Pfeifer2017-04-281-0/+13
| | | | | |
* | | | | | Merge topic 'ipo-clang'Brad King2017-05-014-3/+45
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d057b27 Clang IPO (LTO) support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !717
| * | | | | | Clang IPO (LTO) supportRuslan Baratov2017-04-284-3/+45
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-05-011-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-04-301-1/+1
| |_|_|/ / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2017-04-291-1/+1
|/ / / /
* | | | Merge topic 'refactor-ipo-flags'Brad King2017-04-289-34/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 47990f9f Inline and remove AddFeatureFlags method a8667467 Add IPO compiler flags more consistently in generators Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !772
| * | | | Inline and remove AddFeatureFlags methodBrad King2017-04-274-17/+10
| | | | | | | | | | | | | | | | | | | | | | | | | The method implementation is now only one call of another method, so inline it at call sites and remove it.
| * | | | Add IPO compiler flags more consistently in generatorsBrad King2017-04-276-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move addition of IPO flags into `cmLocalGenerator::AddLanguageFlags` because all call sites of that need the IPO flags, but not all were following the call with `AppendFeatureOptions`.
* | | | | Merge topic 'separgs-native'Brad King2017-04-281-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 28d83837 separgs: Use NATIVE_COMMAND where appropriate 2a207aac separgs: Add a NATIVE_COMMAND mode 81841426 separgs: Migrate tests to RunCMake tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !753
| * | | | | separgs: Add a NATIVE_COMMAND modeChristian Pfeiffer2017-04-261-0/+7
| | | | | |
* | | | | | Merge topic 'bindexplib-consts'Brad King2017-04-281-19/+13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | afb21342 bindexplib: fix constants symbols export Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !763
| * | | | | bindexplib: fix constants symbols exportMikhail Paulyshka2017-04-261-19/+13
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-04-281-1/+1
| |_|/ / / |/| | | |