index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
/
post_build_lint.cpp
Age
Commit message (
Expand
)
Author
2017-02-01
Rename files in PostBuildLint namespace
Alexander Karatarakis
2017-02-01
Add PolicyDLLsWithoutLIBs policy
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-23
[VS2017] Use Environment::get_dumpbin_exe()
Alexander Karatarakis
2017-01-05
Use Nested Namespace Definition
Alexander Karatarakis
2016-12-19
Avoid unnecessary copy
Alexander Karatarakis
2016-11-30
Move print_paths() to Files::
Alexander Karatarakis
2016-11-30
Rename function
Alexander Karatarakis
2016-11-30
Introduce filesystem_fs.h
Alexander Karatarakis
2016-11-29
Use new Files functions
Alexander Karatarakis
2016-11-29
Introduce PostBuildLint namespace
Alexander Karatarakis
2016-11-29
Move file functions to vcpkg_Files.h
Alexander Karatarakis
2016-11-29
[post-build-checks] Refactor - pass around package_dir
Alexander Karatarakis
2016-11-29
Use extracted local variable
Alexander Karatarakis
2016-11-29
[post-build-checks] Add check for files in package dir and debug dir
Alexander Karatarakis
2016-11-29
Extract local variable
Alexander Karatarakis
2016-11-21
Remove unused #includes
Alexander Karatarakis
2016-11-21
[post-build-checks] Add check about no lib files
Alexander Karatarakis
2016-11-10
Add checks for outdated crts
Alexander Karatarakis
2016-11-09
[post-build-checks] Rework crt linkage checks
Alexander Karatarakis
2016-11-09
Rename struct
Alexander Karatarakis
2016-11-09
[build-checks] Finding no crt is no longer an error
Alexander Karatarakis
2016-11-09
Add checks for crt linkage (currently disabled)
Alexander Karatarakis
2016-11-08
Reorder post-build checks related to lib files
Alexander Karatarakis
2016-11-08
Introduce BUILD_INFO file. Significant change in the way static/dynamic is
Alexander Karatarakis
2016-11-02
[post-build-checks] Add check for empty directories
Alexander Karatarakis
2016-11-02
[post-build-checks] Add check for bin folders in static builds
Alexander Karatarakis
2016-10-27
[post-build-checks] Fix debug/release file vectors that were swapped
Alexander 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 warning
Alexander 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/release
Alexander Karatarakis
2016-10-22
Use pointer instead of reference for output parameter
Alexander Karatarakis
2016-10-14
Use coff_file_reader for checking the architecture of libs/dlls
Alexander Karatarakis
2016-10-11
Rename lint_status::ERROR to lint_status::ERROR_DETECTED
Alexander Karatarakis
2016-10-10
[post-build-lint] Look no further than newline when detecting "machine" line
Alexander Karatarakis
2016-10-10
Post-build checks no longer use findstr. Resolves #69
Alexander Karatarakis
2016-10-05
Add post build checks for the presence of dlls in static builds
Alexander Karatarakis
2016-10-05
Fix cast to size_t
Alexander Karatarakis
2016-10-04
Rename function case_insensitive_find() to case_insensitive_ascii_find()
Alexander Karatarakis
2016-10-03
[package_spec] Force using the factories that do sanity checks
Alexander Karatarakis
2016-09-30
Change error_count to size_t
Alexander Karatarakis
2016-09-29
Rename wchar_t overload of Strings::format() to wformat()
Alexander Karatarakis
2016-09-29
Fix formatting
Alexander Karatarakis
2016-09-20
Using %VS140COMNTOOLS% now for the case if VS is not installed in default loc...
Remotion
2016-09-18
Initial commit
Alexander Karatarakis