summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ImprovedDotSupport2' into dev/strict-modeBrad King2010-12-177-7/+55
|\
| * Merge topic 'getprerequisites-endless-path-appending'David Cole2010-10-281-4/+18
| |\
| | * Fixes to GetPrerequisites for cygwinDavid Partyka2010-10-271-4/+4
| | * Fixed appending PATH to dumpbin tool from growing without bounds.David Partyka2010-10-251-0/+14
| * | Avoid problem reading jni.h on Macs.David Cole2010-10-251-2/+10
| |/
| * Merge topic 'AddCMAKE_CURRENT_LIST_DIR'David Cole2010-10-191-0/+4
| |\
| * \ Merge topic 'vs-project-groups'Brad King2010-10-051-0/+16
| |\ \
| | * | New USE_FOLDERS property OFF by default. (#3796)David Cole2010-10-021-0/+16
| * | | Merge topic 'dev/test-for-bug-11230'Brad King2010-10-054-0/+9
| |\ \ \
| | * | | Fix which string is checked for in the testBen Boeckel2010-09-301-1/+1
| | * | | Add test that CMake errors with empty libsBen Boeckel2010-09-304-0/+9
| * | | | Add a new line to the end of the generated main.cxx for the hpux compiler.Bill Hoffman2010-09-291-1/+2
| |/ / /
* | | | Merge branch 'AddCMAKE_CURRENT_LIST_DIR' into dev/strict-modeBrad King2010-12-171-0/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE)Alex Neundorf2010-09-281-0/+4
| |/ /
* | | Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-modeBrad King2010-12-1710-9/+99
|\ \ \ | |/ /
| * | Merge topic 'fix-9963'Brad King2010-09-211-6/+18
| |\ \
| | * | Avoid CustomCommand test failure on VS71 (#9963)David Cole2010-09-201-1/+5
| | * | Avoid CustomCommand test failure on VS71 (#9963)David Cole2010-09-141-2/+0
| | * | No extra spaces in CustomCommand test (#9963)David Cole2010-09-122-6/+11
| | * | Enable calling commands with : in argv[1] (#9963)David Cole2010-09-102-7/+12
| * | | Merge topic 'resolve/fix_target_name_with_dot_vs10/allow_upper_case_cpp_and_o...Brad King2010-09-142-2/+10
| |\ \ \
| | * \ \ Merge branch 'allow_upper_case_cpp_and_others' into resolve/fix_target_name_w...Brad King2010-09-142-1/+8
| | |\ \ \
| | * | | | VS2010: Honor PROJECT_LABEL target property (#10611)David Cole2010-09-091-0/+8
| | * | | | Fix targets with . in the name for VS 10 IDE.Bill Hoffman2010-09-061-2/+2
| * | | | | Merge topic 'improve-missing-source-file-error'Brad King2010-09-142-0/+6
| |\ \ \ \ \
| | * | | | | Report missing source files with context of targetBrad King2010-09-132-0/+6
| | | |_|/ / | | |/| | |
| * | | | | Use QUIET to avoid Java status messages.David Cole2010-09-091-1/+1
| |/ / / /
| * | | | Merge topic 'allow_upper_case_cpp_and_others'Brad King2010-09-083-1/+11
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Allow testing of .CPP on WIN32 as it is a case insensitive OS and should work.Bill Hoffman2010-09-071-1/+1
| | * | | Only test for .CPP on Microsoft compilers which will handle .CPP as c++.Bill Hoffman2010-09-062-1/+8
| | |/ /
| | * | Only use .CPP .CXX and .C++ do not work by default with g+++.Bill Hoffman2010-09-024-6/+2
| | * | Let CMake recognize .CPP .CXX and .C++ as c++ files.Bill Hoffman2010-09-025-1/+8
| * | | Merge topic 'vs-project-groups'Brad King2010-09-081-0/+45
| |\ \ \ | | | |/ | | |/|
| | * | Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-0/+45
| * | | Merge topic 'ctest-show-labels'Brad King2010-09-081-0/+5
| |\ \ \ | | |_|/ | |/| |
| | * | Added CTest command --print-labelsZach Mullen2010-08-311-0/+5
| * | | Merge topic 'intra-component-dependencies'Brad King2010-08-312-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | Honor strong intra-component target dependenciesBrad King2010-08-252-0/+4
* | | | Fix expected output for WarnUninitialized testBen Boeckel2010-12-071-1/+1
* | | | Update expected messages to new formatBen Boeckel2010-12-071-4/+4
* | | | Use 'CMake Warning' versus 'warning' for CDashBen Boeckel2010-12-071-7/+7
* | | | Change the failure case string to 'Unexpected'Ben Boeckel2010-10-082-4/+4
* | | | Add 'ArgumentExpansion' testBen Boeckel2010-10-072-0/+74
* | | | Fix typo in VariableUnusedViaUnset testBen Boeckel2010-09-171-1/+1
* | | | Revert "Add test for unused warnings at the end of scope"Ben Boeckel2010-09-172-17/+0
* | | | Add test for unused warnings at the end of scopeBen Boeckel2010-09-162-0/+17
* | | | Add test for unused detection via setting itBen Boeckel2010-09-162-0/+19
* | | | Add test for usage checks via unsetBen Boeckel2010-09-162-0/+23
* | | | Be consistent with single and double quotesBen Boeckel2010-09-021-3/+3
* | | | Add test for uninitialized variablesBen Boeckel2010-09-021-0/+13