aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-26[qca] fix cmake file locationdevel71
Added qt5 Build-Depends to CONTROL file.
2016-11-25initial commit to qca branchdevel71
2016-11-24Merge pull request #336 from frederich/tc-range_update-e2d3018Alexander Karatarakis
[think-cell-range] upgrade to e2d3018
2016-11-24[think-cell-range] upgrade to e2d3018Jens Frederich
Signed-off-by: Jens Frederich <jens.frederich@vector.com>
2016-11-23Merge pull request #322 from barcharcraz/libpq-postgresAlexander Karatarakis
added libodb-pgsql support
2016-11-23[fmt] Bump versionAlexander Karatarakis
2016-11-23Merge pull request #333 from barcharcraz/fix-fmt-againAlexander Karatarakis
mode fmt export all symbols on windows
2016-11-23Update CHANGELOG and bump version to v0.0.60Alexander Karatarakis
2016-11-23Merge pull request #328 from sdcb/mongo-c-remove-patchAlexander Karatarakis
[mongo-c-driver] Remove useless 0001_cmake.patch
2016-11-23[mongo-c-driver] Remove useless 0001_cmake.patchsdcb
2016-11-22Merge pull request #326 from sdcb/mongo-cxx-code-refactorAlexander Karatarakis
[mongo-cxx-driver] using BUILD_SHARED_LIBS instead of self-defined macro
2016-11-23[mongo-cxx-driver] using BUILD_SHARED_LIBS instead of self-defined macro.sdcb
related to: https://github.com/Microsoft/vcpkg/pull/316
2016-11-22Merge pull request #313 from muemart/xsltAlexander Karatarakis
Add libxslt
2016-11-22Merge pull request #316 from sdcb/mongocxx-staticfixAlexander Karatarakis
[mongo-cxx-driver] fix static build
2016-11-22Merge branch 'muemart-xslt'Alexander Karatarakis
2016-11-22mode fmt export all symbols on windowsCharlie Barto
2016-11-22added libodb-pgsql supportCharlie Barto
2016-11-22Use different output folder for every triplet, and add debug info to release ↵Martin Müller
builds
2016-11-22define MONGOCXX_STATIC in export.hppsdcb
2016-11-22[mongo-cxx-driver] fix static buildsdcb
note: Actually, static build is perfectly fine but the cmake always build static and dynamic library togather, in the static environment, dynamic build will fail due link error. I twisted a patch to the CMakeLists.txt to make dynamic build happy when building static.
2016-11-21[bootstrap] Use "unknownhash" if git is not available. Resolves #305Alexander Karatarakis
2016-11-21Merge branch 'barcharcraz-soci_add'Alexander Karatarakis
2016-11-21[soci] Fix setting LIBDIR instead of SOCI_LIBDIRAlexander Karatarakis
2016-11-21Add libxslt portMartin Müller
2016-11-21Fix libxml2 port when building with static linkageMartin Müller
2016-11-21[soci] Fix to correctly set SOCI_STATIC and SOCI_SHAREDAlexander Karatarakis
2016-11-21[soci] FormattingAlexander Karatarakis
2016-11-21Merge branch 'soci_add' of https://github.com/barcharcraz/vcpkg into ↵Alexander Karatarakis
barcharcraz-soci_add
2016-11-21Remove unused #includesAlexander Karatarakis
2016-11-21Merge pull request #312 from codicodi/masterAlexander Karatarakis
Bump fmt version to 3.0.1
2016-11-21[post-build-checks] Add check about no lib filesAlexander Karatarakis
2016-11-21Bump fmt version to 3.0.1codicodi
2016-11-21Merge pull request #310 from sdcb/libbsonAlexander Karatarakis
[mongo-*] Enable static build, upgrade package version
2016-11-21Merge pull request #301 from drdanz/libjpeg-turbo_static_libsAlexander Karatarakis
[libjpeg-turbo] Fix static libraries name
2016-11-21Merge pull request #307 from barcharcraz/vs2017fixRobert Schumacher
add support for VS 2017
2016-11-21[libjpeg-turbo] Fix static libraries nameDaniele E. Domenichelli
The libraries with the "-static" suffix are not found by CMake
2016-11-21[mongo-cxx-driver] there is a failure on link stage, cannot build static, ↵sdcb
warn and then build dynamic
2016-11-21[mongo-cxx-driver] Upgrade to 3.0.3sdcb
Enable static build Disable test and example
2016-11-21[mongo-c-driver] openssl is optional dependency.sdcb
2016-11-21[mongo-c-driver] Upgrade to 1.5.0-rc6sdcb
Enable building static library. Exclude test and examples.
2016-11-21Fix static build runtime error.sdcb
2016-11-21Upgrade libbson to 1.5.0-rc6sdcb
Add support for libbson-static build. Do not use the patch file for libbson.
2016-11-19[libuv] Enable static buildingAlexander Karatarakis
2016-11-19[libuv] Add branching for dynamic/static buildingAlexander Karatarakis
2016-11-19add support for VS 2017Charlie Barto
2016-11-18[libuv] Update to 1.10.1Alexander Karatarakis
2016-11-18Merge branch 'master' of https://github.com/Microsoft/vcpkgAlexander Karatarakis
2016-11-18[coff] Use the offsets_array to go to archive members. Fixes #292Alexander Karatarakis
2016-11-18[coff] Read the second linker offsets to deduce the real offset countAlexander Karatarakis
Those that start with 0 are ignored
2016-11-18Merge pull request #304 from sdcb/poco-fixAlexander Karatarakis
[poco] Fix poco-pcre debug link issue