aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-16[benchmark] Enable static CRT linkageRobert Schumacher
2018-06-16[unicorn-lib] Change dependency to pcre2Robert Schumacher
2018-06-16Remove freeglut as dependency for SFML (#3681)Lukas Dürrenberger
* Remove freeglut as dependency for SFML SFML doesn't use freeglut as dependency. I'm not familiar enough with vcpkg, but does 'stb' need to be specified as dependency as well? We already include that header, or does vcpkg make sure it replaces it with the latest stb version? * [sfml] Bump version and remove qualifier from stb dependency
2018-06-16Added parameter to vcpkg_copy_pdbs.cmake (#3688)martin-s
* - Added paths argument to locate pdbs. * n/a * - fixed line endings. * [vcpkg-copy-pdbs] Tweak argument to replace patterns instead of adding patterns. Add slightly more detailed documentation.
2018-06-16[sqlite3] Improve usage on non-Windows; Fixes example and Fixes #3703Robert Schumacher
2018-06-15Updates 2018.06.15Robert Schumacher
2018-06-16[tinyobjloader] header-only library (#3698)Dominic Black
* Added tinyobjloader header-only library * [tinyobjloader] Use CMake compilation which provides targets
2018-06-16GraphicsMagick 1.3.29 (#3732)Josue Andrade Gomes
2018-06-15[nana] Fix linux builds; install cmake targetsRobert Schumacher
2018-06-15[fontconfig] Fix non-Windows buildsRobert Schumacher
2018-06-14[yaml-cpp] Fix _NOEXCEPTAlexander Karatarakis
2018-06-14Add retries to post-extract renameAlexander Karatarakis
2018-06-14Add a modernized cross-platform fork of MiniSat 2.2 (#3692)Martin Hořeňovský
* Add a modernized cross-platform fork of MiniSat 2.2 * [minisat-master-keying] Put copyright in correct directory. Lowercase share name.
2018-06-14Upgrade RESTinio to v.0.4.6. (#3726)Nicolai Grodzitski
2018-06-13Merge pull request #3720 from Microsoft/dev/alkarata/bootstrapwin64Alexander Karatarakis
[bootstrap.ps1] Add option for building 64-bit vcpkg.exe
2018-06-13Merge pull request #3616 from fcharlie/fcharlie_updateAlexander Karatarakis
[curl] fix curl[tool] support HTTP2 use WinSSL
2018-06-13Merge pull request #3696 from Milerius/masterAlexander Karatarakis
[shiva] add a port of shiva c++ engine
2018-06-13Merge pull request #3623 from eao197/masterAlexander Karatarakis
sobjectizer port updated to v.5.5.22.1
2018-06-13Merge pull request #3663 from andreasschulte/sundials_update_3_1_1Alexander Karatarakis
[sundials] update to 3.1.1
2018-06-13Win7 compat. Fail if 64-bit requested on 32-bit machineAlexander Karatarakis
2018-06-13[bootstrap.ps1] Add option for building 64-bit vcpkg.exeAlexander Karatarakis
2018-06-13Merge pull request #3702 from UnaNancyOwen/update_realsense2Alexander Karatarakis
[realsense2] Update to v2.12.0
2018-06-13Merge pull request #3642 from crackedmind/update_pdcursesAlexander Karatarakis
[pdcurses] Update PDCurses to 3.6
2018-06-13Merge pull request #3661 from pravic/sqliteAlexander Karatarakis
[sqlite3] update to 3.24.0
2018-06-12[sundials] Add patch for uwpAlexander Karatarakis
2018-06-12Upgrades for 2018.06.12Robert Schumacher
2018-06-12[cpp-redis] Fix non-Windows buildsRobert Schumacher
2018-06-12[zstd] Fix non-Windows buildsRobert Schumacher
2018-06-12Merge pull request #3664 from pravic/sciter-updateAlexander Karatarakis
[sciter] Update to 4.1.9.5981
2018-06-12Merge pull request #3708 from jwillemsen/jwi-ace-650Alexander Karatarakis
[ace] 6.5.0
2018-06-12Merge pull request #3701 from shpala/pavel/upgrade_flatbuffersAlexander Karatarakis
Upgrade flatbuffers to the current latest release (1.9.0)
2018-06-12Merge pull request #3709 from LarryIII/FixerrorC2338Alexander Karatarakis
Add Compiler option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338
2018-06-12Make bootstrap.bat parameters match bootstrap.shAlexander Karatarakis
2018-06-12[tacopie] Fix non-Windows buildsRobert Schumacher
2018-06-13[shiva] modernize portfileroman Sztergbaum
2018-06-12Commit 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-12Add Compiler option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338Larry-Hu
2018-06-12ACE 6.5.0Johnny Willemsen
2018-06-11[sqlite-modern-cpp] Update to latest version (contains bugfixes for msvc)Alexander Karatarakis
2018-06-11Improve disableMetrics propagation when consuming CMakeLists directlyAlexander Karatarakis
2018-06-11Fix slashAlexander Karatarakis
2018-06-12[realsense2] Update to v2.12.0Tsukasa Sugiura
Update realsense2 port to librealsense v2.12.0.
2018-06-11Upgrade flatbuffers to 1.9.0shpala
2018-06-10[shiva] add a port of shiva c++ engineRoman Sztergbaum
2018-06-08Fix shell prefixAlexander Karatarakis
2018-06-08Update docAlexander Karatarakis
2018-06-08Add -disableMetrics for linuxAlexander Karatarakis
2018-06-08Merge pull request #3689 from eXpl0it3r/patch-2Alexander Karatarakis
Added proper window-static support
2018-06-09Added proper window-static supportLukas 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-08Update documentationAlexander Karatarakis