| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-24 | convert path to string | Curtis.Bezault | |
| 2019-07-24 | turn path into string | Curtis.Bezault | |
| 2019-07-24 | Use correct types | Curtis.Bezault | |
| 2019-07-24 | Merge branch 'master' into external_file_abi | Curtis J Bezault | |
| 2019-07-24 | store fs::path instead of std::string | Curtis.Bezault | |
| 2019-07-24 | Modify CMakeLists to split up vcpkglib (#7407) | nicole mazzuca | |
| Before this, we had vcpkg and vcpkg-test taking the vcpkglib source files directory -- this commit makes vcpkglib an object library. | |||
| 2019-07-24 | Add third party notices -- copied from chakracore (#7403) | nicole mazzuca | |
| Add third party notices -- copied from chakracore | |||
| 2019-07-24 | Merge pull request #7228 from ubsan/parallel-file-ops | nicole mazzuca | |
| Parallel file operations | |||
| 2019-07-24 | [pcl] Fix cuda building compatability issues with cuda 10.1 (#7388) | contre | |
| 2019-07-24 | [tesseract[training_tools]] Fix build error (#7360) | Lily | |
| 2019-07-24 | [Openxr-loader] Fix fatal error C1189 (#7376) | Cheney Wang | |
| 2019-07-24 | [inja] Use inja CMakeLists.txt (#7402) | Tri Tran | |
| * Provide CMake configs * Fix mismatching version in CMakeLists.txt (2.0.0 -> 2.1.0) * Update license (use LICENSE as copyright instead of using single header file as copyright) | |||
| 2019-07-24 | [libmariadb] Fix install path (#7396) | Lily | |
| 2019-07-24 | [xtensor-io] Add new port. (#7398) | NancyLi1013 | |
| 2019-07-24 | [date] fix issue 6530 (#7399) | Phoebe | |
| 2019-07-23 | [Arrow] Update to Arrow v0.14.1 (#7211) | Phil Felton | |
| * Arrow 0.14 update * Find Thrift compiler on Linux * Arrow 0.14.1 * Arrow 0.14.1 | |||
| 2019-07-23 | only use filename | Curtis.Bezault | |
| 2019-07-23 | move the pre_build_info | Curtis.Bezault | |
| 2019-07-23 | Remove types from this PR | Curtis.Bezault | |
| 2019-07-23 | remove needs_rebuild from statusparagraphs | Curtis.Bezault | |
| 2019-07-23 | remove accidental comment | Curtis.Bezault | |
| 2019-07-23 | fix condition | Curtis.Bezault | |
| 2019-07-23 | Merge build.cpp | Curtis.Bezault | |
| 2019-07-23 | Prompt rebuild if external hash changes | Curtis.Bezault | |
| 2019-07-23 | [docs] add notes about manual-link (#7390) | Phil Christensen | |
| 2019-07-23 | add external file hashes to the binary paragraph | Curtis.Bezault | |
| 2019-07-22 | [liblas] Add new port (#6746) | wangli28 | |
| * [liblas] Add new port * [liblas] Remove useless commands * [liblas] Remove empty directory * fix cmake targets * build options off * update patch | |||
| 2019-07-22 | fix some of the awful mix of macros | Nicole Mazzuca | |
| 2019-07-22 | [mimalloc] Add new port (fix #6996) (#7011) | myd7349 | |
| * [mimalloc] Add new port (fix #6996) * [mimalloc] Fix x64-uwp build error * [mimalloc] Fix interface include directory * [mimalloc] Add features * [mimalloc] Make the patch vcpkg friendly * [mimalloc] Update to 2019-06-25 * [mimalloc] Use vcpkg_check_features * [mimalloc] Clean | |||
| 2019-07-22 | Resolves "project is never up-to-date" problem (issue 6179) (#7322) | crusader-mike | |
| 2019-07-22 | WIP: [libzippp] New port: C++ wrapper for libzip (#6801) | Philipp Hasper | |
| * [libzippp] New port: C++ wrapper for libzip Closes #6600 * [libzippp] Fixed lookup of included libraries * [libzippp] Build system replacement * [libzippp] Add find_dependency(LIBZIP) to config file * [libzippp] Use upstream CMake | |||
| 2019-07-22 | enable static library to rttr (#7359) | Hendra Darwintha | |
| 2019-07-22 | [Libexif] update download location (#7344) | contre | |
| * [libexif] update download location * [libexif] Update homepage & switch to vcpkg_from_github * [libexif] add missing _stdint.h file via patch mechanism * [libexif] actually include modifications to tell it to use the patch file | |||
| 2019-07-22 | [boolinq] Add new port (#7362) | myd7349 | |
| 2019-07-21 | [freetype] Update to 2.10.1 (#7341) | Kevin Lu | |
| 2019-07-21 | [sqlite3] Update to 3.29.0 (#7342) | Kevin Lu | |
| 2019-07-21 | [qhull] Update to 7.3.2 and fix postbuild validation (#7340) | contre | |
| 2019-07-21 | [libconfuse] Add new port (#7252) | myd7349 | |
| 2019-07-21 | [cmcstl2] Add new port (#7348) | myd7349 | |
| 2019-07-21 | [irrlicht] use unicode path on windows (#7354) | DailyShana | |
| 2019-07-21 | [sdl2-image] Updated to 2.0.5 (#7355) | Charles Dang | |
| 2019-07-21 | [cutelyst2]Upgrade version to 2.8.0 (#7327) | JackBoosY | |
| 2019-07-19 | allow tests to run on older standard libraries | Nicole Mazzuca | |
| 2019-07-19 | [mongo-c-driver] Disable snappy auto-detection (#7338) | Victor Romero | |
| * [mongo-c-driver] Disable snappy auto-detection to fix flakiness in mongo-cxx-driver * [mongo-c-driver] Fix build version | |||
| 2019-07-19 | Add labels to issue templates | Phil Christensen | |
| 2019-07-19 | Create issue templates (#7336) | Phil Christensen | |
| 2019-07-19 | switch to new test framework | Nicole Mazzuca | |
| 2019-07-19 | Merge branch 'trunk' into parallel-file-ops | Nicole Mazzuca | |
| 2019-07-19 | Update VERSION.txt | Curtis J Bezault | |
| 2019-07-19 | Merge branch 'master' into external_file_abi | Curtis J Bezault | |
