summaryrefslogtreecommitdiff
path: root/Tests/CMakeLib
Commit message (Expand)AuthorAgeFilesLines
* 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