Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge topic 'server-cxx11' | Daniel Pfeifer | 2017-08-27 | 13 | -66/+42 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | CTestCustom: Suppress exception loosening warning | Daniel Pfeifer | 2017-08-26 | 1 | -0/+1 | |
| * | | | | | | | | | server: always enable server | Daniel Pfeifer | 2017-08-26 | 9 | -61/+19 | |
| * | | | | | | | | | server: backport to C++11 | Daniel Pfeifer | 2017-08-26 | 4 | -6/+23 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'cmSourceFile-Nocopy' | Daniel Pfeifer | 2017-08-27 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmSourceFile: Avoid unnecessary vector copy | Sebastian Holtermann | 2017-08-26 | 1 | -4/+4 | |
* | | | | | | | | | | Merge topic 'iwyu-keep-cmConfigure' | Daniel Pfeifer | 2017-08-27 | 318 | -333/+285 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 318 | -333/+285 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'cmConfigure-fix' | Daniel Pfeifer | 2017-08-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmConfigure: Add missing # | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-27 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'deb-libarchive-ar' | Daniel Pfeifer | 2017-08-26 | 1 | -271/+19 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | cmCPackDebGenerator: Use libarchive to create .deb file | Daniel Pfeifer | 2017-08-25 | 1 | -271/+19 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-26 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge topic 'cxx11-nullptr' | Brad King | 2017-08-25 | 235 | -1214/+1167 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 235 | -1214/+1167 | |
* | | | | | | | | Merge topic 'revert-xcode-9-new-buildsystem-support' | Brad King | 2017-08-25 | 2 | -13/+5 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Xcode: Revert addition of "outputPaths" to custom command build phase | Brad King | 2017-08-24 | 2 | -13/+5 | |
* | | | | | | | | Merge topic 'modernize-git-whitespace-attributes' | Brad King | 2017-08-25 | 15 | -44/+36 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | gitattributes: prefer `eol=crlf` to `-crlf` | Ben Boeckel | 2017-08-23 | 8 | -28/+22 | |
| * | | | | | | | | MumpsCoverage: remove unnecessary attribute | Ben Boeckel | 2017-08-23 | 1 | -1/+0 | |
| * | | | | | | | | gitattributes: prefer `eol=lf` to `crlf=input` | Ben Boeckel | 2017-08-23 | 2 | -6/+6 | |
| * | | | | | | | | gitattributes: prefer `-text` for binary files | Ben Boeckel | 2017-08-23 | 7 | -7/+8 | |
| * | | | | | | | | gitattributes: remove unused attributes | Ben Boeckel | 2017-08-23 | 1 | -2/+0 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-25 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.9' | Brad King | 2017-08-24 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'ninja-cl-intl' into release-3.9 | Brad King | 2017-08-23 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'ninja-cl-intl' | Brad King | 2017-08-24 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Ninja: Fix support for MSVC with non-English output | Brad King | 2017-08-23 | 1 | -0/+1 | |
* | | | | | | | | | Merge topic 'vs-sdk-refs' | Brad King | 2017-08-24 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | VS: Fix VS_SDK_REFERENCES when target is not a Windows 10 app | Roc Ramon | 2017-08-23 | 1 | -3/+3 | |
* | | | | | | | | | | Merge topic 'boost-1.65' | Brad King | 2017-08-24 | 2 | -10/+59 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | FindBoost: Add Boost 1.65 dependencies | Roger Leigh | 2017-08-22 | 1 | -3/+27 | |
| * | | | | | | | | | | BoostScanDeps: Special case python and numpy and variants | Roger Leigh | 2017-08-22 | 1 | -7/+32 | |
* | | | | | | | | | | | Merge topic 'ninja-gfortran-fpreprocessed' | Brad King | 2017-08-24 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Ninja: Fix references to source files in gfortran diagnostics | Raul Laasner | 2017-08-23 | 2 | -1/+9 | |
* | | | | | | | | | | | | Merge topic 'ipo-test-output' | Brad King | 2017-08-24 | 3 | -6/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tests: Print more info on CheckIPOSupported test failure | Brad King | 2017-08-23 | 3 | -6/+9 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-24 | 1 | -1/+1 | |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'FindCurses-wide' | Brad King | 2017-08-23 | 2 | -30/+86 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Help: Add notes for topic 'FindCurses-wide' | Brad King | 2017-08-22 | 1 | -0/+5 | |
| * | | | | | | | | | | | FindCurses: Add option for ncursesw detection | Alexandr (Sagrer) Gridnev | 2017-08-22 | 1 | -30/+81 | |
* | | | | | | | | | | | | Merge topic 'autogen-optimize-cleanup' | Brad King | 2017-08-23 | 12 | -372/+445 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove AUTOGEN variables from cmSourceFile and cmMakefile | Sebastian Holtermann | 2017-08-22 | 4 | -25/+0 | |
| * | | | | | | | | | | | Autogen: Don't use cmMakefile::GetQtUiFilesWithOptions | Sebastian Holtermann | 2017-08-22 | 1 | -19/+19 | |
| * | | | | | | | | | | | Autogen: Fix and extend SKIP_AUTOMOC test | Sebastian Holtermann | 2017-08-22 | 5 | -4/+59 | |
| * | | | | | | | | | | | Autogen: Read skip files from makefile | Sebastian Holtermann | 2017-08-22 | 1 | -32/+58 | |
| * | | | | | | | | | | | Autogen: Remove VS specific code exclusion | Sebastian Holtermann | 2017-08-22 | 1 | -31/+25 | |
| * | | | | | | | | | | | Autogen: Initializer file type scanning optimizations | Sebastian Holtermann | 2017-08-22 | 1 | -73/+91 | |
| * | | | | | | | | | | | Autogen: Initializer optimizations and cleanups | Sebastian Holtermann | 2017-08-22 | 3 | -211/+216 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | |