summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib
Commit message (Expand)AuthorAgeFilesLines
* find_package: Optionally sort globbed directories in a meaningful orderPierluigi Taddei2016-09-152-0/+77
* Tests: Add test for our strverscmp implementationPierluigi Taddei2016-09-141-4/+68
* Merge topic 'macro-parenthesis'Brad King2016-09-062-3/+3
|\
| * surround macro arguments with parenthesesDaniel Pfeifer2016-09-052-3/+3
* | use CM_NULLPTRDaniel Pfeifer2016-09-052-2/+3
|/
* Tests/CMakeLib: include what you useDaniel Pfeifer2016-09-033-4/+7
* Tests/CMakeLib: use cmsys::ifstreamDaniel Pfeifer2016-09-032-10/+16
* Merge topic 'readability-named-parameter'Brad King2016-08-175-5/+5
|\
| * Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-165-5/+5
* | fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-162-0/+11
|/
* Add missing braces around statements.Daniel Pfeifer2016-06-102-10/+17
* PseudoMemcheck: revise style with clang-format.Daniel Pfeifer2016-06-101-14/+8
* Merge topic 'remove-needless-copies'Brad King2016-05-271-1/+1
|\
| * Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* | Remove redundant c_str() calls.Daniel Pfeifer2016-05-262-9/+9
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-168-313/+256
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* Help clang-format wrap after braces on long initializer listsBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-202-32/+32
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-1/+1
* Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-061-2/+0
|\
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* | Tests: Move CTestTestMemcheck tools into Tests/CMakeLibBrad King2014-12-184-0/+125
|/
* Tests: Fix CMakeLib.testRST for relative __FILE__Brad King2014-06-062-3/+10
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
* cmRST: Add support for the note and productionlist directivesBrad King2013-10-302-0/+14
* cmRST: Teach cmake-module directive to scan bracket commentsBrad King2013-10-232-0/+13
* cmRST: Process literal blocks after paragraphs ending in '::'Brad King2013-10-212-0/+34
* cmRST: Do not process inline markup in code-block literalsBrad King2013-10-212-0/+5
* Add class cmRST to do basic reStructuredText processingBrad King2013-10-169-0/+246
* Require CMake 2.8.4 or greater to build CMakeStephen Kelly2013-10-151-1/+1
* VS: Create parser for Visual Studio .sln filesPetr Kmoch2013-04-1219-0/+946
* Avoid string.clear and string.push_back (#13319)Daniel R. Gomez2012-06-191-2/+2
* Add newline to the output.Stephen Kelly2012-06-041-1/+1
* complex: Move cmSystemTools::UpperCase test to CMakeLibTestsBrad King2011-12-232-0/+34
* complex: Move GeneratedFileStream test to CMakeLibTestsBrad King2011-12-232-0/+101
* run_compile_commands: Cast istream::get() result to charBrad King2011-05-191-1/+1
* run_compile_commands: Avoid extra stl vector conversionBrad King2011-05-181-3/+2
* run_compile_commands: Avoid shadow in std::map<>::at workaroundBrad King2011-05-171-2/+2
* Provide std::map<>::at for use in run_compile_commandsBrad King2011-05-171-2/+0
* Fix run_compile_commands build on Apple GCC 3.3Brad King2011-05-161-1/+13
* Only offer the compile command output feature on unix systemsManuel Klimek2011-05-161-2/+4
* Adds a test for the compile command line output.Manuel Klimek2011-04-252-0/+135
* Create CMakeLibTests output dir for XcodeBrad King2009-12-091-0/+10
* Test XML encoding with UTF-8 character validationBrad King2009-12-082-0/+48
* Test UTF-8 decodingBrad King2009-12-082-0/+126
* Create CMakeLib test driver and test cmXMLParserBrad King2009-12-084-0/+47