summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+2
* cmake: Display "loading initial cache" message on stdoutJean-Christophe Fillion-Robin2015-01-261-1/+1
* Replace 'foo.length() >= 1' pattern with !foo.empty()Stephen Kelly2015-01-181-1/+1
* Replace 'foo.length() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-10/+10
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-10/+2
* Merge topic 'join-algorithm'Brad King2015-01-121-8/+1
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-8/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-13/+13
|/
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-2/+2
* Merge topic 'vs14-is-2015'Brad King2014-11-171-1/+1
|\
| * VS: Rename VS 14 generator to 'Visual Studio 14 2015'Brad King2014-11-141-1/+1
* | Merge topic 'remove-borland-build'Brad King2014-10-211-3/+1
|\ \
| * | Remove borland workarounds.Stephen Kelly2014-10-151-3/+1
| |/
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-13/+13
|/
* cmake: Add -A option to specify a generator platformBrad King2014-09-151-0/+22
* CMake: Add CMAKE_GENERATOR_PLATFORM optionBrad King2014-09-051-0/+28
* cmGlobalGenerator: Take Build output argument by referenceBrad King2014-07-311-1/+1
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-1/+1
* VS14: Add Visual Studio 14 generator (#14982)Brad King2014-06-251-0/+4
* cmake: Fix read-after-free while checking command-line argumentsBrad King2014-06-121-5/+13
* backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-1/+4
* cmake: remove dummy backtraces for IssueMessageBen Boeckel2014-06-051-1/+1
* Allow a toolchain file to specify a generator toolsetBrad King2014-06-041-5/+0
* Merge topic 'fix-build-crash-on-bad-generator'Brad King2014-06-041-1/+7
|\
| * cmake: Fix --build crash on bad CMAKE_GENERATOR in cacheBrad King2014-06-031-1/+7
* | Merge topic 'cpack-properties'Brad King2014-05-281-0/+35
|\ \
| * | Add an "installed file" property scopeNils Gladitz2014-05-281-0/+35
* | | Merge topic 'fix-cache-self-assignment'Brad King2014-05-281-1/+4
|\ \ \
| * | | cmake: Tolerate missing HELPSTRING on compiler changeBrad King2014-05-271-1/+4
| | |/ | |/|
* | | Features: Extend concept to C language.Stephen Kelly2014-05-141-2/+6
| |/ |/|
* | Features: Make CMAKE_CXX_KNOWN_FEATURES a property.Stephen Kelly2014-05-021-0/+6
* | cmake: Print C++ stack trace after INTERNAL_ERROR messagesBrad King2014-04-171-0/+17
* | Watcom: Use single quote for all file/path items in wlink commandJiri Malak2014-04-081-1/+1
* | cmake: Advise user to remove CMakeFiles with CMakeCache.txt (#14820)Brad King2014-03-211-4/+4
* | Watcom: Enable 'WMake Makefiles' generator on LinuxJiri Malak2014-03-171-3/+7
* | Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-7/+7
* | Remove some c_str() calls.Stephen Kelly2014-03-111-56/+56
* | stringapi: Command namesBen Boeckel2014-03-081-4/+5
* | stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* | stringapi: Use strings for generator namesBen Boeckel2014-03-081-7/+9
* | stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* | Directories: Take strings when setting directoriesBen Boeckel2014-03-081-2/+2
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* | stringapi: Use strings for variable namesBen Boeckel2014-03-081-5/+5
* | stringapi: Use strings for property namesBen Boeckel2014-03-081-30/+20
|/
* cmake: Fix --check-build-system argument count check (#14784)Brad King2014-03-041-1/+1
* Merge topic 'support-codelite-ide-generator'Brad King2014-01-131-0/+3
|\