| Age | Commit message (Collapse) | Author |
|
|
|
A download link with the version in the filename is provided now for
releases of aaplus.
E.g. http://www.naughter.com/download/aaplus_v2.12.zip instead of
previously http://www.naughter.com/download/aaplus.zip, which was
overwritten, when a new version was released.
|
|
* [ace] Update to 6.5.8
* Address review comments
* ports/ace/portfile.cmake:
* Put back copy step
* ports/ace/portfile.cmake:
* Fixed error
* ports/ace/portfile.cmake:
* ARM should work, let us try it
* ports/ace/portfile.cmake:
* ARM doesn't work yet, so disable it again
* ports/ace/portfile.cmake:
* Add support for vcpkg of ace on MacOSX
* ports/ace/portfile.cmake:
* [ace] ACE should work now on ARM
* ports/ace/portfile.cmake:
* [ace] OSX should work now
scripts/ci.baseline.txt:
* ARM doesn't work yet, visual studio 2019 is broken for the moment
* ports/ace/portfile.cmake:
* Increment version of ace
* ports/ace/CONTROL:
|
|
* [ryml] Add new port
* Remove deprecated include
* Fix ver regarding maintainer guide
* Mark port as unsupport arm/arm64/osx
* Update CI baseline
* Replace deprecated func vcpkg_extract_source_archive,
add PREFER_NINJA to conf
* Fix wrong placed port states
* Resolve merge conflict
|
|
* [Arrow] Explicitly enable CSV and JSON
* Convert file formats to default features
* Change per review
|
|
|
|
|
|
|
|
* [dlib] Updated dlib to v19.19
* - [dlib] Corrected dlib version.
- [dlib] Corrected copyright installation.
- [dlib] Removed deprecated calls from portfile.
|
|
|
|
|
|
vcpkg's PR builds, which should both improve our PR build times and reduce Azure spending by shutting down machines when they aren't being used.
Included is a script that sets up all vcpkg's Azure infrastructure for Windows PR tests, and several updates to baselines. The baseline updates are generally caused by an updated copy of the MSVC++ compiler caused by updating the VMs, but some are caused by missed failures only detected now because this did a cleared out archives directory first.
Some of the build infrastructure isn't what I'd call 'pretty' (e.g. we're split into more scripts and such than I'd like) but this mirrors how our existing PR system works.
It is expected that the existing vcpkg Windows PR system will hate these baseline updates so we'll need to merge this, then remove that (duplicate) workflow immediately afterwards, then delete all the Windows VMs powering the old infrastructure.
|
|
* [ompl] Fix ompl[app] build error
* [ompl] Fix patch apply error
* [ompl] Remove extra comment
* [ompl] Fix build error on Linux/MACOS
|
|
* [sdformat6] Migrate from Bitbucket to GitHub
As announced in https://community.gazebosim.org/t/important-gazebo-and-ignition-are-going-to-github/533,
the sdformat repository has been migrated from Bitbucket to GitHub.
This commit also updates the hash as apparently the archive generated by GitHub is slightly different
from the one generated by Bitbucket.
* Cleanup of sdformat6 port
* Commit to fixup
|
|
* Updated protobuf to 3.11.4
* Added vcpkg_check_features to handle feature checking
* Fixed indenting in vcpkg_configure_cmake
* Replaced tabs with spaces
Co-authored-by: Vincent Paladino <vincent.paladino@zebra.com>
|
|
* Updated version of skyr-url
* Applied requested change for PR
|
|
* [pegtl] Update to latest commit from 4/5/2020
* Add PEGTL homepage to CONTROL file
* Fix missing newline
|
|
|
|
Co-authored-by: Cédric Tabin <cedric.tabin@gmail.com>
|
|
Signed-off-by: Alexandro Sanchez <alexandro@phi.nz>
|
|
* [winreg] Update to 2.2.0
* Revert changes INSATLL to COPY headers
|
|
* Check if file exist
* Check if file exist in vtk_remove_tools
Co-authored-by: Lars Glud <lg@danrobotics.dk>
|
|
|
|
|
|
|
|
* [vcpkg] Add initial JSON support
This adds a JSON parser, as well as the amount of unicode support
required for JSON parsing to work according to the specification. In the
future, I hope to rewrite our existing XML files into JSON.
Additionally, as a drive-by, we've added the following:
* add /wd4800 to pragmas.h -- this is a "performance warning", for when
you implicitly convert pointers or integers to bool, and shouldn't be
an issue for us.
* Switched Parse::ParserBase to read unicode (as utf-8), as opposed to
ASCII
* Building again under VCPKG_DEVELOPMENT_WARNINGS, yay!
|
|
This command takes a list of ports, and causes the final state of the
installed directory to be as-if one ran the install on an empty
installed directory (removing any unnecessary packages).
This is especially useful with the new `--x-install-root` option, which
allows one to set the `installed` directory for vcpkg to use.
Additionally, as a drive-by, we do some `stdfs` clean-up and add a
`.is_feature()` member function to BinaryParagraph (as opposed to
checking for `.feature().empty()`, which is far less clear to read).
This feature is experimental.
|
|
* update qscintilla to 2.11.4
* Update portfile.cmake
* for CI test
* undo
* add !osx support
* fix osx build error
* Update ci.baseline.txt
* Update ci.baseline.txt
* [ci.baseline.txt] Revert line endings change
* [qscintilla] Restore vcpkg_copy_pdbs()
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* [abseil] Fix CompressedTuple move constructor on MSVC
* [abseil] Add comment for new patch
|
|
* [libarchive] fix static linkage of libarchive in dependent ports (non yet)
* [libuv] fix static builds of dependent ports
* modernize portfiles
* remove POSIX_REGEX_LIB=NONE
since it is added elsewhere
* remove debug message
|
|
* [xerces-c] Update to version 3.2.3
Drop patch no-symlinks-in-static-build.patch (fixed upstream)
* [xerces-c] Correct version number
* [xerces-c] Remove no-symlinks-in-static-build.patch
|
|
* [c4core] Add new port
* Remove deprecated include
* Fix ver regarding maintainer guide
* Mark port as unsupport arm/arm64
* Update CI baseline
* Mark port as unsupport OSX
* Update CI baseline
* Fix path to header instead of moving
Signed-off-by: vvandrounik <vvandrounik@gmail.com>
* Replace deprecated func vcpkg_extract_source_archive, add PREFER_NINJA to conf
|
|
|
|
|
|
|
|
|
|
* [ms-gsl] Update to 2019-04-13
* [ms-gsl] Update to v3.0.0
* [ms-gsl] apply suggested changes
|
|
* update control for ms-gsl to v3.0.0
* adding ref and hash
|
|
The existing code did not correctly pass `CXX` to cmake.
|
|
* [osg] Add feature examples and plugins, fix configure options
* [osg] Add feature tools, packages and docs
* [osgearth] Set dependency to osg[plugins]
* [osgearth] bump version
* [osg] Fix dependency
* [osg] Remove feature plugins dependency nvtt
* [osg] Remove empty folder
* [osg] Fix dependency sdl and liblas
* [osg] Fix install issue
* [osg] Fix dependency nvtt
* [osg] Re-fix dependency nvtt
* [osg] Fix judgment when selecting nvtt
* [osg] Create tools folder based on conditions
* [osg] Fix typo
* update baseline
* re-trigger ci test
* re-trigger ci test
|
|
* [SDL2] Update to 2.0.12 version
* [sdl2] Change homepage link to the official sdl website
* [sdl2] Remove no longer used patch
* [sdl2] Remove no longer used patch
* [sdl2] Fix patches files
|
|
* [avisynthplus] Add new port
* [avisynthplus] Disable static build
Static build is not supported. See https://github.com/AviSynth/AviSynthPlus/issues/130
* [avisynthplus] Ass Supports to CONTROL
* [avisynthplus] set static to fail in CI baseline
* [avisynthplus] add vcpkg_fail_port_install
|
|
To avoid hiding errors, the return values of the execute_process()
commands should be checked and a fatal error should be issued.
|
|
* [lz4] Fix for building Linux shared libraries
* [lz4] Changes requested by maintainer
|
|
* [mosquitto] Add support for static build
* Update ci.baseline.txt
* [libwebsockets] Update options -DLWS_USE_BUNDLED_ZLIB as -DLWS_WITH_BUNDLED_ZLIB
|
|
* Updated ISMRMRD to version 1.4.2
* Updated version
* Updated to new ismrmrd micro version, which fixes build issues on windows-static
|
|
CMAKE_TRY_COMPILE_TARGET_TYPE was set to STATIC_LIBRARY (#10659)
|
|
* [flatbuffers] Update to 1.12.0
* remove deprecated
* Bump version
* update the revision
|
|
* [realsense2] Add tm2 feature for support T265 devices
* Fix tools build error on Visual Studio 2019
* Update the way to handle features as vcpkg_check_features()
* Update
|
|
[indicators] Updated indicators to 1.7
|