| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-10 | [lz4] update to 1.8.2 | Koby Kahane | |
| 2018-05-09 | Improve unsupported toolchain error message | Alexander Karatarakis | |
| 2018-05-08 | Use CMAKE_EXECUTABLE_SUFFIX | Alexander Karatarakis | |
| 2018-05-07 | Merge pull request #3446 from mloskot/ml/ignore-vscode-workspace | Alexander Karatarakis | |
| Add VSCode workspace file to .gitignore | |||
| 2018-05-07 | Merge pull request #3451 from Elekhyr/dev/elekhyr/imgui | Alexander Karatarakis | |
| [imgui] Update to 1.60 | |||
| 2018-05-07 | Merge pull request #3442 from sanxiyn/vlpp-linux | Alexander Karatarakis | |
| [vlpp] Fix Linux build | |||
| 2018-05-07 | [imgui] Update to 1.60 | Thomas Margier | |
| 2018-05-07 | Add VSCode workspace file to .gitignore | Mateusz Loskot | |
| [ci skip] | |||
| 2018-05-07 | [vlpp] Fix Linux build | Seo Sanghyeon | |
| 2018-05-05 | physfs: fix-up CONTROL for v3.0.1 (#3421) | Coraline | |
| Changed [Version] in .../ports/physfs/CONTROL to match current version in portfile.cmake | |||
| 2018-05-05 | [inja] add inja (#3428) | Erwan BERNARD | |
| 2018-05-05 | Update RESTinio (#3423) | Nicolai Grodzitski | |
| * Make restinio port. First implementation (find-module files are not installed yet). * Add current status of a port files (not working). * Prepare restinio port files. * Change restinio archive URL. * [restinio] Slim portfile * Update RESTinio version. | |||
| 2018-05-04 | git for linux/osx version moved to vcpkgTools.xml | Alexander Karatarakis | |
| 2018-05-04 | unix_root -> UNIX_ROOT static const | Alexander Karatarakis | |
| 2018-05-03 | [vcpkg] Add missing debug statement and fix libc++ Filesystem TS issue. | Robert Schumacher | |
| 2018-05-03 | [vcpkg] Remove utf16 usage from non-Windows | Robert Schumacher | |
| 2018-05-02 | [treehopper] Add package for Treehopper C++ API (#3330) | Jay Carlson | |
| * Add package definition for Treehopper's C++ API * Bump to 1.11.2 * Bump to 1.11.3 * [treehopper] Fix cmake targets. Block non-dynamic usage. | |||
| 2018-05-02 | Add libgo library packge (#3394) | yyzybb537 | |
| * Add libgo library packge * [libgo] Fix Windows and adjust cmake usage information | |||
| 2018-05-02 | Add cmark port (#3406) | Seo Sanghyeon | |
| * Add cmark port * [cmark] Only build one of static/dynamic | |||
| 2018-05-02 | Add RESTinio port. (#3410) | Nicolai Grodzitski | |
| * Make restinio port. First implementation (find-module files are not installed yet). * Add current status of a port files (not working). * Prepare restinio port files. * Change restinio archive URL. * [restinio] Slim portfile | |||
| 2018-05-02 | Merge pull request #3405 from jasjuang/alembic | Alexander Karatarakis | |
| [alembic] update to 1.7.8 | |||
| 2018-05-02 | Merge pull request #3407 from Squareys/magnum-2018-04 | Alexander Karatarakis | |
| [magnum] Update to v2018.04 | |||
| 2018-05-02 | [magnum,-plugins,-integration,-extras] Update to v2018.04 | Squareys | |
| Signed-off-by: Squareys <squareys@googlemail.com> | |||
| 2018-05-02 | [magnum,-plugins] Also install headers for dynamically built plugins | Squareys | |
| While before there was no use for linking the plugins directly or using them as libraries in some other way when built dynamically, there now are intra-dependencies between plugins which to be detected, require the headers to be installed. Additionally, the folders lib/magnum and debug/lib/magnum-d are no longer empty, as we put the plugin deploy scripts there. Removing them is therefore superfluous. (Prepares upcoming release/head build) Signed-off-by: Squareys <squareys@googlemail.com> | |||
| 2018-05-02 | [corrade] Update to v2018.04 | Squareys | |
| Signed-off-by: Squareys <squareys@googlemail.com> | |||
| 2018-05-02 | Add yajl port (#3379) | Seo Sanghyeon | |
| * Add yajl port * [yajl] Patch cmake to fix install directories and avoid overwriting compiler flags | |||
| 2018-05-02 | [poco] Upgrade to version 1.9.0 | Robert Schumacher | |
| 2018-05-01 | [alembic] update to 1.7.8 | jasjuang | |
| 2018-05-01 | [box2d] Replace buildsystem with CMake for better cross-platform support | Robert Schumacher | |
| 2018-05-01 | [abseil][aws-sdk-cpp][directxmesh][directxtex][directxtk][discord-rpc][exiv2 ↵ | Robert Schumacher | |
| ][folly][jsonnet][libuv][ms-gsl][nuklear][rocksdb][rs-core-lib][thrift][unicorn][zeromq] Upgrades | |||
| 2018-05-01 | Clarify toolset numbers and Visual Studio versions (#3355) | Jozef Izso | |
| 2018-05-01 | [range-v3] Split ports to enable newer range-v3 versions on linux | Robert Schumacher | |
| 2018-05-01 | [poco] Suffix binaries with mt when building against static CRT | Robert Schumacher | |
| 2018-05-01 | [GEOS] Generate debug library names with `d` suffix (#3371) | Mateusz Loskot | |
| * [GEOS] Generate debug library names with `d` suffix Currently geos.lib name is used for both, debug and optimised GEOS libraries. This leads to situation when: ``` find_library(GEOS_LIBRARY_DEBUG NAMES geos) find_library(GEOS_LIBRARY_RELEASE NAMES geos) ``` finds the same library for both ``` GEOS_LIBRARY_DEBUG=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib GEOS_LIBRARY_RELEASE=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib ``` This is minimal patch that works around the problem. Next, complete fix should be submitted to GEOS upstream, preferably using exported targets. * [libspatialite] Add missing geos suffixes in static builds | |||
| 2018-05-01 | [vcpkg] Fix temporary download directory when vcpkg is located at the root ↵ | Robert Schumacher | |
| of a drive | |||
| 2018-04-30 | Merge pull request #3359 from jasjuang/cgal | Alexander Karatarakis | |
| [cgal] update to 4.12 | |||
| 2018-04-30 | Merge pull request #3376 from pravic/sciter-update | Alexander Karatarakis | |
| [sciter] Update to 4.1.7.5890 | |||
| 2018-04-30 | Merge pull request #3358 from fbudin69500/DetectAllOldVersionsOfGCC | Alexander Karatarakis | |
| Require the version of g++ to be at least 6 | |||
| 2018-04-30 | [sfml] Support Linux | Robert Schumacher | |
| 2018-04-30 | [docs] Update docs | Robert Schumacher | |
| 2018-04-30 | [yato] Bump CONTROL file version | Alexander Karatarakis | |
| 2018-04-30 | Merge pull request #3392 from agruzdev/dev/agruzdev/yato | Alexander Karatarakis | |
| [yato] Bugfix | |||
| 2018-04-30 | Merge remote-tracking branch 'remotes/origin/master' into dev/agruzdev/yato | Alexey Gruzdev | |
| 2018-04-30 | [yato] Fixed artifacts copying for non-windows platforms | Alexey Gruzdev | |
| 2018-04-29 | [sciter] Update to 4.1.7.5890 | pravic | |
| 2018-04-28 | [vcpkg-integrate-install] Add vcpkg.path.txt to localappdata for more ↵ | Robert Schumacher | |
| generic consumption. | |||
| 2018-04-28 | Add Visual Studio 2013 Support for Qt5 (#3361) | Paul T | |
| Add case for toolset v120 which corresponds to visual studio 2013. | |||
| 2018-04-28 | [openssl] added support for platforms without libdl (#3368) | Alexej Harm | |
| 2018-04-27 | [ci] Don't block binarycaching = false | Alexander Karatarakis | |
| 2018-04-27 | [Clean patching] Each portref-patchset combo gets its own hash-based directory | Alexander Karatarakis | |
