Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Cleaned up the Sublime Text 2 Generator code a bit. | Morné Chamberlain | 2012-10-13 | 2 | -86/+130 | |
* | | | | | | | Changed SublimeClang include path generation to expand to absolute paths. | Morné Chamberlain | 2012-10-13 | 1 | -3/+14 | |
* | | | | | | | Added some support for sublimeclang_options in the generated project file. | Morné Chamberlain | 2012-10-13 | 2 | -8/+116 | |
* | | | | | | | Added a generator for Sublime Text 2 project files. | Morné Chamberlain | 2012-10-13 | 4 | -0/+456 | |
|/ / / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-12 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-11 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-10 | 1 | -1/+1 | |
* | | | | Merge topic 'doc-regex-range' | Brad King | 2012-10-09 | 1 | -1/+2 | |
|\ \ \ \ | ||||||
| * | | | | string: Clarify regex documentation of '-' behavior | Brad King | 2012-10-08 | 1 | -1/+2 | |
* | | | | | Merge topic 'doc-if-NOTFOUND' | Brad King | 2012-10-09 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | if: Document that plain 'NOTFOUND' is a false constant | Brad King | 2012-10-05 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'generator-expression-bug-fixes' | Brad King | 2012-10-09 | 37 | -15/+260 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | GenEx: Don't use std::vector::at(int). | Stephen Kelly | 2012-10-09 | 1 | -3/+3 | |
| * | | | | GenEx: Add tests for "0" and "1" expressions with literal commas. | Stephen Kelly | 2012-10-09 | 2 | -0/+4 | |
| * | | | | GenEx: Add test for $<BOOL:> with empty parameter. | Stephen Kelly | 2012-10-09 | 2 | -0/+2 | |
| * | | | | GenEx: Ensure that the empty CONFIGURATION can be used conditionally. | Stephen Kelly | 2012-10-09 | 1 | -5/+5 | |
| * | | | | GenEx: Validate target and property names. | Stephen Kelly | 2012-10-09 | 26 | -1/+171 | |
| * | | | | GenEx: Parse comma after colon tokens specially | Stephen Kelly | 2012-10-09 | 8 | -2/+58 | |
| * | | | | GenEx: Report actual target name not found, not "0" each time. | Stephen Kelly | 2012-10-09 | 5 | -2/+18 | |
| * | | | | GenEx: Return after error reported. | Stephen Kelly | 2012-10-09 | 1 | -0/+1 | |
| * | | | | GenEx: It is not an error to specify an empty parameter | Stephen Kelly | 2012-10-09 | 1 | -4/+0 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge topic 'DocumentCMakeFindPackageName' | Brad King | 2012-10-09 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | Document CMAKE_FIND_PACKAGE_NAME | Alex Neundorf | 2012-10-04 | 1 | -0/+3 | |
* | | | | | Merge topic 'ctest-svn-suncc-5.1' | Brad King | 2012-10-09 | 2 | -0/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmCTestSVN: Fix compilation with Sun CC 5.1 | Brad King | 2012-10-04 | 2 | -0/+5 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'ninja-custom-command-implicit' | Brad King | 2012-10-09 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Ninja: implicit dependency for custom command files | Peter Kümmel | 2012-10-03 | 1 | -1/+1 | |
* | | | | | | Merge topic 'ninja-dont-pollute-current-dir' | Brad King | 2012-10-09 | 1 | -2/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ninja: don't pollute current dir when using gui (#13495) | Peter Kümmel | 2012-10-09 | 1 | -2/+12 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'ninja-compile-OBJECT_DIR' | Brad King | 2012-10-09 | 1 | -1/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ninja: also set OBJECT_DIR when compiling | Peter Kümmel | 2012-10-03 | 1 | -1/+9 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'FindGTK2Fixes' | Brad King | 2012-10-09 | 1 | -13/+40 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindGTK2: Update local changelog | Philip Lowman | 2012-10-03 | 1 | -2/+5 | |
| * | | | | | | FindGTK2: #12596 Missing paths for FindGTK2 on NetBSD | Philip Lowman | 2012-10-03 | 1 | -0/+2 | |
| * | | | | | | FindGTK2: #12049 fix detection of header files on multiarch systems | Philip Lowman | 2012-10-03 | 1 | -0/+7 | |
| * | | | | | | FindGTK2: Rollback lib64 changes which broke header file finding | Philip Lowman | 2012-10-03 | 1 | -11/+26 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-09 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-08 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-07 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-06 | 1 | -1/+1 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-05 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-04 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-03 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge topic 'ninja-LIBPATH' | Brad King | 2012-10-02 | 9 | -40/+85 | |
|\ \ | ||||||
| * | | Ninja: add option to enforce usage of response files | Peter Kümmel | 2012-10-01 | 1 | -4/+4 | |
| * | | Ninja: move <OBJECTS> in front of the first linker option | Peter Kümmel | 2012-10-01 | 4 | -14/+31 | |
| * | | Ninja: move -LIBPATH behind -link option | Peter Kümmel | 2012-10-01 | 6 | -27/+55 | |
* | | | Merge topic 'ninja-link-rsp-expand' | Brad King | 2012-10-02 | 7 | -33/+30 | |
|\ \ \ | |/ / | ||||||
| * | | Revert "Ninja: don't expand any rsp files" | Bill Hoffman | 2012-10-01 | 4 | -28/+13 | |
| * | | Ninja: don't confuse ninja's rsp files with nmake's | Peter Kümmel | 2012-09-28 | 3 | -5/+17 | |