aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/PostBuildLint.cpp
AgeCommit message (Collapse)Author
2017-04-04toString() -> to_string in various enumsAlexander Karatarakis
2017-04-04lint_status -> LintStatusAlexander Karatarakis
2017-04-04file_and_arch -> FileAndArchAlexander Karatarakis
2017-04-04color -> ColorAlexander Karatarakis
2017-04-04exit_code_and_output -> ExitCodeAndOutputAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04toolset_t -> ToolsetAlexander Karatarakis
2017-04-04LinkageType to UpperCamelCaseAlexander Karatarakis
2017-04-04BuildType to UpperCamelCaseAlexander Karatarakis
2017-04-04BuildPolicies to UpperCamelCaseAlexander Karatarakis
2017-04-04package_spec -> PackageSpecAlexander Karatarakis
2017-04-04opt_bool->OptBoolAlexander Karatarakis
2017-04-04dll_info->DllInfo, lib_info->LibInfoAlexander Karatarakis
2017-04-01[vcpkg] Merge search for dumpbin and toolchain (they are the same).Robert Schumacher
2017-03-31Move Environment:: functions into vcpkg_paths. Remove Environment.h/cppRobert Schumacher
2017-03-27[vcpkg-lint] Improve diagnostics as identified in #857Robert Schumacher
2017-03-24Add EMPTY_INCLUDE_FOLDER policy. Resolves #816Alexander Karatarakis
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