aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-16Merge pull request #299 from traversaro/fix-jxrlibAlexander Karatarakis
[jxrlib] Add debug postfix and do not install Win SDK header
2016-11-16Merge pull request #298 from traversaro/fix-libwebpAlexander Karatarakis
[libwebp] Fix debug postfix and build
2016-11-16[jxrlib] Add debug postfix and do not install SKD headerSilvio
Add a debug postfix to jxrlib, to simplify finding the debug library in CMake, consistently with most other libraries in vcpkg. Do not use or install guiddef.h, that is an header of Windows SDK of which jxrlib includes a copy for non-Windows platforms.
2016-11-16[libwebp] Fix debug postfix and buildSilvio
Add a debug postfix to libwebp, to simplify finding the debug library in CMake, consistently with most other libraries in vcpkg. Add the mux directory that was not built in the CMake-based build system.
2016-11-16Merge branch 'drdanz-jsoncpp'Alexander Karatarakis
2016-11-16[jsoncpp] Enable static linkingAlexander Karatarakis
2016-11-16Merge branch 'jsoncpp' of https://github.com/drdanz/vcpkg into drdanz-jsoncppAlexander Karatarakis
2016-11-16Merge pull request #295 from barcharcraz/update-eigen3Alexander Karatarakis
update Eigen3 to version 3.3.0
2016-11-16Merge pull request #290 from jjcamp/pdcursesAlexander Karatarakis
Adds PDBs and 64bit builds to PDCurses
2016-11-16added x64 as a prefix to search for cl.exe in the toolchain file, this makes ↵charlie barto
things work with VS '15' if you manually specify the triplet
2016-11-16Add JsonCpp portDaniele E. Domenichelli
2016-11-16[poco] Remove useless depends, Add 7zip, drop POCO_MT.sdcb
2016-11-16update Eigen3 to version 3.3.0charlie barto
2016-11-16Add poco.sdcb
2016-11-15Add #else to avoid warningAlexander Karatarakis
2016-11-15[expected.h] Add missing #includeAlexander Karatarakis
2016-11-15Remove unused #includeAlexander Karatarakis
2016-11-15Use the already loaded status_dbAlexander Karatarakis
2016-11-15Remove unused #includesAlexander Karatarakis
2016-11-15[freeglut] Enable static building. Fix pdb copying issuesAlexander Karatarakis
2016-11-15Add comment about freeglut in coff_file_reader.cppAlexander Karatarakis
2016-11-15Merge pull request #287 from sdcb/signalrclientRobert Schumacher
Add signalrclient.
2016-11-15[signalrclient] Enable static buildsRobert Schumacher
2016-11-15Merge branch 'GeertVL-master'Alexander Karatarakis
2016-11-15Return to C7 debugging outputJohn Camp
2016-11-15possible fix for issue #223Geert Van Laethem
2016-11-15[boost] Rename lib files in static buildsAlexander Karatarakis
2016-11-15[Graph] Now uses set instead of vectorAlexander Karatarakis
2016-11-15Renames and cleanupAlexander Karatarakis
2016-11-15Use custom struct instead of std::pairAlexander Karatarakis
2016-11-15Major refactor/rework of dependency resolutionAlexander Karatarakis
2016-11-15[boost] The #define BOOST_ALL_DYN_LINK should be added only in dynamic linkageAlexander Karatarakis
2016-11-15Write to and use separate .mak fileJohn Camp
Allows future changes to not be affected by cached buildtree
2016-11-15Adds PDBs and 64-bit builds to PDCursesJohn Camp
2016-11-15Add signalrclient.sdcb
2016-11-14Merge pull request #284 from drdanz/glfw3_fix_cmake_configAlexander Karatarakis
[glfw3] Fix paths in cmake config files
2016-11-14Merge pull request #267 from sdcb/qt5-fixAlexander Karatarakis
[qt5] Fix the wrong gamepads directory issue.
2016-11-14[glfw3] Fix paths in cmake config filesDaniele E. Domenichelli
2016-11-14Fix the xinputgamepad.dll directory issue.sdcb
2016-11-14Fix xinputgamepadd.dll directory issue.sdcb
2016-11-14[boost] Add renaming code for static libs (commented-out for now)Alexander Karatarakis
2016-11-13Merge pull request #282 from DavidLudwig/masterAlexander Karatarakis
Update SDL2 port to 2.0.5 (its latest release; up from 2.0.4)
2016-11-13Remove unused cmake variableJohn Camp
2016-11-12Update SDL2 port to 2.0.5 (its latest release; up from 2.0.4)David Ludwig
2016-11-11[vcpkg-cmake-toolchain] Avoid IN_LIST to reduce required cmake versionRobert Schumacher
2016-11-11Merge pull request #279 from Morten242/tiff-patch-pathAlexander Karatarakis
Fix tiff patch path
2016-11-11Fix tiff patch pathMårten Nordheim
2016-11-11Merge pull request #271 from drdanz/tclapAlexander Karatarakis
Add Templatized C++ Command Line Parser (TCLAP) header-only library port
2016-11-11Merge pull request #275 from barcharcraz/fmt-fixAlexander Karatarakis
fixed fmt port
2016-11-11Add Templatized C++ Command Line Parser (TCLAP) header-only library portDaniele E. Domenichelli