summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ListFileLexer: fix heap-buffer-overflow on malicious inputMatthias Maennich2017-08-306-98/+123
* Merge topic 'suppress-warning-count'Brad King2017-08-301-4/+4
|\
| * CTestCustom: Suppress warning summary count from SunProBrad King2017-08-301-0/+1
| * CTestCustom: Generalize comment on warning summary suppressionBrad King2017-08-301-4/+3
* | Merge topic 'update-jsoncpp'Brad King2017-08-3021-2277/+3475
|\ \ | |/ |/|
| * jsoncpp: Drop doxygen comments not recognized by ClangBrad King2017-08-304-6/+6
| * jsoncpp: Add initialization to pacify scanbuildBrad King2017-08-301-0/+1
| * jsoncpp: Fix compilation on SunProBrad King2017-08-305-0/+20
| * jsoncpp: Drop deprecation markupBrad King2017-08-304-11/+12
| * Merge branch 'upstream-jsoncpp' into update-jsoncppBrad King2017-08-3019-2272/+3417
| |\
| | * jsoncpp 2017-08-27 (4cfae897)JsonCpp Upstream2017-08-2819-2271/+3417
| * | jsoncpp: Update script to get jsoncpp 1.8.2Brad King2017-08-301-1/+1
| * | jsoncpp: Drop unnecessary files from source listBrad King2017-08-301-2/+0
| * | Merge branch 'upstream-jsoncpp' into update-jsoncppBrad King2017-08-300-0/+0
| |\ \ | | |/
| | * jsoncpp 2014-11-20 (7165f6ac)JsonCpp Upstream2017-08-281-0/+1
| * | jsoncpp: Add script to update from upstreamBrad King2017-08-301-0/+33
|/ /
* | Merge topic 'no-crlf-blobs'Brad King2017-08-3022-1266/+1043
|\ \
| * | Avoid CRLF newlines in Git repo blobsBrad King2017-08-3020-1043/+1043
| * | bzip2: Drop unused .dsp filesBrad King2017-08-302-223/+0
* | | Merge topic 'doc-dev-review-messages'Craig Scott2017-08-301-0/+29
|\ \ \
| * | | Help/dev: Add commit reference format to review process guideBrad King2017-08-291-0/+20
| * | | Help/dev: Organize commit message instructions into subsectionsBrad King2017-08-241-0/+9
* | | | Merge topic 'lexer'Daniel Pfeifer2017-08-3013-1490/+3454
|\ \ \ \
| * | | | Lexer: add a helper script to automate generating the lexersMatthias Maennich2017-08-291-0/+33
| * | | | cmFortranLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-283-497/+950
| * | | | cmExprLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-283-298/+824
| * | | | cmDependsJavaLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-283-395/+824
| * | | | cmCommandArgumentLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-283-300/+823
* | | | | Merge topic 'cstyle-casts'Daniel Pfeifer2017-08-3033-93/+99
|\ \ \ \ \
| * | | | | Replace C-style castsDaniel Pfeifer2017-08-2733-93/+99
* | | | | | Merge topic 'bootstrap-std'Daniel Pfeifer2017-08-301-2/+6
|\ \ \ \ \ \
| * | | | | | bootstrap: Require compiler mode aware of C++11Brad King2017-08-291-2/+6
* | | | | | | CMake Nightly Date StampKitware Robot2017-08-301-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'release-3.9'Brad King2017-08-290-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'revert-xcode-9-new-buildsystem-support' into release-3.9Brad King2017-08-242-13/+5
| |\ \ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2017-08-291-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'lexer'Brad King2017-08-282-278/+435
|\ \ \ \ \ \ \
| * | | | | | | cmListFileLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-252-276/+429
| * | | | | | | cmListFileLexer: fix 'bail out on seek-errors' also in original fileMatthias Maennich2017-08-251-2/+6
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'cpackifw-repositories-directories'Brad King2017-08-284-0/+54
|\ \ \ \ \ \ \
| * | | | | | | CPackIFW: Add CPACK_IFW_REPOSITORIES_DIRECTORIES variableKonstantin Podsvirov2017-08-174-0/+54
* | | | | | | | Merge topic 'FindQt4-do-not-assume-all-libraries-are-frameworks'Brad King2017-08-281-6/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | FindQt4: Do not assume all libraries are frameworksJean-Christophe Fillion-Robin2017-08-211-6/+8
* | | | | | | | | Merge topic 'fix-gnu-to-ms'Brad King2017-08-281-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GNUToMS: Tolerate existence of a %USERPROFILE%/source directoryAlbert Ziegenhagel2017-08-251-0/+1
* | | | | | | | | | Merge topic 'gnu-to-ms-ninja-support'Brad King2017-08-281-1/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Ninja: Implement support for GNUToMSAlbert Ziegenhagel2017-08-251-1/+10
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'test-fix-vs15-toolset-v90'Brad King2017-08-281-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Tests: Fix RunCMake.BuildDepends on VS 2017 with v90 toolsetBrad King2017-08-251-1/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2017-08-281-1/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |