aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
2016-10-27[post-build-checks] Fix debug/release file vectors that were swappedAlexander Karatarakis
2016-10-26[coff_file_reader] Improve error messageAlexander 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 warningAlexander 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/releaseAlexander Karatarakis
2016-10-22Use pointer instead of reference for output parameterAlexander Karatarakis
2016-10-20Remove unused include directivesAlexander Karatarakis
2016-10-20Rename function and make it staticAlexander Karatarakis
2016-10-20src FormattingAlexander Karatarakis
2016-10-21Switch to using CertUtil to generate hash.flysha
2016-10-20Add hash file support.sdcb
2016-10-14Use coff_file_reader for checking the architecture of libs/dllsAlexander Karatarakis
2016-10-14Add coff_file_reader to extract info/from dll/lib files without dumpbinAlexander Karatarakis
2016-10-14[Stopwatch] Microseconds now displayed as us instead of microsAlexander Karatarakis
2016-10-11Rename lint_status::ERROR to lint_status::ERROR_DETECTEDAlexander Karatarakis
2016-10-10[Stopwatch] start()/stop() return const &Alexander Karatarakis
2016-10-10Rename System::Stopwatch to System::Stopwatch2Alexander Karatarakis
2016-10-10[post-build-lint] Look no further than newline when detecting "machine" lineAlexander Karatarakis
2016-10-10Post-build checks no longer use findstr. Resolves #69Alexander Karatarakis
2016-10-10Add Stopwatch classAlexander Karatarakis
2016-10-05Add post build checks for the presence of dlls in static buildsAlexander Karatarakis
2016-10-05Add triplet::build_type()Alexander Karatarakis
2016-10-05Fix cast to size_tAlexander Karatarakis
2016-10-05Add "lowercase" to the message about invalid charsAlexander Karatarakis
2016-10-05Fix #119 [regression]: cannot use numbers in library namesAlexander Karatarakis
2016-10-05Display the lowercased name for errors in package parsingAlexander Karatarakis
2016-10-04Temporarily use get_or_throw()Alexander Karatarakis
2016-10-04Rename function case_insensitive_find() to case_insensitive_ascii_find()Alexander Karatarakis
2016-10-04Remove function prefix_path_for_package()Alexander Karatarakis
2016-10-04BinaryParagraph now contains a package_spec instead of name+tripletAlexander Karatarakis
2016-10-04Replace auto with actual typeAlexander Karatarakis
2016-10-04Temporarily use get_or_throw()Alexander Karatarakis
2016-10-04All-CAPS for enum membersAlexander Karatarakis
2016-10-04[package_spec]User input gets lowercased; other input is checkedAlexander Karatarakis
2016-10-04Add another result when parsing package spec: has_invalid_charactersAlexander Karatarakis
2016-10-04Add Strings::ascii_to_lowercase()Alexander Karatarakis
2016-10-03Remove redundant parenthesesAlexander Karatarakis
2016-10-03[package_spec] Force using the factories that do sanity checksAlexander Karatarakis
2016-10-03[package_spec] Static factory now lowercases all charsAlexander Karatarakis
2016-10-03[triplet] Force using the factory that does sanity checksAlexander Karatarakis
2016-10-03[vcpkg] Adjust ersion to point at LICENSE.txtRobert Schumacher
2016-09-30create & edit commands now only handle package namesAlexander Karatarakis
2016-09-30[vcpkg edit] Now throws an error if it cannot launch an editorAlexander Karatarakis
2016-09-30Rename check_all_triplets() to check_triplets()Alexander Karatarakis
2016-09-30Added triplet check in all commands that obtain package_specsAlexander Karatarakis
2016-09-30Introduce Input::check_all_triplets()Alexander Karatarakis
2016-09-30Introduce Input::check_triplet()Alexander Karatarakis
2016-09-30Merge branch 'master' of https://github.com/Microsoft/vcpkgAlexander Karatarakis
2016-09-30Place check_and_get_package_spec in a separate fileAlexander Karatarakis