Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server: Add support for connections that aren't event based | Justin Berger | 2017-07-11 | 7 | -66/+87 |
* | server: Add connection as part of a request | Justin Berger | 2017-07-11 | 3 | -6/+11 |
* | server: Refactor to make the event loop owned by server object | Justin Berger | 2017-07-11 | 11 | -430/+762 |
* | Begin post-3.9 development | Brad King | 2017-06-05 | 1 | -2/+2 |
* | CMake 3.9.0-rc1 version updatev3.9.0-rc1 | Brad King | 2017-06-05 | 1 | -3/+3 |
* | Merge topic 'lint-function-args' | Brad King | 2017-06-05 | 37 | -80/+82 |
|\ | |||||
| * | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 37 | -80/+82 |
* | | Merge topic 'cm_fallthrough' | Brad King | 2017-06-05 | 20 | -18/+111 |
|\ \ | |||||
| * | | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 20 | -17/+110 |
| * | | C++ feature checks: check output for '[Ww]arning' | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
| |/ | |||||
* | | Merge topic 'display-ctest-disabled' | Brad King | 2017-06-05 | 1 | -2/+6 |
|\ \ | |||||
| * | | ctest: Display disabled status when ctest -N is called | Chuck Atkins | 2017-06-02 | 1 | -2/+6 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-05 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-04 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-03 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'string-npos-cleanup' | Brad King | 2017-06-02 | 46 | -194/+206 |
|\ \ | |||||
| * | | Remove second arg: npos in substr usages | Pavel Solodovnikov | 2017-06-01 | 11 | -17/+15 |
| * | | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 44 | -184/+199 |
| * | | cmLocalUnixMakefileGenerator3: Remove unnecessary local variable | Brad King | 2017-06-01 | 1 | -2/+1 |
| * | | cmParseBlanketJSCoverage: Pass unmodified parameter as const& | Brad King | 2017-06-01 | 1 | -1/+1 |
* | | | Merge topic 'update-kwsys' | Brad King | 2017-06-02 | 5 | -39/+37 |
|\ \ \ | |||||
| * | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-06-01 | 5 | -39/+37 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-02 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'ninja-mingw' | Brad King | 2017-06-01 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Ninja: Fix CMP0058 on MinGW | Brad King | 2017-05-31 | 1 | -2/+2 |
* | | | | Merge topic 'update-kwsys' | Brad King | 2017-06-01 | 4 | -4/+22 |
|\ \ \ \ | |||||
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-05-31 | 4 | -4/+22 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-01 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'ninja-mingw' | Brad King | 2017-05-31 | 3 | -12/+4 |
|\ \ \ | |||||
| * | | | Ninja: Fix escaping of path to depfile | Brad King | 2017-05-30 | 3 | -12/+4 |
* | | | | Merge topic 'minor-cleanups' | Brad King | 2017-05-31 | 3 | -5/+0 |
|\ \ \ \ | |||||
| * | | | | cmQtAutoGeneratorInitializer: Remove unused local variable | Brad King | 2017-05-30 | 1 | -2/+0 |
| * | | | | cmVisualStudio10TargetGenerator: Remove shadowing local variable | Brad King | 2017-05-30 | 1 | -2/+0 |
| * | | | | cmVisualStudio10ToolsetOptions: Remove unused include | Brad King | 2017-05-30 | 1 | -1/+0 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-31 | 1 | -1/+1 |
|/ / / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-30 | 1 | -1/+1 |
|/ / | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-29 | 1 | -1/+1 |
* | | Merge topic 'reduce-string-copying' | Brad King | 2017-05-28 | 42 | -129/+130 |
|\ \ | |||||
| * | | Remove unnecessary operator<< usage | Pavel Solodovnikov | 2017-05-26 | 1 | -1/+1 |
| * | | Remove unused variables | Pavel Solodovnikov | 2017-05-26 | 3 | -7/+1 |
| * | | Improved checking for number of arguments passed | Pavel Solodovnikov | 2017-05-26 | 1 | -1/+1 |
| * | | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 39 | -114/+121 |
| * | | Change std::basic_string<char> to std::string | Pavel Solodovnikov | 2017-05-24 | 1 | -6/+6 |
* | | | Merge topic 'autogen_config' | Brad King | 2017-05-28 | 3 | -221/+341 |
|\ \ \ | |||||
| * | | | Autogen: Per-config file suffixes. New AUTOGEN_BUILD_DIR target property. | Sebastian Holtermann | 2017-05-26 | 3 | -209/+327 |
| * | | | Autogen: Pass build directory in Info file | Sebastian Holtermann | 2017-05-26 | 3 | -22/+24 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-28 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-27 | 1 | -1/+1 |
* | | | | Merge topic 'codecvt-revise' | Brad King | 2017-05-26 | 3 | -141/+177 |
|\ \ \ \ | |||||
| * | | | | codecvt: Re-implement do_out and do_unshift | Brad King | 2017-05-25 | 3 | -141/+177 |