| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'ctest-chrono' | Brad King | 2017-12-05 | 1 | -0/+5 |
|\ |
|
| * | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -0/+1 |
|
|
| * | IWYU: Add mappings for std::enable_if on chrono durations | Brad King | 2017-11-28 | 1 | -0/+4 |
|
|
* | | Merge branch 'upstream-GitSetup' into update-gitsetup | Brad King | 2017-11-30 | 10 | -871/+4 |
|
|
* | | GitSetup: Restrict import to files we need | Brad King | 2017-11-30 | 1 | -0/+7 |
|/ |
|
* | IWYU: Add more mappings for std::__decay_and_strip | Brad King | 2017-11-21 | 1 | -0/+2 |
|
|
* | Utilities/Release: Update to openssl-1.1.0g | Brad King | 2017-11-14 | 1 | -3/+3 |
|
|
* | Utilities/Release: Update to openssl-1.0.2m | Brad King | 2017-11-14 | 1 | -3/+3 |
|
|
* | Utilities/Release: Build static executables on Windows | Brad King | 2017-11-14 | 2 | -13/+36 |
|
|
* | Utilities/Release: Remove unused setting in Linux build | Brad King | 2017-11-14 | 1 | -1/+0 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | Merge topic 'update-curl' | Brad King | 2017-10-11 | 144 | -5795/+7998 |
|\ |
|
| * | curl: Update build within CMake to account for 7.56 changes | Brad King | 2017-10-10 | 2 | -1/+5 |
|
|
| * | Merge branch 'upstream-curl' into update-curl | Brad King | 2017-10-10 | 143 | -5793/+7984 |
|
|
| * | curl: Update script to get curl 7.56.0 | Brad King | 2017-10-10 | 1 | -2/+10 |
|
|
* | | CMake 3.10.0-rc1 version update | Brad King | 2017-10-05 | 1 | -1/+1 |
|/ |
|
* | clang-format.bash: minor fixes to support MacOS | Matthias Maennich | 2017-10-03 | 1 | -2/+4 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -6/+0 |
|
|
* | libarchive: Do not use nanosecond file time APIs on macOS < 10.13 | Brad King | 2017-09-20 | 1 | -0/+11 |
|
|
* | bootstrap: Make libuv available during bootstrap | Brad King | 2017-09-17 | 8 | -10/+200 |
|
|
* | jsoncpp: Drop doxygen comments not recognized by Clang | Brad King | 2017-08-30 | 4 | -6/+6 |
|
|
* | jsoncpp: Add initialization to pacify scanbuild | Brad King | 2017-08-30 | 1 | -0/+1 |
|
|
* | jsoncpp: Fix compilation on SunPro | Brad King | 2017-08-30 | 5 | -0/+20 |
|
|
* | jsoncpp: Drop deprecation markup | Brad King | 2017-08-30 | 4 | -11/+12 |
|
|
* | Merge branch 'upstream-jsoncpp' into update-jsoncpp | Brad King | 2017-08-30 | 19 | -2272/+3417 |
|
|
* | jsoncpp: Update script to get jsoncpp 1.8.2 | Brad King | 2017-08-30 | 1 | -1/+1 |
|
|
* | jsoncpp: Drop unnecessary files from source list | Brad King | 2017-08-30 | 1 | -2/+0 |
|
|
* | jsoncpp: Add script to update from upstream | Brad King | 2017-08-30 | 1 | -0/+33 |
|
|
* | Merge topic 'no-crlf-blobs' | Brad King | 2017-08-30 | 2 | -223/+0 |
|\ |
|
| * | bzip2: Drop unused .dsp files | Brad King | 2017-08-30 | 2 | -223/+0 |
|
|
* | | Lexer: add a helper script to automate generating the lexers | Matthias Maennich | 2017-08-29 | 1 | -0/+33 |
|/ |
|
* | server: always enable server | Daniel Pfeifer | 2017-08-26 | 4 | -4/+0 |
|
|
* | Merge topic 'boost-1.65' | Brad King | 2017-08-24 | 1 | -7/+32 |
|\ |
|
| * | BoostScanDeps: Special case python and numpy and variants | Roger Leigh | 2017-08-22 | 1 | -7/+32 |
|
|
* | | Use C++11 unordered containers | Daniel Pfeifer | 2017-08-22 | 1 | -20/+0 |
|/ |
|
* | Merge topic 'require-cmake-3.1' | Brad King | 2017-08-15 | 2 | -2/+2 |
|\ |
|
| * | Require CMake 3.1 to build CMake itself | Brad King | 2017-08-10 | 2 | -2/+2 |
|
|
* | | Merge topic 'update-expat' | Brad King | 2017-08-08 | 12 | -246/+845 |
|\ \
| |/
|/| |
|
| * | expat: Update CMake build for 2.2.3 | Brad King | 2017-08-07 | 1 | -3/+4 |
|
|
| * | Merge branch 'upstream-expat' into update-expat | Brad King | 2017-08-07 | 10 | -240/+838 |
|
|
| * | expat: Update script to get Expat 2.2.3 | Brad King | 2017-08-07 | 1 | -3/+3 |
|
|
* | | Merge topic 'update-libarchive' | Brad King | 2017-08-02 | 65 | -2761/+4372 |
|\ \ |
|
| * | | libarchive: Fix inclusion of zlib, bzlib, and lzma for build within CMake | Brad King | 2017-07-20 | 1 | -3/+3 |
|
|
| * | | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2017-07-20 | 64 | -2760/+4371 |
|
|
| * | | libarchive: Update script to get 3.3.2 | Brad King | 2017-07-20 | 1 | -1/+1 |
|
|
* | | | Merge topic 'sphinx-pre-1.2' | Brad King | 2017-08-02 | 1 | -2/+15 |
|\ \ \
| |/ /
|/| | |
|
| * | | Utilities/Sphinx: Restore compatibility with Sphinx pre-1.2 | Björn Esser | 2017-08-02 | 1 | -2/+15 |
|
|
* | | | Merge topic 'server-refactor' | Brad King | 2017-07-18 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | server: Refactor to make the event loop owned by server object | Justin Berger | 2017-07-11 | 1 | -0/+1 |
|
|
* | | | | clang-format.bash: Fix error message when clang-format is not found | Brad King | 2017-07-05 | 1 | -1/+1 |
| |/ /
|/| | |
|