| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-15 | Merge branch 'Mixaill-libvpx' | Alexander Karatarakis | |
| 2017-03-15 | [libvpx] Add git to the PATH before launching command that requires it | Alexander Karatarakis | |
| 2017-03-15 | [libvpx] add version 1.6.1 | Mikhail Paulyshka | |
| 2017-03-14 | Merge pull request #796 from Drako/nlohmann-json | Alexander Karatarakis | |
| Added nlohmann-json port | |||
| 2017-03-14 | Merge pull request #803 from Mixaill/libwebm | Alexander Karatarakis | |
| [libwebm] add version 1.0.0.27 | |||
| 2017-03-14 | Merge pull request #790 from Mixaill/msbuild-platformtoolset | Robert Schumacher | |
| vcpkg_build_msbuild: add PLATFORM_TOOLSET property | |||
| 2017-03-14 | Merge pull request #794 from Mixaill/libjpegturbo-arm | Robert Schumacher | |
| [libjpeg-turbo] fix building on ARM | |||
| 2017-03-14 | Merge pull request #773 from Mixaill/botan | Robert Schumacher | |
| [botan] add version 2.0.1 | |||
| 2017-03-14 | [botan] Cleanup. | Robert Schumacher | |
| Avoid installing a debug cli tool. Rename the headers to just include/botan instead of include/botan-2/botan. Install the tool's required DLLs, if any. Add vcpkg distribution information to the build process. | |||
| 2017-03-14 | [botan] Use out of source builds | Robert Schumacher | |
| 2017-03-15 | [libwebm] add version 1.0.0.27 | Mikhail Paulyshka | |
| 2017-03-14 | Added nlohmann-json port (for #756) | Felix Bytow | |
| First try of a port, so it's not optimal. | |||
| 2017-03-13 | Merge pull request #792 from codicodi/bump-gtk | Alexander Karatarakis | |
| [gtk] update to 3.22.9 | |||
| 2017-03-13 | Merge pull request #795 from Mixaill/flatbuffers-tools | Alexander Karatarakis | |
| [flatbuffers] fix flatc.exe moving | |||
| 2017-03-14 | [flatbuffers] fix flatc.exe moving | Mikhail Paulyshka | |
| 2017-03-14 | [libjpeg-turbo] disable SIMD optimizations on ARM | Mikhail Paulyshka | |
| 2017-03-14 | vcpkg_configure_cmake: fix ARM configuring | Mikhail Paulyshka | |
| 2017-03-14 | triplets: remove dead code | Mikhail Paulyshka | |
| 2017-03-13 | Fix issue of mismatching paths because of trailing newline char | Alexander Karatarakis | |
| 2017-03-13 | All Checks now take LineInfo as the first argument | Alexander Karatarakis | |
| 2017-03-13 | Enums::nullvalue_used() now requires LineInfo as first arg | Alexander Karatarakis | |
| 2017-03-13 | Put LineInfo in separate h/cpp | Alexander Karatarakis | |
| 2017-03-13 | Remove Enums::unreachable(). Use Checks::unreachable() instead | Alexander Karatarakis | |
| 2017-03-13 | Add __declspec(noreturn) to the definitions to match the declarations | Alexander Karatarakis | |
| 2017-03-13 | Checks::unreachable() now needs LineInfo as an argument | Alexander Karatarakis | |
| 2017-03-13 | Global variable g_debugging now declared in vcpkglib.h | Alexander Karatarakis | |
| 2017-03-13 | Rename LINE_INFO to VCPKG_LINE_INFO to avoid conflict with CppUnitTestAssert.h | Alexander Karatarakis | |
| 2017-03-13 | Make parameter const to avoid C4239 warnings | Alexander Karatarakis | |
| 2017-03-13 | [uwebsockets] Fix control file. Add missing include. | Robert Schumacher | |
| 2017-03-13 | Merge pull request #791 from codicodi/bump-pango | Alexander Karatarakis | |
| [pango] update to 1.40.4 | |||
| 2017-03-14 | [gtk] update to 3.22.9 | codicodi | |
| 2017-03-14 | vcpkg_build_msbuild: add PLATFORM_TOOLSET property | Mikhail Paulyshka | |
| 2017-03-13 | System::cmd_execute_and_capture_output() now redirects std::err to std::out | Alexander Karatarakis | |
| 2017-03-13 | Don't print messages to the screen when where.exe fails to find something | Alexander Karatarakis | |
| 2017-03-14 | [pango] update to 1.40.4 | codicodi | |
| 2017-03-13 | Introduce LINE_INFO macro + struct | Alexander Karatarakis | |
| 2017-03-13 | Merge pull request #789 from codicodi/bump-libepoxy | Alexander Karatarakis | |
| [libepoxy] update to 1.4.1 | |||
| 2017-03-13 | Merge pull request #788 from codicodi/bump-glib | Alexander Karatarakis | |
| [glib] update to 2.50.3 | |||
| 2017-03-13 | [libepoxy] update to 1.4.1 | codicodi | |
| 2017-03-13 | Merge branch 'Mixaill-cairomm' | Alexander Karatarakis | |
| 2017-03-13 | Replace patch 0001 with copying files | Alexander Karatarakis | |
| Previously the patch would create five files. Now the 5 files are checked in and we copy them over. | |||
| 2017-03-13 | [glib] update to 2.50.3 | codicodi | |
| 2017-03-13 | Merge branch 'cairomm' of https://github.com/Mixaill/vcpkg into Mixaill-cairomm | Alexander Karatarakis | |
| 2017-03-13 | Merge pull request #776 from Mixaill/libpopt | Robert Schumacher | |
| [libpopt] add version 1.16 | |||
| 2017-03-13 | [libpopt] add version 1.16 | Mikhail Paulyshka | |
| 2017-03-13 | Merge pull request #781 from jhruby/master | Alexander Karatarakis | |
| Beast library port | |||
| 2017-03-13 | Merge pull request #775 from Mixaill/msvs2017-mpir-winsdk | Robert Schumacher | |
| [mpir] detect Windows SDK version (was: retarget MSVS2017 to Windows 10 SDK) | |||
| 2017-03-13 | [vcpkg_build_msbuild] Perform a full rebuild by default. | Robert Schumacher | |
| 2017-03-13 | [mpir] Rely on default override of WinSDK. | Robert Schumacher | |
| 2017-03-13 | [mpir] Portfile cleanup. | Robert Schumacher | |
| Always use the library copyright file (we do not build the executables). Leave copying pdbs to vcpkg_copy_pdbs(). Use the newer VCPKG_TARGET_ARCHITECTURE over TRIPLET_SYSTEM_ARCH. CMake's "MATCHES" conditional performs regex substring search, so * is not needed. | |||
