summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Access string npos without instancePavel Solodovnikov2017-06-0144-184/+199
* cmLocalUnixMakefileGenerator3: Remove unnecessary local variableBrad King2017-06-011-2/+1
* cmParseBlanketJSCoverage: Pass unmodified parameter as const&Brad King2017-06-011-1/+1
* CMake Nightly Date StampKitware Robot2017-05-291-1/+1
* Merge topic 'sunpro-std-flags'Brad King2017-05-283-6/+11
|\
| * SunPro: update flags used for CMake itselfDaniel Pfeifer2017-05-261-1/+2
| * SunPro: set -library=stlport as standard compile option for C++98Daniel Pfeifer2017-05-261-0/+4
| * SunPro: add standard compile option for C++03Daniel Pfeifer2017-05-261-2/+2
| * Tests: Compile entire Plugin test with the same language standardBrad King2017-05-261-3/+3
* | Merge topic 'intel-std-flags'Brad King2017-05-282-36/+44
|\ \
| * | Intel: avoid variables in language standard flagsDaniel Pfeifer2017-05-262-36/+44
* | | Merge topic 'reduce-string-copying'Brad King2017-05-2842-129/+130
|\ \ \
| * | | Remove unnecessary operator<< usagePavel Solodovnikov2017-05-261-1/+1
| * | | Remove unused variablesPavel Solodovnikov2017-05-263-7/+1
| * | | Improved checking for number of arguments passedPavel Solodovnikov2017-05-261-1/+1
| * | | Add const-reference qualificationsPavel Solodovnikov2017-05-2639-114/+121
| * | | Change std::basic_string<char> to std::stringPavel Solodovnikov2017-05-241-6/+6
* | | | Merge topic 'FindBoost-use-IN_LIST'Brad King2017-05-281-6/+10
|\ \ \ \
| * | | | FindBoost: Simplify search in lists.Alex Turbov2017-05-261-6/+10
* | | | | Merge topic 'autogen_config'Brad King2017-05-2811-243/+424
|\ \ \ \ \
| * | | | | Autogen: Test adaptionsSebastian Holtermann2017-05-261-2/+8
| * | | | | Autogen: Per-config file suffixes. New AUTOGEN_BUILD_DIR target property.Sebastian Holtermann2017-05-2611-231/+403
| * | | | | Autogen: Pass build directory in Info fileSebastian Holtermann2017-05-264-22/+25
* | | | | | Merge topic 'FindProtobuf-export-macro'Brad King2017-05-282-5/+22
|\ \ \ \ \ \
| * | | | | | FindProtobuf: add optional export declaration macro to generated cpp filesAndré Apitzsch2017-05-262-5/+22
* | | | | | | Merge topic 'update-libuv'Brad King2017-05-2821-96/+724
|\ \ \ \ \ \ \
| * | | | | | | libuv: Update build within CMakeBrad King2017-05-261-0/+4
| * | | | | | | Merge branch 'upstream-libuv' into update-libuvBrad King2017-05-2620-96/+720
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | libuv 2017-05-25 (dc596109)libuv upstream2017-05-2620-96/+720
* | | | | | | | CMake Nightly Date StampKitware Robot2017-05-281-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2017-05-271-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'codecvt-revise'Brad King2017-05-263-141/+177
|\ \ \ \ \ \ \
| * | | | | | | codecvt: Re-implement do_out and do_unshiftBrad King2017-05-253-141/+177
* | | | | | | | Merge topic 'findxmlrpc_fix'Brad King2017-05-261-18/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | FindXMLRPC: handle QUIETLY and REQUIRED correctlyNiklas Simons2017-05-251-18/+12
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'cpacklog-string-cref'Brad King2017-05-261-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | cmCPackLog: pass std::string by const&Daniel Pfeifer2017-05-251-6/+6
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'vs-vcxproj-indent'Brad King2017-05-261-12/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: Fix indentation of .vcxproj filesBrad King2017-05-241-12/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'update-kwsys'Brad King2017-05-263-53/+75
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-05-253-53/+75
| |\ \ \ \ \ \ \
| | * | | | | | | KWSys 2017-05-25 (160bed45)KWSys Upstream2017-05-253-53/+75
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-05-261-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge topic 'c++11-iwyu-decay-and-strip'Brad King2017-05-251-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | IWYU: add mapping for std::__decay_and_stripDaniel Pfeifer2017-05-241-0/+13
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindCygwin-alt-arch'Brad King2017-05-251-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | FindCygwin: Use find_program instead of find_pathTibor Szabo2017-05-231-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindDoxygen-add-docs-function'Brad King2017-05-258-124/+1116
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve Doxygen supportAlex Turbov2017-05-248-124/+1116
| |/ / / / / / /
* | | | | | | | Merge topic 'server-fix-warning'Brad King2017-05-251-1/+1
|\ \ \ \ \ \ \ \