You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature/support x86 md python build scripts (#172)
* removed whitespaces
* support for msvc runtime and x86
* copy custom triplets before using vcpkg
* adding set of predefined vcpkg configs
* catch vcpkg errors
* passing required argument to function
* cleanup packages directory after vcpkg build
* adding /md,/mt and x86 to desktop workflow
* temporarily switching on workflow for push event.
* install python on x64 only and vcpkg cache key updated
Python 3.7 does not exist on linux x86. Use x64 for Python regardless
of architecture.
* install x86 linux libs before building for x86
* fixed function name
* removing call to apt python module
* reorganized vcpkg files for customized data
* pointing to newly organized vcpkg custom data
copying over custom triplets and toolchains to vcpkg
fixed paths to response files
* fixed path to relocated response files
* using shutil.copy instead of shutil.copyfile
* fixed copy of custom vcpkg data
* install support infrastructure for x86 linux
install all required x86 libs for cross compiling on x64 hosts
use a separate cmake toolchain for linux x86
* disable unit tests for x86
* fix toolchain file name
* respecting config flag in cmake build
Some multi-config generators specify the config (Release vs Debug)
during cmake build and not cmake configure.
* reverting temp change to run workflow on push
* script to inspect built libraries
* added windows support
* more changes for finding arch from windows libs
* inspect msvc_runtime_linkage
* added cmd line flags
* refactored code to support verbose and summarized output
* support for * in library filter cmd line flag
* pretty print summary table
* add msvc runtime to headers
* added an option to cleanup temp data
* alphabetic import of modules
* added google copyright and module docstring
* added windows example to docstring
* removed cleanup flag and added docstrings.
* fixed some docstrings
* adding new python inspection script and temporarily switching on push trigger
* fixed typo
* lru_cache with default arggs
* debug linux lib instrospection
* accounting for arch output like i386:x86-64 in regex for linux
* continue workflow even if python step fails
* forcing /MD and /MT
* temporary switch on push trigger
* removing special handling for linux x86
* fixed syntax errors
* modifying external dependencies after cmake configure
* not using temp dir for a quick test
* fixed download function
* removing push trigger
* remove deprecated cmd line flag
* keeping the name consistent across repo scripts
* removed cmake /MT override for GoogleTest
* removed custom vcpkg configs as they have been moved to vcpkg_custom_data
* addressed PR comments
Quotes around strings for consistency
Inspect instead of introspect
* added copyright
* added copyright
* quotes around literal string
0 commit comments