aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Collapse)Author
2017-04-29[vcpkg] Fix regression in tests. Test classes must not be structs.Robert Schumacher
2017-04-28`export`: When package name is invalid, error out earlier and with a better ↵Alexander Karatarakis
message
2017-04-28Use CStringView instead of const char*Alexander Karatarakis
2017-04-28[CStringView] Rename parameter, add copy ctorAlexander Karatarakis
2017-04-28Enums::f(): Accept CStringView instead of std::string&Alexander Karatarakis
2017-04-28Remove stray temp codeAlexander Karatarakis
2017-04-28[clang-format] Standard: Cpp11Alexander Karatarakis
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-28[clang-format] Increase PenaltyReturnTypeOnItsOwnLineAlexander Karatarakis
2017-04-27`install`: When package name is invalid, error out earlier and with a better ↵Alexander Karatarakis
message Resolves #986
2017-04-27Check-in .clang-formatAlexander Karatarakis
2017-04-27Run clang-foramt over tests and remaining cpp filesAlexander Karatarakis
2017-04-27Remove stray cpp fileAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location ↵Alexander Karatarakis
of VersionT.cpp
2017-04-27Formatting + add test to the vcxprojAlexander Karatarakis
2017-04-27[options] makes options case insensitiveTobias Kohlbau
This resolves #987 Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-04-26`export`: Place the nuget-specific redirect in buildsystems/tmpAlexander Karatarakis
2017-04-26`export`: Place the temporary nuspec file in buildsystems/tmpAlexander Karatarakis
2017-04-26Modify test proj to also consider VS2017 locationsAlexander Karatarakis
2017-04-26`export` Copy getProgramFiles32bit.ps1Alexander Karatarakis
2017-04-25`export`: Reorganize export folder to have the same layout as a normal vcpkg ↵Alexander Karatarakis
enlistment
2017-04-25`export`: Retain the msbuild subfolder for cmake integration to also workAlexander Karatarakis
2017-04-25`export`: Place the integration files in the exported folderAlexander Karatarakis
NuGet creation gets them from there now, and they are available for other exports types
2017-04-25Rework ConfigurationType enumAlexander Karatarakis
2017-04-25Rework BuildType enumAlexander Karatarakis
2017-04-25ENUM_NAME should be in the enum namespaceAlexander Karatarakis
2017-04-25Rework LinkageType enumAlexander Karatarakis
2017-04-25Make constexprs staticAlexander Karatarakis
2017-04-25Rework OptBool enumAlexander Karatarakis
2017-04-25Rework BuildInfo enumAlexander Karatarakis
2017-04-25Rework ArchiveFormat enumAlexander Karatarakis
2017-04-25`export`: Show what output file/files are createdAlexander Karatarakis
2017-04-25`export`: Export directory now has the same name pattern as the zip/7z/nuget ↵Alexander Karatarakis
file
2017-04-24Merge branch 'x86-disable-ninja'Robert Schumacher
2017-04-23Merge pull request #966 from codicodi/fix-export-7zipRobert Schumacher
[vcpkg-export] correctly handle --7zip option
2017-04-23[vcpkg-build] Fix regression in build command.Robert Schumacher
Missing dependencies were not being computed correctly after the internal call to build failed. Solution is to return the already-computed list from build.
2017-04-23[vcpkg-integrate-project] Escape backticks. Fixes #964.Robert Schumacher
2017-04-23[vcpkg] Ninja is only 64-bit; do not use on x86Robert Schumacher
2017-04-22[vcpkg-export] correctly handle --7zip optioncodicodi
2017-04-21Update cmake version to 3.8.0 (was 3.8.0rc1)Alexander Karatarakis
2017-04-21`export`: Shorten the date formatAlexander Karatarakis
2017-04-21`export`: Add --raw --nuget --zip --7zip options and functionalityAlexander Karatarakis
2017-04-21`export`: Suppress output of nuget creationAlexander Karatarakis
2017-04-21`export`: RefactoringAlexander Karatarakis
2017-04-21`export`: Add date to exported folder nameAlexander Karatarakis
2017-04-21Add System::get_current_date_time()Alexander Karatarakis
2017-04-21`Integrate project`: Change authors to `vcpkg`Alexander Karatarakis
2017-04-21Function renames. Make string static constexprAlexander Karatarakis
2017-04-21`export`: add nuget exportAlexander Karatarakis