aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Collapse)Author
2016-11-07Remove unused #includeAlexander Karatarakis
2016-11-07Remove unused #includesAlexander Karatarakis
2016-11-07[cache] Don't #include "vcpkg.h"Alexander Karatarakis
2016-11-07Introduce vcpkg_info.h/cppAlexander Karatarakis
2016-11-07[Dependencies] Remove unused parameterAlexander Karatarakis
2016-11-07[Dependencies] Function renameAlexander Karatarakis
2016-11-07[Dependencies] Make function staticAlexander Karatarakis
2016-11-07Move Dependency-related functions from vcpkg.h to vcpkg_Dependencies.hAlexander Karatarakis
2016-11-07Remove unused #includeAlexander Karatarakis
2016-11-07Don't #include vcpkg.h in portsdiff.cppAlexander Karatarakis
2016-11-07Move functions that are only used by `import` out of vcpkg.h/cppAlexander Karatarakis
2016-11-07Merge lib.cpp and vcpkg.cpp -> vcpkg.cppAlexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis
2016-11-07[vcpkg search] Use System::println() instead of iostream + iomanipAlexander Karatarakis
2016-11-07Add simple substring filtering to `vcpkg list`Alexander Karatarakis
2016-11-07Rework `vcpkg cache` implementationAlexander Karatarakis
2016-11-07Rework `vcpkg search` implementationAlexander Karatarakis
2016-11-07Add simple substring filtering to `vcpkg cache`, like `vcpkg search`Alexander Karatarakis
2016-11-07Make lambda arg constAlexander Karatarakis
2016-11-06Add new command: portsdiffAlexander Karatarakis
2016-11-06Make parameter constAlexander Karatarakis
2016-11-05Enable qualified dependencies. Fix bug in internal 'build' command.Robert Schumacher
Added capability for CONTROL files to specify qualified dependencies, which are substring searched inside triplet names. Fixed bug in internal 'build' command where if a package is already built, that built package's dependencies will be used to determine requirements for the build instead of the port directory's CONTROL file.
2016-11-03[StatusParagraph] Minor refactorAlexander Karatarakis
2016-11-03[SourceParagraph] Make function staticAlexander Karatarakis
2016-11-03[BinaryParagraph] Refactor implementationAlexander Karatarakis
2016-11-03[SourceParagraph] Remove using namespace;Alexander Karatarakis
2016-11-03SourceParagraph checks fields at construction timeAlexander Karatarakis
2016-11-03[SourceParagraph] Consistency renameAlexander Karatarakis
2016-11-02Add port name to the output messageAlexander Karatarakis
2016-11-02Add checks for fields in CONTROL file. Resolves #228Alexander Karatarakis
2016-11-02parse_depends() now handles empty case internallyAlexander Karatarakis
2016-11-02[Strings] Add join()Alexander Karatarakis
2016-11-02[building] Parse SourceParagraph at the start of the buildAlexander Karatarakis
2016-11-02check_exit() instead of check_throw()Alexander Karatarakis
2016-11-02[post-build-checks] Add check for empty directoriesAlexander Karatarakis
2016-11-02[post-build-checks] Add check for bin folders in static buildsAlexander Karatarakis
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 ↵Robert Schumacher
existing ports have been fixed.
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
binaries
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
Calling dumpbin was very slow in some cases (e.g. boost). With coff_file_reader we directly examine the binary for the few bits we need.