aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Collapse)Author
2016-11-07Move search_file() to commands_own.cppAlexander Karatarakis
2016-11-07Move listfile_path() to vcpkg_paths.hAlexander Karatarakis
2016-11-07Remove unused #includeAlexander Karatarakis
2016-11-07[Environment] Dont' #include "vcpkg.h"Alexander Karatarakis
2016-11-07[tests_paragraph] Don't #include "vcpkg.h"Alexander Karatarakis
2016-11-07[Dependencies] Don't #include "vcpkg.h"Alexander Karatarakis
2016-11-07Remove unused #includesAlexander Karatarakis
2016-11-07Don't #include "vcpkg.h"Alexander Karatarakis
2016-11-07[search] Don't #include "vcpkg.h"Alexander Karatarakis
2016-11-07Move shorten_description to vcpkglib_helpersAlexander Karatarakis
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-07Update CHANGELOG and bump version to v0.0.51Alexander 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-07Update CHANGELOG and bump version to v0.0.50Alexander Karatarakis
2016-11-06Add new command: portsdiffAlexander Karatarakis
2016-11-06Make parameter constAlexander Karatarakis
2016-11-06[Maps] Add overload for map (existing: unordered_map)Alexander 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[Maps] Add function extract_keys()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