index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
include
Age
Commit message (
Expand
)
Author
2017-10-13
`autocomplete` Rework command, fixing a lot of corner cases in the process
Alexander Karatarakis
2017-10-12
Fix #1963 (permissive- issue)
Alexander Karatarakis
2017-10-06
Merge pull request #1896 from mariatav/dev/mariatav/autocomplete
Robert Schumacher
2017-10-05
Completely rework Visual Studio detection
Alexander Karatarakis
2017-10-05
Overhaul VS selection. Add triplet option to specify VS instance
Alexander Karatarakis
2017-10-05
Introduce Util::stable_keep_if()
Alexander Karatarakis
2017-10-04
[vcpkg] Refactor out implication in option parsing for export
Robert Schumacher
2017-10-04
[vcpkg] Reformat and fix headers.
Robert Schumacher
2017-10-04
Merge branch 'export-ifw' of https://github.com/podsvirov/vcpkg into podsviro...
Robert Schumacher
2017-10-03
[vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming c...
Robert Schumacher
2017-10-02
Suppress 4768 warning from shlobj.h
Alexander Karatarakis
2017-10-02
Create stub autocomplete function
Maria Tavlaki
2017-10-01
Introduce Strings::case_insensitive_ascii_starts_with();
Alexander Karatarakis
2017-09-27
[Toolset selection] Use VS2017 vcvarsall for v140 if available
Alexander Karatarakis
2017-09-28
[vcpkg-export-ifw] Usage QtIFW tools
Konstantin Podsvirov
2017-09-28
[vcpkg-export-ifw] Separate IFW loop
Konstantin Podsvirov
2017-09-28
WIP: Export IFW
Konstantin Podsvirov
2017-09-14
Introduce Version::warn_if_vcpkg_version_mismatch()
Alexander Karatarakis
2017-09-13
Rework vcpkg install (and vcpkg ci)
Alexander Karatarakis
2017-09-13
Refactor package removal code to eliminate its duplication
Alexander Karatarakis
2017-09-07
[vcpkg_Build.h] Naming scheme, unneeded #include, unneeded inline
Alexander Karatarakis
2017-09-01
Remove unused #include
Alexander Karatarakis
2017-09-01
Don't return by const copy
Alexander Karatarakis
2017-09-01
[Triplet] Naming convention and missing const
Alexander Karatarakis
2017-09-01
[vcpkg_Checks] Naming convention fixes
Alexander Karatarakis
2017-09-01
[vcpkg_Parse] Add missing const
Alexander Karatarakis
2017-08-31
CoffFileReader naming convention
Alexander Karatarakis
2017-08-31
Naming convention
Alexander Karatarakis
2017-08-31
Function naming convention
Alexander Karatarakis
2017-08-30
Move function to Files::find_from_PATH()
Alexander Karatarakis
2017-08-30
Fix /permissive- issue
Alexander Karatarakis
2017-08-29
Remove Strings::is_empty(). Use std::string.empty()
Alexander Karatarakis
2017-08-28
Add System::println() with no args
Alexander Karatarakis
2017-08-28
Change Strings::EMPTY to char *
Alexander Karatarakis
2017-08-28
Introduce Strings::is_empty()
Alexander Karatarakis
2017-08-28
Use Strings::EMPTY
Alexander Karatarakis
2017-08-28
Introduce Strings::EMPTY
Alexander Karatarakis
2017-08-28
[Strings::join()] Modify to work for any container
Alexander Karatarakis
2017-08-28
Add missing const
Alexander Karatarakis
2017-08-28
Fix /permissive- issue
Alexander Karatarakis
2017-08-26
Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fix
Robert Schumacher
2017-08-26
[vcpkg] Use vcvars argument strings from detected toolset. Avoid c-string poi...
Robert Schumacher
2017-08-25
[vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644
Robert Schumacher
2017-08-25
[vcpkg] Trap Ctrl-C, enable thread safety for global data structures
Robert Schumacher
2017-08-24
Run cleanup before exiting instead of calling atexit
Alexander Karatarakis
2017-08-24
Introduce GlobalState struct
Alexander Karatarakis
2017-08-24
[Strings::format] Add overload for unisigned long
Alexander Karatarakis
2017-08-24
[vcpkg] testing for architectures supported by toolset
Mikhail Paulyshka
2017-08-23
[vcpkg] Add stringify for BuildResult::FILE_CONFLICTS
Robert Schumacher
2017-08-23
[vcpkg] Deduplicate code from feature packages
Robert Schumacher
[next]