| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-26 | [curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on ↵ | Robert Schumacher | |
| openssl. | |||
| 2016-11-25 | [rxcpp] Renaming downloaded file back to RxCpp-v3.0.0.tar.gz to avoid ↵ | Robert Schumacher | |
| collisions with other libraries | |||
| 2016-11-25 | Revert "Merge pull request #348 from kirkshoop/rxcpp3.0.0" | Robert Schumacher | |
| This reverts commit 82c29e0dc5f7a19f6294b2b654acf2c7b5bae60d, reversing changes made to a5b1ed784aafd000a9e14dfc2c6ed228d5fe2952. | |||
| 2016-11-25 | Merge pull request #348 from kirkshoop/rxcpp3.0.0 | Robert Schumacher | |
| 2016-11-25 | Merge pull request #347 from sdcb/rxcpp-3 | Robert Schumacher | |
| [rxcpp] Upgrade to latest 3.0.0 | |||
| 2016-11-25 | Merge pull request #338 from sdcb/dxut-static | Robert Schumacher | |
| [dxut] switch dxut building static lib | |||
| 2016-11-25 | Merge pull request #340 from sdcb/directxtk | Robert Schumacher | |
| Add directxtk | |||
| 2016-11-25 | update rxcpp to 3.0.0 | Kirk Shoop | |
| 2016-11-26 | [rxcpp] Upgrade to latest 3.0.0 | flysha | |
| 2016-11-25 | Add directxtk | sdcb | |
| Note: 1. dynamic build is not supported, because upstream build are static by default. 2. Currently uwp build are not supported, it can eanbled by swith to using DirectXTK_Windows10.sln instead of DirectXTK_Desktop_2015_Win10.sln. We can enable it in the future. | |||
| 2016-11-25 | [dxut] switch dxut building static lib | sdcb | |
| dxut is by building static library by default, my previous PR forcing dxut building dynamic by creating a huge patch (basically add dllimport/dllexport everywhere). This PR droped the huge patch and switch building static library (which is the upstream default behavior). related issue: https://github.com/Microsoft/DXUT/issues/8 | |||
| 2016-11-24 | Merge pull request #336 from frederich/tc-range_update-e2d3018 | Alexander Karatarakis | |
| [think-cell-range] upgrade to e2d3018 | |||
| 2016-11-24 | [think-cell-range] upgrade to e2d3018 | Jens Frederich | |
| Signed-off-by: Jens Frederich <jens.frederich@vector.com> | |||
| 2016-11-23 | Merge pull request #322 from barcharcraz/libpq-postgres | Alexander Karatarakis | |
| added libodb-pgsql support | |||
| 2016-11-23 | [fmt] Bump version | Alexander Karatarakis | |
| 2016-11-23 | Merge pull request #333 from barcharcraz/fix-fmt-again | Alexander Karatarakis | |
| mode fmt export all symbols on windows | |||
| 2016-11-23 | Update CHANGELOG and bump version to v0.0.60 | Alexander Karatarakis | |
| 2016-11-23 | Merge pull request #328 from sdcb/mongo-c-remove-patch | Alexander Karatarakis | |
| [mongo-c-driver] Remove useless 0001_cmake.patch | |||
| 2016-11-23 | [mongo-c-driver] Remove useless 0001_cmake.patch | sdcb | |
| 2016-11-22 | Merge pull request #326 from sdcb/mongo-cxx-code-refactor | Alexander 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-22 | Merge pull request #313 from muemart/xslt | Alexander Karatarakis | |
| Add libxslt | |||
| 2016-11-22 | Merge pull request #316 from sdcb/mongocxx-staticfix | Alexander Karatarakis | |
| [mongo-cxx-driver] fix static build | |||
| 2016-11-22 | Merge branch 'muemart-xslt' | Alexander Karatarakis | |
| 2016-11-22 | mode fmt export all symbols on windows | Charlie Barto | |
| 2016-11-22 | added libodb-pgsql support | Charlie Barto | |
| 2016-11-22 | Use different output folder for every triplet, and add debug info to release ↵ | Martin Müller | |
| builds | |||
| 2016-11-22 | define MONGOCXX_STATIC in export.hpp | sdcb | |
| 2016-11-22 | [mongo-cxx-driver] fix static build | sdcb | |
| 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 #305 | Alexander Karatarakis | |
| 2016-11-21 | Merge branch 'barcharcraz-soci_add' | Alexander Karatarakis | |
| 2016-11-21 | [soci] Fix setting LIBDIR instead of SOCI_LIBDIR | Alexander Karatarakis | |
| 2016-11-21 | Add libxslt port | Martin Müller | |
| 2016-11-21 | Fix libxml2 port when building with static linkage | Martin Müller | |
| 2016-11-21 | [soci] Fix to correctly set SOCI_STATIC and SOCI_SHARED | Alexander Karatarakis | |
| 2016-11-21 | [soci] Formatting | Alexander Karatarakis | |
| 2016-11-21 | Merge branch 'soci_add' of https://github.com/barcharcraz/vcpkg into ↵ | Alexander Karatarakis | |
| barcharcraz-soci_add | |||
| 2016-11-21 | Remove unused #includes | Alexander Karatarakis | |
| 2016-11-21 | Merge pull request #312 from codicodi/master | Alexander Karatarakis | |
| Bump fmt version to 3.0.1 | |||
| 2016-11-21 | [post-build-checks] Add check about no lib files | Alexander Karatarakis | |
| 2016-11-21 | Bump fmt version to 3.0.1 | codicodi | |
| 2016-11-21 | Merge pull request #310 from sdcb/libbson | Alexander Karatarakis | |
| [mongo-*] Enable static build, upgrade package version | |||
| 2016-11-21 | Merge pull request #301 from drdanz/libjpeg-turbo_static_libs | Alexander Karatarakis | |
| [libjpeg-turbo] Fix static libraries name | |||
| 2016-11-21 | Merge pull request #307 from barcharcraz/vs2017fix | Robert Schumacher | |
| add support for VS 2017 | |||
| 2016-11-21 | [libjpeg-turbo] Fix static libraries name | Daniele 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.3 | sdcb | |
| 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-rc6 | sdcb | |
| Enable building static library. Exclude test and examples. | |||
| 2016-11-21 | Fix static build runtime error. | sdcb | |
