| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-25 | Since the auto_ptr is removed in c++17, so use unique_ptr to instead of it. | Cheney Wang | |
| 2018-04-25 | [sh] permissions | Alexander Karatarakis | |
| 2018-04-25 | [sh] Remove merge conflict lines | Alexander Karatarakis | |
| 2018-04-25 | Merge pull request #3313 from jhasse/patch-1 | Alexander Karatarakis | |
| Add sh shebang to bootstrap script | |||
| 2018-04-25 | [sh] Change to #!/bin/sh | Alexander Karatarakis | |
| 2018-04-25 | Merge pull request #3323 from afnanenayet/master | Alexander Karatarakis | |
| Update gitignore to exclude the `vcpkg` binary | |||
| 2018-04-25 | Update gitignore to exclude the `vcpkg` binary (artifact of the build | Afnan Enayet | |
| script) from the git repo | |||
| 2018-04-25 | Add Bash shebang to bootstrap script | Jan Niklas Hasse | |
| 2018-04-25 | Remove noexcept from BinaryParagraph() | Alexander Karatarakis | |
| 2018-04-24 | [osx] Ignore .DS_Store file. Fixes #3306 | Alexander Karatarakis | |
| 2018-04-24 | Merge pull request #3305 from jclay/patch-2 | Alexander Karatarakis | |
| Add crossplatform announcement to docs | |||
| 2018-04-24 | [find_acquire.cmake] Fix ninja path for mac | Alexander Karatarakis | |
| 2018-04-24 | Add crossplatform announcement to docs | Joel Clay | |
| 2018-04-24 | [sh] Fix permission | Alexander Karatarakis | |
| 2018-04-24 | Fix PCL compile tools (#3301) | Claudio Fantacci | |
| Add missing boost definition using a patch. Better compile from HEAD. | |||
| 2018-04-24 | [README] Show cmake instructions in the README instead of only linking to ↵ | Alexander Karatarakis | |
| another md | |||
| 2018-04-24 | [vcpkg integrate] Do nothing on linux instead of showing error message | Alexander Karatarakis | |
| 2018-04-24 | Update CHANGELOG and bump version to v0.0.110 | Alexander Karatarakis | |
| 2018-04-23 | Add triplets for x64-linux and x64-osx | Alexander Karatarakis | |
| 2018-04-23 | Introduce bootstrap.sh | Alexander Karatarakis | |
| 2018-04-23 | Update CHANGELOG and bump version to v0.0.109 | Alexander Karatarakis | |
| 2018-04-23 | [protobuf] Fix protoc permissions | Alexander Karatarakis | |
| 2018-04-23 | Fix grpc lookup (case-insensitive) | Alexander Karatarakis | |
| 2018-04-23 | [grpc] Fix build for linux | Alexander Karatarakis | |
| Fix | |||
| 2018-04-23 | [openssl] Add -ldl to the link line when appropriate | Alexander Karatarakis | |
| 2018-04-23 | Retry the wsl workaround up to 10 times | Alexander Karatarakis | |
| 2018-04-19 | [folly] Upgrade | Robert Schumacher | |
| 2018-04-19 | [azure-iot-sdk] Upgrades | Robert Schumacher | |
| 2018-04-19 | Add package Fast-RTPS and enable modules for python (#2948) | Jacob Zhong | |
| * [ros2] Init packages * [fastrtps] Finish porting * Add python acquiring module * [ros2] Setting up environment * [ros2] remove ros2 * [vcpkg-acquire-python] Revert to split PR | |||
| 2018-04-19 | [breakpad][jsonnet][nuklear][parson][thrift][wt][zeromq] Upgrades | Robert Schumacher | |
| 2018-04-19 | [fluidsynth] Initial port (#3016) | Stephen Kyne | |
| * [portaudio] Added ASIO support to build * Update libpng to 1.6.34 * [liblo] Initial port * Revert "Update libpng to 1.6.34" This reverts commit ede0bb947b07aea119b7b05e3625c3eec1395af4. * Revert "[liblo] Initial port" This reverts commit bb819eb21841bb8cf4816af5a78e17ef58ec8ce5. * [fluidsynth] Initial port * Fixed version numbers | |||
| 2018-04-19 | Initial port | RT222 | |
| 2018-04-19 | [x264] Fix compilation for uwp (#3270) | Ashik Salim | |
| * [x264] borrow some code from ffmpeg portfile to fix compilation for uwp * [x264] Fix uwp configure instead of removing -RTC1 | |||
| 2018-04-19 | update llvm to 6.0.0 (#3118) | jadedrip | |
| 2018-04-19 | [boost] Update to 1.67 | Robert Schumacher | |
| 2018-04-19 | [azure-storage-cpp] Support non-windows | Robert Schumacher | |
| 2018-04-19 | [boost] Improve non-windows support | Robert Schumacher | |
| 2018-04-19 | [libxmlpp] Initial commit of 2.40.1 | Robert Schumacher | |
| 2018-04-19 | [glib][glibmm] Fix for non-windows. For glibmm, use CMake replacement ↵ | Robert Schumacher | |
| buildsystem. | |||
| 2018-04-19 | [gettext] Fix for OSX. Slightly improve handling on Windows. | Robert Schumacher | |
| 2018-04-19 | [libffi] Fix non-windows | Robert Schumacher | |
| 2018-04-19 | [libiconv] Fix unofficial-iconv cmake targets on non-windows | Robert Schumacher | |
| 2018-04-19 | [libsigcpp] Fix building with older gcc versions | Robert Schumacher | |
| 2018-04-19 | [libuuid] Install headers into correct subdirectory | Robert Schumacher | |
| 2018-04-19 | [libxml2] Display usage information | Robert Schumacher | |
| 2018-04-18 | [magnum] Properly deploy plugins (#3191) | Jonathan Hale | |
| * [magnum] Properly deploy magnum plugins Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Add tinygltfimporter feature Signed-off-by: Squareys <squareys@googlemail.com> * [magnum][magnum-plugins] Add features: trade and any* Prepares upcoming move of those sublibraries and allows building --head immediately. For current release this only adds some unused cmake flags that will be ignored. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Add gl feature, cleanup dependencies, mark upcoming features And sort features alphabetically. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Prepare renaming of static flag for --head installs Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Add two missing feature dependencies Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Enable magnum[any*] features by default Signed-off-by: Squareys <squareys@googlemail.com> | |||
| 2018-04-18 | [zeromq] Fix cmake targets for static zeromq | Robert Schumacher | |
| 2018-04-18 | [vcpkg edit] Now accepts multiple ports as arg | Alexander Karatarakis | |
| 2018-04-17 | Upgrade Celero to v2.2.0 (#3259) | John Farrier | |
| * Upgrade Celero to v2.2.0 * [celero] Fix installed cmake targets | |||
| 2018-04-17 | [cppzmq] Install cmake target files | Robert Schumacher | |
