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
/
PostBuildLint.cpp
Age
Commit message (
Collapse
)
Author
2017-04-04
toString() -> to_string in various enums
Alexander Karatarakis
2017-04-04
lint_status -> LintStatus
Alexander Karatarakis
2017-04-04
file_and_arch -> FileAndArch
Alexander Karatarakis
2017-04-04
color -> Color
Alexander Karatarakis
2017-04-04
exit_code_and_output -> ExitCodeAndOutput
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
toolset_t -> Toolset
Alexander Karatarakis
2017-04-04
LinkageType to UpperCamelCase
Alexander Karatarakis
2017-04-04
BuildType to UpperCamelCase
Alexander Karatarakis
2017-04-04
BuildPolicies to UpperCamelCase
Alexander Karatarakis
2017-04-04
package_spec -> PackageSpec
Alexander Karatarakis
2017-04-04
opt_bool->OptBool
Alexander Karatarakis
2017-04-04
dll_info->DllInfo, lib_info->LibInfo
Alexander Karatarakis
2017-04-01
[vcpkg] Merge search for dumpbin and toolchain (they are the same).
Robert Schumacher
2017-03-31
Move Environment:: functions into vcpkg_paths. Remove Environment.h/cpp
Robert Schumacher
2017-03-27
[vcpkg-lint] Improve diagnostics as identified in #857
Robert Schumacher
2017-03-24
Add EMPTY_INCLUDE_FOLDER policy. Resolves #816
Alexander Karatarakis
2017-03-22
Flip enabled/disabled for DLLS_WITHOUT_LIBS policy
Alexander Karatarakis
2017-03-22
Reorder post build end-message
Alexander Karatarakis
2017-03-15
[vcpkg-lint] Fix post-build checks to avoid a goose chase around /lib/cmake.
Robert Schumacher
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-13
Checks::unreachable() now needs LineInfo as an argument
Alexander Karatarakis
2017-03-03
Rename policy to OnlyReleaseCRT
Alexander Karatarakis
2017-03-03
Add policy: NoDebugBinaries
Alexander Karatarakis
2017-03-03
Formatting
Alexander Karatarakis
2017-02-15
Remove disabled post-build check
Alexander Karatarakis
2017-02-10
build_package() modified to return the result of the build
Alexander Karatarakis
2017-02-10
PostBuildLint enum revamp
Alexander Karatarakis
2017-02-10
BuildInfo now holds enum instead of string
Alexander Karatarakis
2017-02-08
[vcpkg] Fix typo in a lint check
Robert Schumacher
2017-02-08
Format
Alexander Karatarakis
2017-02-08
Fix warning about default constructor
Alexander Karatarakis
2017-02-08
Make regex for OutdatedDyanmicCRTs case insensitive
Alexander Karatarakis
2017-02-07
Remove OutdatedDynamicCrt enum. Replace with vector<struct>
Alexander Karatarakis
2017-02-07
Add new Policy: Empty Package
Alexander Karatarakis
2017-02-01
Split OutdatedDynamicCrt into separate h/cpp
Alexander Karatarakis
2017-02-01
Rename files in PostBuildLint namespace
Alexander Karatarakis