aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Collapse)Author
2019-07-24Modify 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-23only use filenameCurtis.Bezault
2019-07-23move the pre_build_infoCurtis.Bezault
2019-07-23Remove types from this PRCurtis.Bezault
2019-07-23remove needs_rebuild from statusparagraphsCurtis.Bezault
2019-07-23remove accidental commentCurtis.Bezault
2019-07-23fix conditionCurtis.Bezault
2019-07-23Merge build.cppCurtis.Bezault
2019-07-23Prompt rebuild if external hash changesCurtis.Bezault
2019-07-23add external file hashes to the binary paragraphCurtis.Bezault
2019-07-22fix some of the awful mix of macrosNicole Mazzuca
2019-07-19allow tests to run on older standard librariesNicole Mazzuca
2019-07-19switch to new test frameworkNicole Mazzuca
2019-07-19Merge branch 'trunk' into parallel-file-opsNicole Mazzuca
2019-07-19Update VERSION.txtCurtis J Bezault
2019-07-19Merge branch 'master' into external_file_abiCurtis J Bezault
2019-07-19[vcpkg] Portfile Settings (#7292)Curtis J Bezault
2019-07-18Rewrite the tests! now they're cross-platform! (#7315)nicole mazzuca
* begin exploratory rewriting of tests * continue working on tests * more test work! holy butts vcpkg-tests/plan.cpp was a bunch of work * finish writing new tests - [x] write catch2 tests - [ ] rewrite/at least delete the VS project files - [ ] document running tests * Fix tests to work on WSL, rewrite test vcxproj still need to test on macOS also, delete tests.pch.h * Condense add_test calls
2019-07-18clang-format all the thingsNicole Mazzuca
2019-07-18Update VERSION.txtCurtis J Bezault
2019-07-18Better error message when VCPKG_ROOT is independently defined (#7229)Dan Nissenbaum
2019-07-18add needs_rebuild, should probably be moved to somewhere elseCurtis.Bezault
2019-07-18[vcpkg] Environment Variable Passthrough (#7290)Curtis J Bezault
* use additional env param * remove partials * remove change to linux triplet * Fix some issues that vicroms pointed out * whitespace change
2019-07-17tests.files.cpp:create_directory_tree -- change magic numbers to namesNicole Mazzuca
2019-07-17Add type fieldCurtis.Bezault
2019-07-17sourceparagraph changesCurtis.Bezault
2019-07-17always calculate abiCurtis.Bezault
2019-07-17Convert name of file to u8 string, to compile on windowsCurtis.Bezault
2019-07-17first pass at abi additional filesCurtis.Bezault
2019-07-16revert unecessary reorderingCurtis.Bezault
2019-07-16Add to vcpkg.cmakeCurtis.Bezault
2019-07-16First pass at port settingsCurtis.Bezault
2019-07-16remove partialsCurtis.Bezault
2019-07-16use additional env paramCurtis.Bezault
2019-07-15wheeeee more fixesNicole Mazzuca
2019-07-15modify files test to include symlinksNicole Mazzuca
2019-07-11forgot to test on macos >.<Nicole Mazzuca
2019-07-11add tests!Nicole Mazzuca
Also, fix all the bugs I found when I wrote the tests!
2019-07-11fix more commentsNicole Mazzuca
2019-07-11fix some comments from code reviewersNicole Mazzuca
2019-07-11make it compile on macos under g++6Nicole Mazzuca
2019-07-11make this compile on macosNicole Mazzuca
2019-07-11actually get the code compilingNicole Mazzuca
2019-07-11delete the random number generatorNicole Mazzuca
2019-07-11remove_all parallelized, and fix the issues with symlinkNicole Mazzuca
2019-07-11initial remove-in-parallelNicole Mazzuca
doesn't actually do parallel remove yet
2019-07-11Testing for --overlay-ports and --overlay-triplets args (#7243)Victor Romero
2019-07-10allow spaces in pathname on linux (#7216)Phil Christensen
2019-07-09Make handle features (#6797)gnaggnoyil
2019-07-06[vcpkg] Fix powershell font corruption bug (#7094)Robert Schumacher
* [vcpkg] Fix font corruption bug on Windows by downloading Powershell Core * [vcpkg] Rename subtool to powershell-core * [vcpkg] Add missing includes to project files