aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/PostBuildLint.cpp
AgeCommit message (Collapse)Author
2017-03-22Flip enabled/disabled for DLLS_WITHOUT_LIBS policyAlexander Karatarakis
2017-03-22Reorder post build end-messageAlexander Karatarakis
2017-03-15[vcpkg-lint] Fix post-build checks to avoid a goose chase around /lib/cmake.Robert Schumacher
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Checks::unreachable() now needs LineInfo as an argumentAlexander Karatarakis
2017-03-03Rename policy to OnlyReleaseCRTAlexander Karatarakis
2017-03-03Add policy: NoDebugBinariesAlexander Karatarakis
2017-03-03FormattingAlexander Karatarakis
2017-02-15Remove disabled post-build checkAlexander Karatarakis
2017-02-10build_package() modified to return the result of the buildAlexander Karatarakis
2017-02-10PostBuildLint enum revampAlexander Karatarakis
2017-02-10BuildInfo now holds enum instead of stringAlexander Karatarakis
2017-02-08[vcpkg] Fix typo in a lint checkRobert Schumacher
2017-02-08FormatAlexander Karatarakis
2017-02-08Fix warning about default constructorAlexander Karatarakis
2017-02-08Make regex for OutdatedDyanmicCRTs case insensitiveAlexander Karatarakis
2017-02-07Remove OutdatedDynamicCrt enum. Replace with vector<struct>Alexander Karatarakis
2017-02-07Add new Policy: Empty PackageAlexander Karatarakis
2017-02-01Split OutdatedDynamicCrt into separate h/cppAlexander Karatarakis
2017-02-01Rename files in PostBuildLint namespaceAlexander Karatarakis