aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Collapse)Author
2016-12-01Move install_package() and deinstall_package() to the files of theAlexander Karatarakis
appropriate commands
2016-12-01Remove unused variableAlexander Karatarakis
2016-11-30Move print_paths() to Files::Alexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-11-29[Files] Add functions to get all files of a dir recursively or non-recursivelyAlexander Karatarakis
2016-11-29Introduce PostBuildLint namespaceAlexander Karatarakis
2016-11-29Move file functions to vcpkg_Files.hAlexander Karatarakis
2016-11-29Don't return by const valueAlexander Karatarakis
2016-11-26[vcpkg] Do not return references to localsRobert Schumacher
2016-11-15[expected.h] Add missing #includeAlexander Karatarakis
2016-11-15Remove unused #includeAlexander Karatarakis
2016-11-15[Graph] Now uses set instead of vectorAlexander Karatarakis
2016-11-15Renames and cleanupAlexander Karatarakis
2016-11-15Use custom struct instead of std::pairAlexander Karatarakis
2016-11-15Major refactor/rework of dependency resolutionAlexander Karatarakis
2016-11-10Add more blacklisted outdated crtsAlexander Karatarakis
2016-11-10Add checks for outdated crtsAlexander Karatarakis
2016-11-09[post-build-checks] Rework crt linkage checksAlexander Karatarakis
2016-11-09Add checks for crt linkage (currently disabled)Alexander Karatarakis
2016-11-08Introduce BUILD_INFO file. Significant change in the way static/dynamic isAlexander Karatarakis
handled
2016-11-07Remove unused #include directiveAlexander Karatarakis
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-07Move shorten_description to vcpkglib_helpersAlexander 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-07Move functions that are only used by `import` out of vcpkg.h/cppAlexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis
2016-11-06Add new command: portsdiffAlexander 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[SourceParagraph] Make function staticAlexander Karatarakis
2016-11-03[BinaryParagraph] Refactor implementationAlexander Karatarakis
2016-11-03SourceParagraph checks fields at construction timeAlexander Karatarakis
2016-11-03[SourceParagraph] Consistency renameAlexander Karatarakis
2016-11-02Add checks for fields in CONTROL file. Resolves #228Alexander Karatarakis
2016-11-02[Strings] Add join()Alexander Karatarakis
2016-11-02[Maps] Add function extract_keys()Alexander Karatarakis
2016-10-20src FormattingAlexander Karatarakis
2016-10-20Add hash file support.sdcb
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.
2016-10-14Add MachineType enumAlexander Karatarakis
2016-10-14Fix overload of Checks::exit_with_messageAlexander Karatarakis
2016-10-10[Stopwatch] start()/stop() return const &Alexander Karatarakis
2016-10-10Rename System::Stopwatch to System::Stopwatch2Alexander Karatarakis
2016-10-10Add Stopwatch classAlexander Karatarakis