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 (
Expand
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-10-05
Overhaul VS selection. Add triplet option to specify VS instance
Alexander Karatarakis
2017-10-03
[vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming c...
Robert Schumacher
2017-08-31
Naming convention fixes
Alexander Karatarakis
2017-08-31
Add missing const
Alexander Karatarakis
2017-08-31
CoffFileReader naming convention
Alexander Karatarakis
2017-08-28
Use System::println() with no args
Alexander Karatarakis
2017-07-24
[vcpkg] ALLOW_OBSOLETE_MSVCRT policy should enable use of all CRTs.
Robert Schumacher
2017-07-07
[grpc] Use vcpkg_copy_tool_dependencies
Robert Schumacher
2017-06-06
Convert BuildType/Configuration Type into simple enum classes
Alexander Karatarakis
2017-06-02
Implement support to request a specific toolset version via the variable `VCP...
Albert Ziegenhagel
2017-05-24
[vcpkg] Refactored to simplify BuildPolicies into BuildPolicy.
Robert Schumacher
2017-05-22
[vcpkg] Avoid modifying static globals after initialization
Robert Schumacher
2017-05-22
Adding policy ALLOW_OBSOLETE_MSVCRT suppressing dependency check for msvcrt.dll
Hartmut Kaiser
2017-05-08
[vcpkg][folly] Fix post lint checks for folly.
Robert Schumacher
2017-05-04
Introduce Strings::case_insensitive_ascii_compare()
Alexander Karatarakis
2017-05-04
Rework vcpkg's triplet environment reading
Alexander Karatarakis
2017-05-04
Rename Strings:: function for utf8/utf16 conversion
Alexander Karatarakis
2017-05-01
[vcpkg] Split vcpkg::Commands::Build -> vcpkg::Build, vcpkg::Commands::BuildC...
Robert Schumacher
2017-04-30
[vcpkg] Remove OptBool in favor of Optional<bool>
Robert Schumacher
2017-04-28
[clang-format] Cpp11BracedListStyle: true
Alexander Karatarakis
2017-04-28
[clang-format] Increase PenaltyReturnTypeOnItsOwnLine
Alexander Karatarakis
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-25
Rework ConfigurationType enum
Alexander Karatarakis
2017-04-25
Rework BuildType enum
Alexander Karatarakis
2017-04-25
Rework OptBool enum
Alexander Karatarakis
2017-04-25
Rework BuildInfo enum
Alexander Karatarakis
2017-04-12
get_files_recursive()/get_files_non_recursive()
Alexander Karatarakis
2017-04-11
Merge from master
Robert Schumacher
2017-04-11
[vcpkg] Alias out standard filesystem headers to ensure clean separation.
Robert Schumacher
2017-04-10
PackageSpec.target_triplet() -> ".triplet()
Alexander Karatarakis
2017-04-08
[vcpkg] Further work on filesystem abstraction layer.
Robert Schumacher
2017-04-08
[vcpkg] Initial addition of Filesystem abstraction to enable testing.
Robert Schumacher
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
[next]