Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Genex: Evaluate TARGET_OBJECTS as a normal expression. | Stephen Kelly | 2014-03-31 | 19 | -0/+200 | |
| * | | | | | | cmTarget: Store strings instead of cmSourceFile* to represent SOURCES. | Stephen Kelly | 2014-03-31 | 2 | -42/+135 | |
| * | | | | | | cmSourceFileLocation: Collapse full path for directory comparisons. | Stephen Kelly | 2014-03-31 | 4 | -0/+21 | |
| * | | | | | | cmSourceFileLocation: Remove unused Update method. | Stephen Kelly | 2014-03-31 | 2 | -26/+0 | |
| * | | | | | | cmTarget: Remove AddSourceFile method | Stephen Kelly | 2014-03-31 | 2 | -12/+5 | |
| * | | | | | | cmTarget: Use string API to add sources to cmTarget objects. | Stephen Kelly | 2014-03-31 | 8 | -23/+21 | |
| * | | | | | | cmTarget: Add a method to obtain list of filenames for sources. | Stephen Kelly | 2014-03-31 | 3 | -12/+27 | |
| * | | | | | | cmSourceFileLocation: Make copyable and assignable. | Stephen Kelly | 2014-03-31 | 2 | -0/+44 | |
| * | | | | | | cmTarget: Rename AddSource method for backward compatibility. | Stephen Kelly | 2014-03-31 | 4 | -5/+11 | |
| * | | | | | | cmTarget: Use GetSourceFiles for languages. | Stephen Kelly | 2014-03-31 | 1 | -1/+3 | |
| * | | | | | | cmGeneratorTarget: Compute the object directory early. | Stephen Kelly | 2014-03-31 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'revise-compiler-id-policies' | Brad King | 2014-04-03 | 7 | -26/+82 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmMakefile: Port PolicyOptionalWarningEnabled to string APIs | Brad King | 2014-04-02 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'master' into revise-compiler-id-policies | Brad King | 2014-04-02 | 818 | -7750/+11407 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Do not warn by default when policy CMP0025 or CMP0047 is not set | Brad King | 2014-04-02 | 7 | -9/+54 | |
| * | | | | | | | | Help: Revise and format policy CMP0025 and CMP0047 docs | Brad King | 2014-04-02 | 2 | -20/+31 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'suppress-conversion-warnings-in-QtWidgets' | Brad King | 2014-04-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CTestCustom: Suppress conversion warnings in QtWidgets headers | Brad King | 2014-04-02 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'doc-find-module-development' | Brad King | 2014-04-03 | 1 | -175/+370 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Rewrite the cmake-developer.7 find module documentation | Alex Merry | 2014-04-02 | 1 | -175/+370 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'clang-warnings' | Brad King | 2014-04-03 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmSystemTools: Restore unreachable return to silence warnings | Brad King | 2014-04-02 | 1 | -0/+3 | |
* | | | | | | | | | Merge topic 'watcom-platform-module-cleanup' | Brad King | 2014-04-03 | 1 | -23/+27 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Watcom: Cleanup Windows-wcl386 configuration | Jiri Malak | 2014-04-02 | 1 | -23/+27 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'simplify-multi-config' | Brad King | 2014-04-03 | 3 | -29/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Simplify multiple config handling. | Stephen Kelly | 2014-04-02 | 3 | -29/+20 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'vs-flag-with-following-value' | Brad King | 2014-04-03 | 5 | -41/+60 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | VS: Fix /analyze:log flag mapping (#14858) | Brad King | 2014-04-01 | 2 | -12/+6 | |
| * | | | | | | | | | VS: Support mapping flags with values following separately (#14858) | Brad King | 2014-04-01 | 3 | -2/+21 | |
| * | | | | | | | | | cmIDEOptions: Factor FlagMap update out to separate method | Brad King | 2014-04-01 | 2 | -27/+33 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'workaround-qt4-assistant' | Brad King | 2014-04-03 | 2 | -0/+19 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Help: Workaround Qt 4.8 assistant bug in CSS handling. | Stephen Kelly | 2014-04-01 | 2 | -0/+19 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'ExternalProject_exclude-from-all' | Brad King | 2014-04-03 | 1 | -5/+19 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | ExternalProject: Add EXCLUDE_FROM_ALL option to ExternalProject_Add | Daniele E. Domenichelli | 2014-04-01 | 1 | -0/+10 | |
| * | | | | | | | | ExternalProject: Add EXCLUDE_FROM_MAIN option to ExternalProject_Add_Step | Daniele E. Domenichelli | 2014-04-01 | 1 | -5/+9 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'FindGTest-TEST_P' | Brad King | 2014-04-03 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | FindGTest: Teach GTEST_ADD_TESTS about TEST_P | Jack Morrison | 2014-04-01 | 1 | -2/+10 | |
* | | | | | | | | | Merge topic 'suppress-lexer-warnings' | Brad King | 2014-04-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | CTestCustom: Suppress Clang "will never be executed" warnings in lexers | Brad King | 2014-04-01 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-04-03 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-04-02 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'generate-qch-doc' | Brad King | 2014-04-01 | 2 | -1/+41 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Help: Add option to create and install Qt .qch file. | Stephen Kelly | 2014-03-31 | 2 | -1/+41 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge topic 'simplify-ninja-linker-command' | Brad King | 2014-04-01 | 1 | -51/+29 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ninja: Simplify code for linker commands | Jiri Malak | 2014-04-01 | 1 | -51/+29 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'fix_policy_diagnostics' | Brad King | 2014-04-01 | 20 | -112/+34 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Policies: omit warnings about unset policies when they are actually set to NEW | Nils Gladitz | 2014-03-31 | 20 | -112/+34 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge topic 'clang-warnings' | Brad King | 2014-04-01 | 3 | -4/+1 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Remove 'return' statements that can never be reached | Sean McBride | 2014-03-31 | 2 | -2/+0 | |
| * | | | | | create_test_sourcelist: Initialize variable at declaration | Sean McBride | 2014-03-31 | 1 | -2/+1 | |
| |/ / / / |