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
Age
Commit message (
Expand
)
Author
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
[StatusParagraph] Minor refactor
Alexander Karatarakis
2016-11-03
[SourceParagraph] Make function static
Alexander Karatarakis
2016-11-03
[BinaryParagraph] Refactor implementation
Alexander Karatarakis
2016-11-03
[SourceParagraph] Remove using namespace;
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 port name to the output message
Alexander Karatarakis
2016-11-02
Add checks for fields in CONTROL file. Resolves #228
Alexander Karatarakis
2016-11-02
parse_depends() now handles empty case internally
Alexander Karatarakis
2016-11-02
[Strings] Add join()
Alexander Karatarakis
2016-11-02
[Maps] Add function extract_keys()
Alexander Karatarakis
2016-11-02
[building] Parse SourceParagraph at the start of the build
Alexander Karatarakis
2016-11-02
check_exit() instead of check_throw()
Alexander Karatarakis
2016-11-02
[post-build-checks] Add check for empty directories
Alexander Karatarakis
2016-11-02
[post-build-checks] Add check for bin folders in static builds
Alexander Karatarakis
2016-10-27
[post-build-checks] Fix debug/release file vectors that were swapped
Alexander Karatarakis
2016-10-26
[coff_file_reader] Improve error message
Alexander Karatarakis
2016-10-23
[vcpkg] Revert 5671a12. Fixes #206, we should reapply these checks once all e...
Robert Schumacher
2016-10-22
[post-build] Convert message to warning
Alexander Karatarakis
2016-10-22
[post-build-checks] Add checks about subdirectories in lib/
Alexander Karatarakis
2016-10-22
[post-build-checks] Add check for mismatching number of debug/release
Alexander Karatarakis
2016-10-22
Use pointer instead of reference for output parameter
Alexander Karatarakis
2016-10-20
Remove unused include directives
Alexander Karatarakis
2016-10-20
Rename function and make it static
Alexander Karatarakis
2016-10-20
Remove accidental copy of file
Alexander Karatarakis
2016-10-20
src Formatting
Alexander Karatarakis
2016-10-21
Switch to using CertUtil to generate hash.
flysha
2016-10-20
Add hash file support.
sdcb
2016-10-14
Use coff_file_reader for checking the architecture of libs/dlls
Alexander Karatarakis
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
[Stopwatch] Microseconds now displayed as us instead of micros
Alexander Karatarakis
2016-10-14
Fix overload of Checks::exit_with_message
Alexander Karatarakis
2016-10-11
Rename lint_status::ERROR to lint_status::ERROR_DETECTED
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
[post-build-lint] Look no further than newline when detecting "machine" line
Alexander Karatarakis
2016-10-10
Post-build checks no longer use findstr. Resolves #69
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 post build checks for the presence of dlls in static builds
Alexander Karatarakis
2016-10-05
Add triplet::build_type()
Alexander Karatarakis
2016-10-05
Fix cast to size_t
Alexander Karatarakis
2016-10-05
Update CHANGELOG and bump version to v0.0.40
Alexander Karatarakis
2016-10-05
Add "lowercase" to the message about invalid chars
Alexander Karatarakis
2016-10-05
Fix #119 [regression]: cannot use numbers in library names
Alexander Karatarakis
2016-10-05
Display the lowercased name for errors in package parsing
Alexander Karatarakis
2016-10-04
Temporarily use get_or_throw()
Alexander Karatarakis
[next]