summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* server: test buffer parsingJustin Berger2017-08-314-0/+110
* server: Made stdio connection accept different types of streamsJustin Berger2017-08-313-57/+112
* server: Remove unused fields / functionsJustin Berger2017-08-312-22/+1
* server: Fixed minor memory leaksJustin Berger2017-08-311-4/+1
* server: Fixed mismatched new/delete; added proper shutdown procedureJustin Berger2017-08-316-28/+29
* Merge topic 'update-vim-syntax'Brad King2017-08-313-30/+68
|\
| * Merge branch 'upstream-vim-cmake-syntax'Patrick Boettcher2017-08-303-30/+68
| |\
| | * vim-cmake-syntax 2017-08-30 (40f5f4f3)vim-cmake-syntax upstream2017-08-303-30/+71
* | | Merge topic 'cxx11-clang-format'Brad King2017-08-3153-142/+130
|\ \ \
| * | | clang-tidy: blacklist "modernize" checksDaniel Pfeifer2017-08-301-6/+13
| * | | clang-format: format all code as Cpp11Daniel Pfeifer2017-08-3052-136/+117
* | | | Merge topic 'doc-xref-prefix-path'Brad King2017-08-312-12/+19
|\ \ \ \
| * | | | Help: Cross-reference and clarify CMAKE_FIND_NO_INSTALL_PREFIX docsBrad King2017-08-302-12/+19
| | |/ / | |/| |
* | | | Merge topic 'test-server-result'Brad King2017-08-312-1/+2
|\ \ \ \
| * | | | Tests: Teach Server test to print server return codeBrad King2017-08-302-1/+2
| | |/ / | |/| |
* | | | Merge topic 'irsl-intel'Brad King2017-08-312-1/+144
|\ \ \ \
| * | | | IRSL: Add Intel compiler supportChristian Pfeiffer2017-08-302-2/+138
| * | | | IRSL: Install VC++ OpenMP libraries only for MSVCChristian Pfeiffer2017-08-231-1/+8
* | | | | Merge topic 'lexer-null'Brad King2017-08-316-98/+123
|\ \ \ \ \
| * | | | | ListFileLexer: fix heap-buffer-overflow on malicious inputMatthias Maennich2017-08-306-98/+123
* | | | | | CMake Nightly Date StampKitware Robot2017-08-311-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'release-3.9'Brad King2017-08-300-0/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'fix-find-package-mode' into release-3.9Brad King2017-08-292-1/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'cpack-dmg-iwyu' into release-3.9Brad King2017-08-291-0/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'add-cppcheck'Brad King2017-08-3024-12/+184
|\ \ \ \ \ \ \
| * | | | | | | Add properties to run cppcheck along with the compilerBill Hoffman2017-08-3024-12/+184
* | | | | | | | Merge topic 'fix-find-package-mode'Brad King2017-08-302-1/+3
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | cmake: Fix --find-package mode with imported targetsBrad King2017-08-292-1/+3
* | | | | | | | Merge topic 'cpack-dmg-iwyu'Brad King2017-08-301-0/+1
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | cmCPackDragNDropGenerator: Add missing includeBrad King2017-08-291-0/+1
| |/ / / / / /
* | | | | | | Merge topic 'codeblocks-dedup'Brad King2017-08-301-6/+7
|\ \ \ \ \ \ \
| * | | | | | | CodeBlocks: Avoid listing files multiple timesAlexandr (Sagrer) Gridnev2017-08-301-6/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'gettext-windows'Brad King2017-08-301-2/+6
|\ \ \ \ \ \ \
| * | | | | | | FindGettext: fix support for MS Windows gettext binariesTomasz Słodkowicz2017-08-301-2/+6
| |/ / / / / /
* | | | | | | Merge topic 'wxwidgets-windows-xp'Brad King2017-08-301-0/+4
|\ \ \ \ \ \ \
| * | | | | | | FindwxWidgets: Add support for Windows XP compatible builsTomasz Słodkowicz2017-08-301-0/+4
| |/ / / / / /
* | | | | | | Merge topic 'install-CMP0054'Brad King2017-08-301-2/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | install: Avoid CMP0054 warning in generated install scriptBrad King2017-08-301-2/+2
| |/ / / / /
* | | | | | 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