aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/post_build_lint.cpp
AgeCommit message (Expand)Author
2017-02-01Rename files in PostBuildLint namespaceAlexander Karatarakis
2017-02-01Add PolicyDLLsWithoutLIBs policyAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-23[VS2017] Use Environment::get_dumpbin_exe()Alexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2016-12-19Avoid unnecessary copyAlexander Karatarakis
2016-11-30Move print_paths() to Files::Alexander Karatarakis
2016-11-30Rename functionAlexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-11-29Use new Files functionsAlexander Karatarakis
2016-11-29Introduce PostBuildLint namespaceAlexander Karatarakis
2016-11-29Move file functions to vcpkg_Files.hAlexander 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-21Remove unused #includesAlexander Karatarakis
2016-11-21[post-build-checks] Add check about no lib filesAlexander Karatarakis
2016-11-10Add checks for outdated crtsAlexander 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-08Introduce BUILD_INFO file. Significant change in the way static/dynamic isAlexander 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
2016-10-27[post-build-checks] Fix debug/release file vectors that were swappedAlexander Karatarakis
2016-10-23[vcpkg] Revert 5671a12. Fixes #206, we should reapply these checks once all e...Robert Schumacher
2016-10-22[post-build] Convert message to warningAlexander Karatarakis
2016-10-22[post-build-checks] Add checks about subdirectories in lib/Alexander Karatarakis
2016-10-22[post-build-checks] Add check for mismatching number of debug/releaseAlexander Karatarakis
2016-10-22Use pointer instead of reference for output parameterAlexander Karatarakis
2016-10-14Use coff_file_reader for checking the architecture of libs/dllsAlexander Karatarakis
2016-10-11Rename lint_status::ERROR to lint_status::ERROR_DETECTEDAlexander Karatarakis
2016-10-10[post-build-lint] Look no further than newline when detecting "machine" lineAlexander Karatarakis
2016-10-10Post-build checks no longer use findstr. Resolves #69Alexander Karatarakis
2016-10-05Add post build checks for the presence of dlls in static buildsAlexander Karatarakis
2016-10-05Fix cast to size_tAlexander Karatarakis
2016-10-04Rename function case_insensitive_find() to case_insensitive_ascii_find()Alexander Karatarakis
2016-10-03[package_spec] Force using the factories that do sanity checksAlexander Karatarakis
2016-09-30Change error_count to size_tAlexander Karatarakis
2016-09-29Rename wchar_t overload of Strings::format() to wformat()Alexander Karatarakis
2016-09-29Fix formattingAlexander Karatarakis
2016-09-20Using %VS140COMNTOOLS% now for the case if VS is not installed in default loc...Remotion
2016-09-18Initial commitAlexander Karatarakis