aboutsummaryrefslogtreecommitdiff
path: root/ports/bond
AgeCommit message (Collapse)Author
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-07-14Upgrade Bond to 6.0.0Christopher Warrington
* Updated to the 6.0.0 release of Bond. * Regenerated patches.
2017-04-27Upgrade Bond to 5.3.1Christopher Warrington
* Updated to the 5.3.1 release of Bond. * Removed now-redundant 0003_rename_gbc_during_install.patch. * Regenerated other patches.
2017-02-08Install gbc.exe to tools/Christopher Warrington
This at least allows people to write their own codegen rules until Bond includes its own.
2017-02-08Fetch a pre-compiled gbc from GitHubChristopher Warrington
The BOND_GBC_PATH environment variable is no longer consulted, and the Haskell toolchain will _not_ be used even if it exists. At the moment, the downloaded gbc is amd64 only.
2017-02-08Upgrade Bond to 5.2.0Christopher Warrington
* Make Bond always build as a static lib. * Bond's CMake currently isn't written to be able to produce DLLs. There's a special dllimport/dllexport dance that would need to be done. * Apply patch so that Bond doesn't force Boost static libs. * Apply patch to omit installing Bond's copy of rapidjson. * Clean up empty bin/ directories, now that vcpkg is more strict.
2016-11-08If portfile is not static-enabled yet, warn and then build dynamicAlexander Karatarakis
The opposite if portfile is not dynamic enabled
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-26[bond] Mark regarding dll/static supportAlexander Karatarakis
2016-10-06Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123Robert Schumacher
2016-09-30[bond] Add bond 5.0.0-4-g53ea136 to portsChristopher Warrington
* This adds Bond <https://github.com/Microsoft/bond> to the ports tree. * This is basically version 5.0.0, but a few commits later to pick up some needed CMake changes. Closes https://github.com/Microsoft/vcpkg/issues/68