aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Collapse)Author
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-29Remove unused functionAlexander Karatarakis
2016-11-29[post-build-checks] Refactor - pass around package_dirAlexander Karatarakis
2016-11-29Use extracted local variableAlexander Karatarakis
2016-11-29[post-build-checks] Add check for files in package dir and debug dirAlexander Karatarakis
2016-11-29Extract local variableAlexander Karatarakis
2016-11-29Extract local variableAlexander Karatarakis
2016-11-29Don't return by const valueAlexander Karatarakis
2016-11-28Update CHANGELOG and bump version to v0.0.61Alexander Karatarakis
2016-11-28[vcpkg portsdiff] Add check that commit id existsAlexander Karatarakis
2016-11-26[vcpkg] Do not return references to localsRobert Schumacher
2016-11-26[vcpkg] The static keyword at member function scope is not ↵Robert Schumacher
once-per-instance, it's once-per-function
2016-11-23Update CHANGELOG and bump version to v0.0.60Alexander Karatarakis
2016-11-21Remove unused #includesAlexander Karatarakis
2016-11-21[post-build-checks] Add check about no lib filesAlexander Karatarakis
2016-11-18[coff] Use the offsets_array to go to archive members. Fixes #292Alexander Karatarakis
2016-11-18[coff] Read the second linker offsets to deduce the real offset countAlexander Karatarakis
Those that start with 0 are ignored
2016-11-17[coff] Use peek_value()Alexander Karatarakis
2016-11-17[coff] Eliminate another peek() functionAlexander Karatarakis
2016-11-17[coff] Introduce marker_t. Eliminate one of the peek functionsAlexander Karatarakis
2016-11-17[coff] member_size() now returns already aligned sizeAlexander Karatarakis
2016-11-17Add (undocumented) --checks-only option to the build commandAlexander Karatarakis
2016-11-17[coff] Function renameAlexander Karatarakis
2016-11-17[coff] Variable renameAlexander Karatarakis
2016-11-15Add #else to avoid warningAlexander Karatarakis
2016-11-15[expected.h] Add missing #includeAlexander Karatarakis
2016-11-15Remove unused #includeAlexander Karatarakis
2016-11-15Use the already loaded status_dbAlexander Karatarakis
2016-11-15Remove unused #includesAlexander Karatarakis
2016-11-15Add comment about freeglut in coff_file_reader.cppAlexander Karatarakis
2016-11-15possible fix for issue #223Geert Van Laethem
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-10Merge remote-tracking branch 'origin/master'Alexander Karatarakis
2016-11-10[vcpkg] Correct unsigned/signed mismatch '<'Robert Schumacher
2016-11-10Add checks for outdated crtsAlexander Karatarakis
2016-11-10Make crt search case insensitiveAlexander Karatarakis
2016-11-09[post-build-checks] Rework crt linkage checksAlexander Karatarakis
2016-11-09Rename structAlexander Karatarakis
2016-11-09[build-checks] Finding no crt is no longer an errorAlexander Karatarakis
2016-11-09Add checks for crt linkage (currently disabled)Alexander Karatarakis
2016-11-08Reorder post-build checks related to lib filesAlexander Karatarakis
2016-11-08Skip BUILD_INFO file on installAlexander Karatarakis
2016-11-08Introduce BUILD_INFO file. Significant change in the way static/dynamic isAlexander Karatarakis
handled
2016-11-07Remove unused #include directiveAlexander Karatarakis