aboutsummaryrefslogtreecommitdiff
path: root/ports/bigint
AgeCommit message (Collapse)Author
2018-04-25[bigint] Add missing header file #3319 (#3320)tamaroth
* [bigint] Add missing header file. File BigIntegerUtils.hh, which is required by the library, was not being copied. * [bigint] Bump control file version
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-09-03[bigint] init portatkawa7