aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-27Merge pull request #423 from vlj/spirvAlexander Karatarakis
Add spirv-tools and use it to build shaderc.
2016-12-27Merge pull request #464 from JasonYang-MSFT/masterRobert Schumacher
[azure-storage-cpp] Upgrade to v2.6.0
2016-12-27[azure-storage-cpp] Upgrade to v2.6.0Jason Yang
2016-12-24Merge pull request #452 from codicodi/fix-luaRobert Schumacher
[lua] Don't export from executables
2016-12-24Merge pull request #436 from chrullrich/faq-integrateRobert Schumacher
Mention blank-property trap in FAQ.
2016-12-24Merge pull request #449 from chrullrich/targetpathRobert Schumacher
Improve copying dependent DLLs.
2016-12-24Merge pull request #454 from sdcb/aws-sdk-1.0.47Robert Schumacher
[aws-sdk-cpp] upgrade to 1.0.47
2016-12-24Merge pull request #453 from sdcb/mongo-versionRobert Schumacher
[libbson, mongo-c-driver] bump version to 1.5.1
2016-12-24[aws-sdk-cpp] upgrade to 1.0.47flysha
2016-12-24[libbson, mongo-c-driver] bump version to 1.5.1flysha
I upgraded libbson and mongo-c-driver to 1.5.1, but forgot to bump the version, this patch fixed it.
2016-12-24[lua] bump versioncodicodi
2016-12-24[lua] don't export from executablescodicodi
2016-12-23Merge pull request #450 from nekko1119/patch-1Robert Schumacher
Fix signed/unsigned mismatch warning
2016-12-24Fix signed/unsigned mismatch warningnekko1119
2016-12-23Copy DLLs before attempting to regsvr32.Christian Ullrich
2016-12-23Copy DLLs for all project types.Christian Ullrich
$(TargetPath) is a simpler way of getting the primary output than assembling it from multiple variables. In addition, $(OutputType) matches $(TargetExt) only for .exe projects.
2016-12-22Merge pull request #437 from codicodi/fix-sdl2Alexander Karatarakis
[sdl2] make SDL use libc
2016-12-21Merge pull request #441 from barcharcraz/qt571Alexander Karatarakis
Qt571
2016-12-21bump qt5 versionCharlie Barto
2016-12-21Modify shaderc so that it uses spirv-tools lib.vlj
2016-12-20work on qt5 5.7.1Charlie Barto
2016-12-20Improve trim implementationAlexander Karatarakis
2016-12-20Improve error messageAlexander Karatarakis
2016-12-20[sdl2] bump versioncodicodi
2016-12-20[sdl2] make SDL2 use libccodicodi
2016-12-20Mention blank-property trap in FAQ.Christian Ullrich
2016-12-19Merge pull request #342 from mmassing/statically_linked_glewAlexander Karatarakis
[glew] Implement static build
2016-12-19Avoid unnecessary copyAlexander Karatarakis
2016-12-19Merge pull request #425 from codicodi/add-modplugAlexander Karatarakis
[libmodplug] initial commit
2016-12-19Merge branch 'sdcb-mongo-x-update'Alexander Karatarakis
2016-12-19[mongo/libbson] Tabs to spacesAlexander Karatarakis
2016-12-19[libmodplug] preserve archive extensioncodicodi
2016-12-19[libmodplug] nevermindcodicodi
Those headers are used by ModplugXMMS project
2016-12-18[libmodplug] ...not in this directory thoughcodicodi
2016-12-18[libmodplug] dont package internal headerscodicodi
2016-12-18[libmodplug] initial commitcodicodi
2016-12-18[mongo-x-driver] upgrade to 1.51/3.10sdcb
2016-12-17Add spirv-tools.vlj
2016-12-16Don't return by const valueAlexander Karatarakis
2016-12-16Pass by const refAlexander Karatarakis
2016-12-16Files::get_contents() -> Files::read_contents()Alexander Karatarakis
2016-12-16Pass by refAlexander Karatarakis
2016-12-16Use check_exit() instead of check_throw()Alexander Karatarakis
2016-12-16Do the trim and empty string erase in separate passesAlexander Karatarakis
2016-12-16Replace reading lines and ignoring empty lines with the new functionsAlexander Karatarakis
Namely: Files::read_all_lines(); Strings::trim_all_and_remove_whitespace_strings()
2016-12-16Add Strings::trim_all_and_remove_whitespace_strings()Alexander Karatarakis
2016-12-16[install_command] now overwrites files if they are already presentAlexander Karatarakis
The listfile checks ensures that no other package claims ownership of the particular file
2016-12-15Improve code that filters out the directories from a vector of pathsAlexander Karatarakis
2016-12-15Use Files::write_all_lines()Alexander Karatarakis
2016-12-15Add Files::read_all_lines() and Files::write_all_lines()Alexander Karatarakis