Commit Graph

1277 Commits

Author SHA1 Message Date
Robert Schumacher
208148e929 Merge pull request #449 from chrullrich/targetpath
Improve copying dependent DLLs.
2016-12-24 11:49:15 -07:00
Robert Schumacher
692a363701 Merge pull request #454 from sdcb/aws-sdk-1.0.47
[aws-sdk-cpp] upgrade to 1.0.47
2016-12-24 08:34:07 -07:00
Robert Schumacher
c457714009 Merge pull request #453 from sdcb/mongo-version
[libbson, mongo-c-driver] bump version to 1.5.1
2016-12-24 08:32:42 -07:00
Silvio Traversaro
1cc6a9c4ce [qt5] Explicitly avoid compiling qt dependencies that could be available in vcpkg
To avoid problems such as the one described in https://github.com/Microsoft/vcpkg/issues/412 . 
If a particular dependency is actually needed, it can be added `-qt-<dep>` or `-system-<dep> to use the vcpkg version, see https://github.com/Microsoft/vcpkg/issues/455 .
2016-12-24 15:26:58 +01:00
flysha
efb81070ce [aws-sdk-cpp] upgrade to 1.0.47 2016-12-24 21:36:21 +08:00
flysha
8bcf57f68a [libbson, mongo-c-driver] bump version to 1.5.1
I upgraded libbson and mongo-c-driver to 1.5.1, but forgot to bump the version, this patch fixed it.
2016-12-24 20:16:31 +08:00
codicodi
90d814f3e2 [lua] bump version 2016-12-24 02:03:25 +01:00
codicodi
3d58393ad2 [lua] don't export from executables 2016-12-24 02:02:55 +01:00
Robert Schumacher
d3f477b351 Merge pull request #450 from nekko1119/patch-1
Fix signed/unsigned mismatch warning
2016-12-23 17:35:14 -07:00
nekko1119
31d5994dd5 Fix signed/unsigned mismatch warning 2016-12-24 05:27:22 +09:00
vlj
daeab46090 Add gli. 2016-12-23 19:50:34 +01:00
Christian Ullrich
335c15a9d0 Copy DLLs before attempting to regsvr32. 2016-12-23 14:47:38 +01:00
Christian Ullrich
c0cb3ca009 Copy DLLs for all project types.
$(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-23 14:47:26 +01:00
Alexander Karatarakis
63d3c237c1 Merge pull request #437 from codicodi/fix-sdl2
[sdl2] make SDL use libc
2016-12-22 14:09:48 -08:00
Alexander Karatarakis
2cd17a5cec Merge pull request #441 from barcharcraz/qt571
Qt571
2016-12-21 12:13:42 -08:00
Charlie Barto
e88b9c9160 bump qt5 version 2016-12-21 14:56:51 -05:00
vlj
8d9c8a6269 Modify shaderc so that it uses spirv-tools lib. 2016-12-21 20:47:53 +01:00
Charlie Barto
a82d7a4405 work on qt5 5.7.1 2016-12-20 20:37:16 -05:00
Alexander Karatarakis
8b9e624d0d Improve trim implementation 2016-12-20 14:45:35 -08:00
Alexander Karatarakis
32ada00583 Improve error message 2016-12-20 14:45:13 -08:00
codicodi
12f8636815 [sdl2] bump version 2016-12-20 15:37:45 +01:00
codicodi
a5bb368f24 [smpeg2] initial commit 2016-12-20 15:17:24 +01:00
codicodi
704e1ea85a [sdl2] make SDL2 use libc 2016-12-20 14:52:13 +01:00
Christian Ullrich
d68abcd321 Mention blank-property trap in FAQ. 2016-12-20 09:21:15 +01:00
Alexander Karatarakis
3b7b380798 Merge pull request #342 from mmassing/statically_linked_glew
[glew] Implement static build
2016-12-19 17:21:15 -08:00
Alexander Karatarakis
a077ccc4c7 Avoid unnecessary copy 2016-12-19 15:39:57 -08:00
Alexander Karatarakis
a1be45adc3 Merge pull request #425 from codicodi/add-modplug
[libmodplug] initial commit
2016-12-19 15:34:28 -08:00
Alexander Karatarakis
f30e93753f Merge branch 'sdcb-mongo-x-update' 2016-12-19 15:17:37 -08:00
Alexander Karatarakis
bcab7f3913 [mongo/libbson] Tabs to spaces 2016-12-19 15:16:38 -08:00
codicodi
92124c9b5e [libmodplug] preserve archive extension 2016-12-19 17:38:48 +01:00
codicodi
0fca9cfcf7 [libmodplug] nevermind
Those headers are used by ModplugXMMS project
2016-12-19 00:37:11 +01:00
codicodi
f2578cccee [libmodplug] ...not in this directory though 2016-12-18 23:51:24 +01:00
codicodi
419d050933 [libmodplug] dont package internal headers 2016-12-18 23:37:12 +01:00
Silvio
effbdfbb91 Add ogre port 2016-12-18 23:00:35 +01:00
codicodi
b5368c404d [libmodplug] initial commit 2016-12-18 15:18:24 +01:00
sdcb
ea3113a4f5 [mongo-x-driver] upgrade to 1.51/3.10 2016-12-18 16:26:12 +08:00
vlj
869071a34e Add spirv-tools. 2016-12-17 12:01:02 +01:00
Alexander Karatarakis
835693ce97 Don't return by const value 2016-12-16 20:17:24 -08:00
Alexander Karatarakis
73bf8306b2 Pass by const ref 2016-12-16 20:11:58 -08:00
Alexander Karatarakis
aad0cc4c04 Files::get_contents() -> Files::read_contents() 2016-12-16 19:40:58 -08:00
Alexander Karatarakis
b666e90c32 Pass by ref 2016-12-16 19:38:02 -08:00
Alexander Karatarakis
fdec39f452 Use check_exit() instead of check_throw() 2016-12-16 19:37:11 -08:00
Alexander Karatarakis
e4571e75c2 Do the trim and empty string erase in separate passes 2016-12-16 17:48:37 -08:00
Alexander Karatarakis
843e390c94 Replace reading lines and ignoring empty lines with the new functions
Namely:
Files::read_all_lines();
Strings::trim_all_and_remove_whitespace_strings()
2016-12-16 16:20:27 -08:00
Alexander Karatarakis
a5c3fddfe7 Add Strings::trim_all_and_remove_whitespace_strings() 2016-12-16 16:02:19 -08:00
Alexander Karatarakis
bd50778cb5 [install_command] now overwrites files if they are already present
The listfile checks ensures that no other package claims ownership
of the particular file
2016-12-16 15:42:15 -08:00
Alexander Karatarakis
38859d5c91 Improve code that filters out the directories from a vector of paths 2016-12-15 18:41:01 -08:00
Alexander Karatarakis
15ca6919ad Use Files::write_all_lines() 2016-12-15 18:24:06 -08:00
Alexander Karatarakis
e4548a8cf4 Add Files::read_all_lines() and Files::write_all_lines() 2016-12-15 18:19:22 -08:00
Alexander Karatarakis
8f397bb8d1 Add Strings::trim() function 2016-12-15 17:09:14 -08:00