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
2016-11-15
[expected.h] Add missing #include
Alexander Karatarakis
2016-11-15
Remove unused #include
Alexander Karatarakis
2016-11-15
[Graph] Now uses set instead of vector
Alexander Karatarakis
2016-11-15
Renames and cleanup
Alexander Karatarakis
2016-11-15
Use custom struct instead of std::pair
Alexander Karatarakis
2016-11-15
Major refactor/rework of dependency resolution
Alexander Karatarakis
2016-11-10
Add more blacklisted outdated crts
Alexander Karatarakis
2016-11-10
Add checks for outdated crts
Alexander Karatarakis
2016-11-09
[post-build-checks] Rework crt linkage checks
Alexander Karatarakis
2016-11-09
Add checks for crt linkage (currently disabled)
Alexander Karatarakis
2016-11-08
Introduce BUILD_INFO file. Significant change in the way static/dynamic is
Alexander Karatarakis
2016-11-07
Remove unused #include directive
Alexander Karatarakis
2016-11-07
Move search_file() to commands_own.cpp
Alexander Karatarakis
2016-11-07
Move listfile_path() to vcpkg_paths.h
Alexander Karatarakis
2016-11-07
Remove unused #include
Alexander Karatarakis
2016-11-07
Move shorten_description to vcpkglib_helpers
Alexander Karatarakis
2016-11-07
Introduce vcpkg_info.h/cpp
Alexander Karatarakis
2016-11-07
[Dependencies] Remove unused parameter
Alexander Karatarakis
2016-11-07
[Dependencies] Function rename
Alexander Karatarakis
2016-11-07
[Dependencies] Make function static
Alexander Karatarakis
2016-11-07
Move Dependency-related functions from vcpkg.h to vcpkg_Dependencies.h
Alexander Karatarakis
2016-11-07
Move functions that are only used by `import` out of vcpkg.h/cpp
Alexander Karatarakis
2016-11-07
Refactor: create new Paragraphs.h/cpp
Alexander Karatarakis
2016-11-06
Add new command: portsdiff
Alexander Karatarakis
2016-11-06
[Maps] Add overload for map (existing: unordered_map)
Alexander Karatarakis
2016-11-05
Enable qualified dependencies. Fix bug in internal 'build' command.
Robert Schumacher
2016-11-03
[SourceParagraph] Make function static
Alexander Karatarakis
2016-11-03
[BinaryParagraph] Refactor implementation
Alexander Karatarakis
2016-11-03
SourceParagraph checks fields at construction time
Alexander Karatarakis
2016-11-03
[SourceParagraph] Consistency rename
Alexander Karatarakis
2016-11-02
Add checks for fields in CONTROL file. Resolves #228
Alexander Karatarakis
2016-11-02
[Strings] Add join()
Alexander Karatarakis
2016-11-02
[Maps] Add function extract_keys()
Alexander Karatarakis
2016-10-20
src Formatting
Alexander Karatarakis
2016-10-20
Add hash file support.
sdcb
2016-10-14
Add coff_file_reader to extract info/from dll/lib files without dumpbin
Alexander Karatarakis
2016-10-14
Add MachineType enum
Alexander Karatarakis
2016-10-14
Fix overload of Checks::exit_with_message
Alexander Karatarakis
2016-10-10
[Stopwatch] start()/stop() return const &
Alexander Karatarakis
2016-10-10
Rename System::Stopwatch to System::Stopwatch2
Alexander Karatarakis
2016-10-10
Add Stopwatch class
Alexander Karatarakis
2016-10-10
Add to_printf_arg(double) overload
Alexander Karatarakis
2016-10-05
Add triplet::build_type()
Alexander Karatarakis
2016-10-04
Rename function case_insensitive_find() to case_insensitive_ascii_find()
Alexander Karatarakis
2016-10-04
BinaryParagraph now contains a package_spec instead of name+triplet
Alexander Karatarakis
2016-10-04
All-CAPS for enum members
Alexander Karatarakis
2016-10-04
[package_spec]User input gets lowercased; other input is checked
Alexander Karatarakis
2016-10-04
Add another result when parsing package spec: has_invalid_characters
Alexander Karatarakis
2016-10-04
Add Strings::ascii_to_lowercase()
Alexander Karatarakis
2016-10-03
[package_spec] Force using the factories that do sanity checks
Alexander Karatarakis
[next]