| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-13 | Merge pull request #3702 from UnaNancyOwen/update_realsense2 | Alexander Karatarakis | |
| [realsense2] Update to v2.12.0 | |||
| 2018-06-13 | Merge pull request #3642 from crackedmind/update_pdcurses | Alexander Karatarakis | |
| [pdcurses] Update PDCurses to 3.6 | |||
| 2018-06-13 | Merge pull request #3661 from pravic/sqlite | Alexander Karatarakis | |
| [sqlite3] update to 3.24.0 | |||
| 2018-06-12 | Upgrades for 2018.06.12 | Robert Schumacher | |
| 2018-06-12 | [cpp-redis] Fix non-Windows builds | Robert Schumacher | |
| 2018-06-12 | [zstd] Fix non-Windows builds | Robert Schumacher | |
| 2018-06-12 | Merge pull request #3664 from pravic/sciter-update | Alexander Karatarakis | |
| [sciter] Update to 4.1.9.5981 | |||
| 2018-06-12 | Merge pull request #3708 from jwillemsen/jwi-ace-650 | Alexander Karatarakis | |
| [ace] 6.5.0 | |||
| 2018-06-12 | Merge pull request #3701 from shpala/pavel/upgrade_flatbuffers | Alexander Karatarakis | |
| Upgrade flatbuffers to the current latest release (1.9.0) | |||
| 2018-06-12 | Merge pull request #3709 from LarryIII/FixerrorC2338 | Alexander Karatarakis | |
| Add Compiler option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338 | |||
| 2018-06-12 | Make bootstrap.bat parameters match bootstrap.sh | Alexander Karatarakis | |
| 2018-06-12 | [tacopie] Fix non-Windows builds | Robert Schumacher | |
| 2018-06-12 | Commit a fix to gumbo on Linux so that it does include the string changes by ↵ | Kristina Simpson | |
| default (#3704) * Commit a fix to gumbo on linux so that it does include the string change macros by default. * [gumbo] Bump CONTROL file. | |||
| 2018-06-12 | Add Compiler option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338 | Larry-Hu | |
| 2018-06-12 | ACE 6.5.0 | Johnny Willemsen | |
| 2018-06-11 | [sqlite-modern-cpp] Update to latest version (contains bugfixes for msvc) | Alexander Karatarakis | |
| 2018-06-11 | Improve disableMetrics propagation when consuming CMakeLists directly | Alexander Karatarakis | |
| 2018-06-11 | Fix slash | Alexander Karatarakis | |
| 2018-06-12 | [realsense2] Update to v2.12.0 | Tsukasa Sugiura | |
| Update realsense2 port to librealsense v2.12.0. | |||
| 2018-06-11 | Upgrade flatbuffers to 1.9.0 | shpala | |
| 2018-06-08 | Fix shell prefix | Alexander Karatarakis | |
| 2018-06-08 | Update doc | Alexander Karatarakis | |
| 2018-06-08 | Add -disableMetrics for linux | Alexander Karatarakis | |
| 2018-06-08 | Merge pull request #3689 from eXpl0it3r/patch-2 | Alexander Karatarakis | |
| Added proper window-static support | |||
| 2018-06-09 | Added proper window-static support | Lukas Dürrenberger | |
| Just replacing export symbols doesn't really do the trick as the config file still won't find the static libraries, by "forcing" the `SFML_STATIC_LIBRARIES` to true when using the static target, the SFMLConfig.cmake and SFMLConfigDependencies.cmake files will properly detect the static libraries and it will also set the config header correctly. | |||
| 2018-06-08 | Update documentation | Alexander Karatarakis | |
| 2018-06-08 | bootstrap.bat now forwards args to ps1 | Alexander Karatarakis | |
| 2018-06-08 | [bootstrap] Add option to specify WinSDK | Alexander Karatarakis | |
| 2018-06-06 | [cgal] feature qt5 (#3646) | cDc | |
| 2018-06-06 | Merge pull request #3628 from LarryIII/Fixclockutils | Alexander Karatarakis | |
| Fix warning C4643 in clockutils | |||
| 2018-06-05 | [sciter] Update to 4.1.9.5981 | pravic | |
| 2018-06-05 | [sqlite3] update to 3.24.0 | pravic | |
| 2018-06-05 | Update README with link to integration doc (#3657) | Mateusz Loskot | |
| 2018-06-05 | Upgrade asio to version 1.12.1 (#3634) | Robert Schumacher | |
| 2018-06-05 | [entt] update to 2.6.1 (#3650) | Sztergbaum Roman | |
| 2018-06-04 | Remove debug line | Alexander Karatarakis | |
| 2018-06-04 | "Release"->"release" to avoid case-sensitivity issues | Alexander Karatarakis | |
| Fixes #3641 | |||
| 2018-06-02 | Update PDCurses to 3.6 | Stanislav Ershov | |
| 2018-05-31 | [clockutils] Use vcpkg_from_github() | Alexander Karatarakis | |
| 2018-05-31 | Fix warning C4643 in clockutils | Larry-Hu | |
| 2018-05-31 | [vcpkg] Fix warnings on non-Windows | Robert Schumacher | |
| 2018-05-31 | Merge branch 'master' of https://github.com/Microsoft/vcpkg | Robert Schumacher | |
| 2018-05-31 | New package: bde (#3413) | Eric Hripko | |
| * Add initial implementation for BDE port * Implement compatibility with *nix platforms * Pin down BDE version to 3.2.0.0 * Change the folder structure to reflect version * .pc files in dbg build point to correct incl. dirs * Remove the default header listing all variables | |||
| 2018-05-31 | Patch protobuf to fix the compilation error C4146 in wire_format_lite.h (#3353) | Jozef Izso | |
| Fixes #3352 | |||
| 2018-05-31 | Merge branch 'dev/fix_protobuf_3.5.x_error_c4146' of ↵ | Robert Schumacher | |
| https://github.com/jozefizso/vcpkg | |||
| 2018-05-31 | Add qt5-activeqt library. (#3347) | alexsmn | |
| 2018-05-31 | fixed UWP builds with RS4 SDK (#3348) | Dale Stammen | |
| * fixed uwp builds with RS4 sdk * fixed check for RS4 * [openssl] Revert line ending conversion | |||
| 2018-05-30 | Merge pull request #3615 from Cheney-W/FixBoost-iostreams | Alexander Karatarakis | |
| Remove call to nonexistent member seekpos() of std::fpos | |||
| 2018-05-30 | Update git to 2.17.1 (security fix) | Alexander Karatarakis | |
| 2018-05-30 | [boost-iostreams] Use PATCHES in vcpkg_from_github() | Alexander Karatarakis | |
