Alexander Karatarakis
6c2ce4981f
[coff] Function rename
2016-11-17 15:21:22 -08:00
Alexander Karatarakis
a9223bd8df
[coff] Variable rename
2016-11-17 15:20:18 -08:00
Robert Schumacher
a7af1a727e
Merge pull request #276 from barcharcraz/libpq
...
added libpq port
2016-11-17 00:43:11 -08:00
Robert Schumacher
039cee1352
[poco] Revert removal of POCO_STATIC, I misread it as PCRE_STATIC :)
2016-11-17 00:35:33 -08:00
Robert Schumacher
8782e7fdf0
Merge pull request #293 from sdcb/poco
...
Add poco.
2016-11-17 00:31:02 -08:00
Robert Schumacher
22108321c0
[pcre] [poco] Hardcode value of PCRE_STATIC into the pcre headers. Switch poco to use unbundled libs.
2016-11-17 00:28:54 -08:00
Charlie Barto
901db2357a
remove debug postfix again, missed in rebase
2016-11-17 03:20:16 -05:00
charlie barto
89b42cce90
made libpq copy pdb files
2016-11-17 03:19:04 -05:00
charlie barto
5ace538348
revert debug rename, it was a stupid idea
2016-11-17 03:18:32 -05:00
Charles Barto
cb488d8407
added libpq port
2016-11-17 03:16:36 -05:00
Charlie Barto
dcca77cd67
install types and genbki, this seems to be needed for cmake's findpostgresql
2016-11-17 03:01:38 -05:00
charlie barto
b81c914898
used export all symbols instead of pq's .def files, this is so that we don't have to change the sources depending on debug or release config
2016-11-17 03:00:58 -05:00
charlie barto
da65430a30
made libpq copy pdb files
2016-11-17 03:00:58 -05:00
charlie barto
a77bed25fc
revert debug rename, it was a stupid idea
2016-11-17 03:00:58 -05:00
charlie barto
79ff444948
removed debug suffix from libpq
2016-11-17 03:00:58 -05:00
charlie barto
2418a15b0d
install pg_config.h
2016-11-17 03:00:58 -05:00
charlie barto
6c22b89959
updated dependencies for libpq
2016-11-17 03:00:58 -05:00
Charles Barto
1cc7a472af
added libpq port
2016-11-17 03:00:58 -05:00
Robert Schumacher
6455cdd68f
Merge branch 'poco' of https://github.com/sdcb/vcpkg into sdcb-poco
2016-11-16 21:35:59 -08:00
Robert Schumacher
9653c6216d
Merge pull request #300 from barcharcraz/fix_glfw
...
more glfw3 path fixes
2016-11-16 21:35:30 -08:00
Alexander Karatarakis
56c3febc9d
[boost] Also rename lib files in dynamic builds (conditionally)
...
i.e. for libboost_xxx.lib, if boost_xxx.lib exists, delete
libboost_xxx.lib otherwise rename it to boost_xxx.lib
2016-11-16 20:25:01 -08:00
Alexander Karatarakis
3588f534db
[boost] Use --layout=system to make the output binary names simpler
2016-11-16 18:56:56 -08:00
Alexander Karatarakis
be0899d28b
[boost] Attempt to fix sporadic failures
2016-11-16 18:10:22 -08:00
Alexander Karatarakis
9c92984ff6
[boost] Add --hash
2016-11-16 17:54:34 -08:00
Alexander Karatarakis
1574180d03
[boost] --toolset=msvc should be toolset=msvc (no dashes)
2016-11-16 17:46:41 -08:00
Robert Schumacher
0ca3e5b160
Merge pull request #297 from barcharcraz/add_x64_prefix
...
added x64 as a prefix to search for cl.exe in the toolchain file
2016-11-16 16:11:52 -08:00
charlie barto
21c4404d39
more glfw3 path fixes
2016-11-16 19:08:47 -05:00
Alexander Karatarakis
592201dfc0
[jxrlib] Bump version
2016-11-16 15:32:53 -08:00
Alexander Karatarakis
b93702f158
[libwebp] Bump version
2016-11-16 15:32:26 -08:00
Alexander Karatarakis
407fde814d
Merge pull request #299 from traversaro/fix-jxrlib
...
[jxrlib] Add debug postfix and do not install Win SDK header
2016-11-16 15:30:32 -08:00
Alexander Karatarakis
9f1a3ab0ae
Merge pull request #298 from traversaro/fix-libwebp
...
[libwebp] Fix debug postfix and build
2016-11-16 15:29:38 -08:00
Silvio
50d52d49bc
[jxrlib] Add debug postfix and do not install SKD header
...
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 23:09:42 +01:00
Silvio
5e92169aaa
[libwebp] Fix debug postfix and build
...
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-16 22:56:20 +01:00
Alexander Karatarakis
009378acce
Merge branch 'drdanz-jsoncpp'
2016-11-16 13:13:29 -08:00
Alexander Karatarakis
4953992865
[jsoncpp] Enable static linking
2016-11-16 13:13:08 -08:00
Alexander Karatarakis
a451768429
Merge branch 'jsoncpp' of https://github.com/drdanz/vcpkg into drdanz-jsoncpp
2016-11-16 12:48:52 -08:00
Alexander Karatarakis
bdfdf2548a
Merge pull request #295 from barcharcraz/update-eigen3
...
update Eigen3 to version 3.3.0
2016-11-16 12:47:24 -08:00
Alexander Karatarakis
97d5b082b7
Merge pull request #290 from jjcamp/pdcurses
...
Adds PDBs and 64bit builds to PDCurses
2016-11-16 12:46:00 -08:00
charlie barto
d56ab64fde
added x64 as a prefix to search for cl.exe in the toolchain file, this makes things work with VS '15' if you manually specify the triplet
2016-11-16 12:38:30 -05:00
Daniele E. Domenichelli
a0308feeb9
Add JsonCpp port
2016-11-16 16:11:15 +01:00
sdcb
857f76b6b9
[poco] Remove useless depends, Add 7zip, drop POCO_MT.
2016-11-16 17:40:45 +08:00
charlie barto
2a571bf242
update Eigen3 to version 3.3.0
2016-11-16 03:17:07 -05:00
sdcb
aff26af2f4
Add poco.
2016-11-16 15:10:40 +08:00
Alexander Karatarakis
42df44ca7b
Add #else to avoid warning
2016-11-15 17:54:44 -08:00
Alexander Karatarakis
b88c51bb7e
[expected.h] Add missing #include
2016-11-15 17:53:23 -08:00
Alexander Karatarakis
8a72437674
Remove unused #include
2016-11-15 17:43:09 -08:00
Alexander Karatarakis
31b8eee587
Use the already loaded status_db
2016-11-15 17:42:42 -08:00
Alexander Karatarakis
e969c5c8eb
Remove unused #includes
2016-11-15 17:41:31 -08:00
Alexander Karatarakis
628420bf8e
[freeglut] Enable static building. Fix pdb copying issues
2016-11-15 17:39:33 -08:00
Alexander Karatarakis
45dbe92e9b
Add comment about freeglut in coff_file_reader.cpp
2016-11-15 17:06:16 -08:00