Commit a171624
Misc/rebase huntergate to master (#3)
* Replace boostorg.jfrog.io to archives.boost.io URLs (cpp-pm#771)
Fix for cpp-pm#770
* Update minimum CMake to v3.10 (cpp-pm#769)
* Update minimum CMake to v3.10
* Update docs with new CMake minimum 3.10
* Update gate submodule to v0.11.0
Updates minimum CMake to v3.10
* Update Boost to 1.84.0, 1.85.0 and 1.86.0 (cpp-pm#775)
* Update 'Boost' to v1.84.0
Release notes: https://www.boost.org/users/history/version_1_84_0.html
* Update libraries and tests for Boost v1.84.0
* Add example for boost::conbalt
* Add Boost::cobalt to test matrix
* Add example for Boost::redis
* Add Boost::redis to test matrix
* Update 'Boost' to v1.85.0
Release notes: https://www.boost.org/users/history/version_1_85_0.html
* Update libraries and tests for Boost v1.85.0
* Add example for Boost::charconv
* Add Boost::charconv to test matrix
* refactor: move example for BoostProcess from Boost-process to BoostProcess
Renaming because the Boost::process lib in Boost became a lib for v2
* Update 'Boost' to v1.86.0
Release notes: https://www.boost.org/users/history/version_1_86_0.html
* Update libraries and tests for Boost v1.86.0
* Add example for Boost::predef
* It seems something changed about Boost::predef in 1.86.0. It is listed as a lib but not build as a lib.
* Add Boost::predef to test matrix
* Add Boost::process to test matrix
* Add example for v2 of Boost::process
* Boost::process changed in the 1.86.0 release.
* v1 is header only
* v2 is a library
---------
Co-authored-by: André Falk <andre.falk@tutanota.com>
Co-authored-by: simbahebinbo <lansheng228@163.com>
* hunter_get_lang_standard_flag: Add C++ 23/26 and C17/C23 check (cpp-pm#779)
Fixes: cpp-pm#756
* Add support for VS2022 Build Tools (cpp-pm#783)
* CI: update toolchains to use latest GitHub runner images and rewrite set_matrix.py without polly (cpp-pm#780)
Update all used GitHub runner images (Linux, Windows and Mac) and update the `set_matrix.py` script to work without the `polly` toolchains.
- Update from the deprecated ubuntu-20.04 images to the currently latest ubuntu-24.04 image. In the process update the `gcc` version from 7, 8, 9 to 12, 13, 14.
- fixes: cpp-pm#778
- Update from the deprecated `windows-2019` image with `vs-16-2019` toolchain to `windows-2022` with `vs-17-2022` toolchain
- fixes: cpp-pm#781
- Update from deprecated `macos-12` image to `macos-15`
- fixes: cpp-pm#782
- rewrite `set_matrix.py` to generate the `CMAKE_TOOLCHAIN_FILE` from the `toolchain` matrix name
- update CI and remove the dependency on the [polly toolchain project](https://github.com/cpp-pm/polly)
- remove `analyze` and `sanitize` jobs, no-one looks at them and they are a hassle to implement, PR welcome, but for now removed
- remove the `build.sh` and `build.cmd` default build scripts and replace them with a `build.py` python script
- remove `build_hunter_tests.sh` build script and use `build.py` there as well
- remove unused `jenkins.py` file
- update custom `matrix.json` and `build.sh` for the following projects:
- `filament`
- `pthreads-win32`
- `occt`
- `freetype-gl`
- `Boost`
* update msgpack to v4.1.3 (cpp-pm#644)
* update msgpack to v4.1.3
* update docu and example after review
* Update docs/packages/pkg/msgpack.rst
---------
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* Add note about updating copyright notes to the manual (cpp-pm#601)
one should update the copyright notices when a new package is created.
Point this out to the user in the guide to create a new package.
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* libsodium: update version to 1.0.18-p0 (cpp-pm#672)
Update the default version of libsodium to 1.0.18-p0
Fixes: cpp-pm#634
---------
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* Update civetweb to v1.13-p0 (cpp-pm#304)
* GIT_SUBMODULE fix: File not found .git/HEAD error (cpp-pm#168)
* Fix File not found .git/HEAD error
* Verify if git path output is absolute
* docs: update URL to tar file for boost-components documentation (cpp-pm#561)
* fix link-all.py with high CPU count and little files (cpp-pm#785)
Code changes by https://github.com/aggiehorns
When we have more CPUs than files to link the `files_per_job` variable
got `0`. And then the begin and end indexes got wrong and multiple jobs
tried to link the same file.
Fixes: cpp-pm#664
* set_matrix: simplify regex, fix typos (cpp-pm#786)
Fix some typos in output, variable-names and comments.
The usage of `[\d]` in regex is explicit, but also uneccessarily
complex. Simplify a bit.
* set_matrix: format
* CI: run check-urls: rework script to run on changed files and let it run in CI (cpp-pm#787)
Rework the `check-urls.py` script to make it work with the changed files file from GitHub Actions.
Add a new job to run `check-urls.py` and check projects with changed `hunter.cmake` files and their URLs.
Fixes: cpp-pm#598
* Boost: remove USE_CONFIG_FROM_BOOST hunter option, remove old (cpp-pm#784)
Remove the option `USE_BOOST_CONFIG`. It is now essentially always
enabled.
Remove all Boost versions older than 1.72, as the old versions don't
supply a `BoostConfig.cmake` file yet.
Remove the code and templates to create a `BoostConfig.cmake` with
Hunter.
Update the examples and remove the `-useBoostConfig` example folders.
Fixes: cpp-pm#723
* OpenBLAS: silence warnings (cpp-pm#792)
The OpenBLAS build has uncountable many warnings. Disable them as we
don't need them. Only errors are really interesting.
* docs: fix warning about matrix.json not valid for code highlighting (cpp-pm#793)
Fixing the following warning:
```sh
Warning, treated as error:
hunter/docs/creating-new/test/ci.rst:84:Could not lex literal_block as "JSON". Highlighting skipped.
```
The referenced codeblock is the following:
```rst
.. literalinclude:: ../../../.github/workflows/ci/matrix.json
:language: JSON
```
The `matrix.json` file contains `//` comments, which are not valid json tripping the highlighting.
Removing the `:language: JSON` part fixes this warning
Fixes: cpp-pm#790
* docs: msgpack: fix spelling warnings/errors (cpp-pm#795)
The documentation for `msgpack` has two spelling errors:
```
writing output... [ 63%] packages/pkg/msgpack
packages/pkg/msgpack.rst:21:msgpackc:["mudpack"]
packages/pkg/msgpack.rst:21:cxx:["xxx", "xx", "cox", "c xx", "OSX"]
...
Spelling checker messages written to /home/runner/work/hunter/hunter/docs/_spelling/output.txt
Warning, treated as error:
Found 2 misspelled words
```
Update the documentation properly escaping the target names and in the
process making the spellchecker ignoring the "codeblocks".
Fixes: cpp-pm#794
* docs: quick-start: fix link to HUNTER_ROOT env variable (cpp-pm#800)
`HUNTER_ROOT` link goes to old/not available wiki. Update the link to
use an internal reference the the `HUNTER_ROOT` environment variable
section in the documentation.
Fixes: cpp-pm#682
* nlohmann json update to 3.12.0 (cpp-pm#803)
* update nlohmann_json 3.12.0
* docs: add build_docs.sh script, installing debian packages through apt
Replace the `jenskins.sh` script using pip with `make_docs.sh` script
expected to run on Ubuntu.
For apt install set non-interactive env variable.
Update CI to run on `ubuntu-24.04` instead of `ubuntu-latest`.
Remove the files `jenkins.sh` and `requirements.txt`
* docs: enable myst-parser for markdown support, ignore old-wiki md files
* docs: conf.py: explicitly set language "en"
* docs: update version to v0.26 to match release tags
* docs: conf.py: remove deprecated get_html_theme_path call (cpp-pm#810)
For Sphinx `v8.1.3` compatibility remove the `get_html_theme_path` call.
Fixes: cpp-pm#807
* docs: port foo.rst to foo.md (cpp-pm#808)
I like to write documentation in MarkDown better than in `*.rst`.
First step is to have new package documentation in MarkDown. So port the
reference `foo.rst` to `foo.md`.
* docs: fix deprecation warning replacing spelling with spelling:word-list (cpp-pm#811)
When building the docs on Ubuntu 24.04 many deprecation warnings are shown
```
direct use of the spelling directive is deprecated, replace ".. spelling::" with ".. spelling:word-list::"
```
Fixes: cpp-pm#806
* docs: foo.md: remove double space from enumeration
* libdeflate: add new package with v1.24-p0 (cpp-pm#812)
Need to use a patched version of `libdeflate` as the created CMake
config contains absolute paths breaking the caching.
Once ebiggers/libdeflate#434 is merged and
released we can use pure upstream.
Fixes: cpp-pm#804
* libdeflate: update copyright
* TIFF: update to v4.7.0-p0 (cpp-pm#813)
Unpinn OpenCV 4.10 because TIFF 4.7.0 fixes build issues on Linux.
Fixes: cpp-pm#765
Remove old `FindTIFF.cmake` module. Not needed anymore (and probably
wasn't needed for a long time).
Update to use https://github.com/cpp-pm/libtiff/releases/tag/v4.7.0-p0
hunterized dependencies:
- `zlib`: default ON, only dependency available in previous 4.0.2 hunterized version)
- `libdeflate`: default: ON, available in Hunter starting with `v0.26.3` cpp-pm#804
- `jpeg`: default OFF, newly hunterized
- `lzma`: default OFF, newly hunterized
- `zstd`: default OFF, newly hunterized
Not hunterized dependencies:
- `jbig=OFF`
- `lerc=OFF`
- `webp=OFF`
Update the TIFF example to use use `stdio.h` `remove()` instead of `unlink()`.
Fixes: cpp-pm#789
* TIFF: fix mention about zstd being supported
* Add new package OpenJPH 0.23.0 (cpp-pm#814)
Add upstream version of package `OpenJPH`. The `TIFF` dependency is
optional and I had some issues when adding `hunter_add_package(TIFF)`
with missing includes. So adding with `TIFF` disabled.
Fixes: cpp-pm#805
* Imath: update to 3.2.1 (cpp-pm#817)
Update `Imath` package for OpenEXR 3.4.0 compatibility as described in
the `OpenEXR` install documentation (3.4.0+ should use Imath 3.2).
Fixes: cpp-pm#816
* OpenSSL: strip libunwind flags for Clang-based Android NDK (cpp-pm#815)
Clang-based Android NDKs bundle unwind support and do not require explicit linking.
Passing malformed flags like `-l-l:libunwind.a` caused build failures with `ld.lld` on NDK r23+.
This change removes those flags from configure options to ensure successful builds.
* OpenEXR: add version 3.4.0-p0 (cpp-pm#818)
Update `OpenEXR` with Hunterized `v3.4.0-p0` version:
https://github.com/cpp-pm/openexr/releases/tag/v3.4.0-p0
Dependencies:
- add `Imath` as dependency (unchanged)
- add `libdeflate` as depencency, introduced in `v3.2.0`
- removed `zlib` dependency since `v3.2.0`, replaced by `libdeflate`
- add `OpenJPH` as dependency, since `v3.4.0`
Fixes: cpp-pm#788
* CI: install python requests module to fix upload cache script (cpp-pm#820)
On the `master` branch the pipelines fail at the `upload-cache-to-github.py`
script as it is missing the `requests` python module.
Install it before the build to have a working cache upload again.
Fixes: cpp-pm#819
* PNG: update to v1.6.36-p4 with CMake 3.11 requirement (cpp-pm#823)
Update to release https://github.com/cpp-pm/libpng/releases/tag/v1.6.36-p4
* Jpeg: update to v9f-p1 with CMake 3.10 (cpp-pm#822)
Integrate cmakeified version: https://github.com/cpp-pm/jpeg/releases/tag/v9f-p1
Fixes: cpp-pm#821
* CI: install gitpython python module for cache upload script (cpp-pm#829)
Fixes: cpp-pm#827
* giflib: update to v5.2.2-p0 (cpp-pm#828)
use https://github.com/cpp-pm/giflib/releases/tag/v5.2.2-p0 with updated
minimum CMake 3.10 version.
Fixes: cpp-pm#824
* minizip: update to 1.0.1-p4. (cpp-pm#833)
Update to release https://github.com/cpp-pm/minizip/releases/tag/v1.0.1-p4
Fixes: cpp-pm/minizip#1
* ZLIB: update to v1.3.1-p0. (cpp-pm#831)
Update to release https://github.com/cpp-pm/zlib/releases/tag/v1.3.1-p0
Fixes: cpp-pm#735
* OpenCV+Extra+ippicv: add version v4.12.0-p0 (cpp-pm#832)
Update OpenCV, OpenCV-Extra and ippicv to `v4.12.0-p0`.
Those packages belong together and should be updated at once.
- OpenCV: update to 4.12.0-p0
- OpenCV-Extra: update to 4.12.0 release
- ippicv: update to 20250130 for OpenCV 4.12.0
- keep APPLE version to ippicv 20240201 from OpenCV 4.10.0
- add `WITH_VTK=OFF`
- Unpin OpenCV for all as Linux build is now fixed with fixed
TIFF/OpenEXR
Fixes: cpp-pm#801
* opencv: update to v4.12.0-p1 with CUDA 12.9 fix (cpp-pm#835)
Update to `4.12.0-p1` with CUDA 12.9 fix cherry-picked:
opencv/opencv@e2d87de
Link to Release: https://github.com/cpp-pm/opencv/releases/tag/v4.12.0-p1
Fixes: cpp-pm#834
* Add Boost version 1.84.0, 1.85.0, and 1.86.0
* Support for Boost 1.86 with added component configuration
* Update download url for Boost
Update download url from jfrog to boost-archive.
---------
Co-authored-by: Aliaksandr Anishchuk <oav.other@gmail.com>
Co-authored-by: Harry Mallon <hjmallon@gmail.com>
Co-authored-by: Dominik Nussbaumer <4436784+tnixeu@users.noreply.github.com>
Co-authored-by: André Falk <andre.falk@tutanota.com>
Co-authored-by: simbahebinbo <lansheng228@163.com>
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
Co-authored-by: Ronny Nowak <dargun@gmx.net>
Co-authored-by: craffael <raffael@casagrande.ch>
Co-authored-by: Graham Reeds <graham.reeds@gmail.com>
Co-authored-by: Rahul Sheth <rahul@snap.com>
Co-authored-by: Joerg-Christian Boehme <joerg@chaosdorf.de>
Co-authored-by: Timothy Pak <httpak@connect.ust.hk>
Co-authored-by: Andrei Svatko <andrei.svatko@regula.by>
Co-authored-by: Olli Wang <olliwang@ollix.com>
Co-authored-by: Ola Engwall <ola.engwall@hypergene.se>1 parent 63dc8ab commit a171624
1,423 files changed
Lines changed: 3596 additions & 3786 deletions
File tree
- .github
- ISSUE_TEMPLATE
- workflows
- ci
- cmake
- configs
- find
- modules
- projects
- Avahi/schemes
- Boost
- atomic
- chrono
- ci
- container
- context
- contract
- coroutine
- date_time
- exception
- fiber
- filesystem
- graph_parallel
- graph
- iostreams
- json
- locale
- log
- math
- mpi
- nowide
- program_options
- python
- random
- regex
- schemes
- serialization
- signals
- stacktrace
- system
- test
- thread
- timer
- type_erasure
- wave
- Imath
- Jpeg
- NASM/schemes
- OpenBLAS
- schemes
- OpenCV-Extra
- OpenCV
- OpenEXR
- OpenJPH
- OpenSSL
- ep-stages
- schemes
- PNG
- Qt
- ep-stages
- schemes
- TIFF
- ZLIB
- botan/schemes
- civetweb
- filament/ci
- flex/schemes
- freetype-gl/ci
- giflib
- ippicv
- libdeflate
- libsodium
- schemes
- libxml2/schemes
- minizip
- msgpack
- nlohmann_json
- occt/ci
- odb-boost/schemes
- odb-mysql/schemes
- odb-pgsql/schemes
- odb-sqlite/schemes
- pthreads-win32/ci
- tcl/schemes
- x264/schemes
- xcb/schemes
- schemes
- templates
- docs
- creating-new
- create
- test
- faq
- old-wiki
- overview
- customization
- packages
- pkg
- quick-start
- reference
- errors
- internal-variables
- user-modules
- user-guides/hunter-user
- examples
- ARM_NEON_2_x86_SSE
- AllTheFlopsThreads
- Alut
- Android-ARM-EABI-v7a-System-Image
- Android-ARM64-v8a-System-Image
- Android-Build-Tools
- Android-MIPS-System-Image
- Android-SDK-Platform-tools
- Android-SDK-Platform
- Android-SDK-Tools
- Android-SDK
- AngelScript
- ArrayFire
- Assimp-linux
- Assimp
- Async++
- Avahi
- BZip2
- Beast
- Boost-charconv
- Boost-chrono-1-64
- Boost-chrono-useBoostConfig
- Boost-chrono
- Boost-cobalt
- Boost-compute
- Boost-container
- Boost-contract
- Boost-custom-args
- Boost-fiber
- Boost-filesystem-1-64
- Boost-filesystem-useBoostConfig
- Boost-filesystem
- Boost-iostreams-1-64
- Boost-iostreams-useBoostConfig
- Boost-iostreams
- Boost-json
- Boost-log-useBoostConfig
- Boost-log
- Boost-math
- Boost-predef
- Boost-process
- Boost-program-options
- Boost-python
- Boost-random
- Boost-redis
- Boost-serialization
- Boost-stacktrace
- Boost-system-1-66
- Boost-system
- Boost-test
- Boost-thread-1-64
- Boost-thread
- Boost-url
- Boost-useBoostConfig
- Boost-uuid
- BoostProcess
- Boost
- BoringSSL
- Box2D
- CLAPACK
- CLI11
- CURL-BoringSSL
- CURL-with-ares
- CURL
- CapnProto
- Comet
- CppNetlibUri
- CreateLaunchers
- EGL-Registry
- Eigen-Boost
- Eigen
- Expat
- FLAC
- FP16
- Fruit
- FunctionalPlus
- GPUImage
- GSL
- GTest
- HalideIR
- HastyNoise
- ICU
- IF97
- IlmBase
- Imath
- Immer
- Jpeg
- KTX-Software
- KhronosDataFormat
- LAPACK-CBLAS
- LAPACK-dynamic
- LAPACK
- LLVM
- Lager
- Leathers
- Leptonica
- LibCDS
- Libevent
- Libssh2
- LodePNG
- Lua
- MathFu
- Microsoft.GSL
- MySQL-client
- NASM
- NLopt
- ONNX
- OpenAL
- OpenBLAS
- OpenCL-Headers
- OpenCL-cpp
- OpenCL
- OpenCV-Extra
- OpenCV-Qt
- OpenCV-ffmpeg
- OpenCV
- OpenEXR
- OpenGL-Registry
- OpenJPH
- OpenNMTTokenizer
- OpenSSL-1.0.2
- OpenSSL-asm
- OpenSSL
- OpenSceneGraph
- Opus
- PNG
- PROJ4
- PhysUnits
- PocoCpp
- PostgreSQL
- Protobuf-legacy
- cmake/host
- Protobuf-optimized
- cmake/host
- Protobuf
- cmake/host
- QtAndroidCMake
- QtCMakeExtra
- QtPropertyEditor
- Qwt
- RapidJSON
- RapidXML
- RedisClient
- SDL2
- SDL_image
- SDL_mixer
- SDL_net
- SDL_ttf
- SFML
- SPIRV-Headers
- SPIRV-Tools
- SimpleSignal
- Snappy
- Sources-for-Android-SDK
- Sqlpp11
- SuiteSparse-dynLAPACK
- SuiteSparse
- TCLAP
- TIFF
- Tesseract
- Urho3D
- Vulkan-Headers
- VulkanMemoryAllocator
- WDC
- WTL
- Washer
- WebKit
- WebP
- WinSparkle
- YAJL
- ZLIB
- ZMQPP
- ZeroMQ
- Zug
- abseil
- accelerate
- acf
- actionlib
- aes
- aglet
- android_arm64_v8a_system_image_packer
- android_arm_eabi_v7a_system_image_packer
- android_build_tools_packer
- android_google_apis_intel_x86_atom_system_image_packer
- android_google_apis_packer
- android_google_repository_packer
- android_intel_x86_atom_system_image_packer
- android_log
- android_mips_system_image_packer
- android_sdk_packer
- android_sdk_platform_packer
- android_sdk_platform_tools_packer
- android_sdk_tools_packer
- android_support_repository_packer
- android
- angles
- apg
- applicationservices
- arabica
- asio-grpc
- asio
- astc-encoder
- audiounit
- autobahn-cpp
- autoutils
- aws-c-common
- aws-sdk-cpp
- basis_universal
- benchmark
- bento4
- binaryen
- bison
- boost-pba
- botan
- breakpad
- brotli
- bullet
- byte-lite
- c-ares
- caffe
- carbon
- catkin
- cctz
- ccv
- cereal
- ceres-solver-suitesparse-dynLAPACK
- ceres-solver-suitesparse
- ceres-solver
- cgltf
- check_ci_tag
- chromium_zlib
- civetweb
- clBLAS
- class_loader
- cmcstl2
- complex_bessel
- convertutf
- coreaudio
- coretext
- corrade
- cpp-statsd-client
- cpp_redis
- cppast
- cppcodec
- cppfs
- cpr
- cpuinfo
- crashpad
- crashup
- crc32c
- cryptopp
- ctti
- cub
- cvmatio
- cvsteer
- cxxopts
- czmq
- damageproto
- date
- dbus
- dest
- dfdutils
- dlib-staticLib
- dlib
- dlpack
- dmlc-core
- doctest
- double-conversion
- draco
- dri2proto
- dri3proto
- drishti_assets
- drishti_faces
- drishti
- drm
- duktape
- dynalo
- egl
- eigen3-nnls
- enet
- entityx
- eos
- etc2comp
- ethash
- eventpp
- eyalroz_printf
- farmhash
- fast_obj
- ffmpeg
- fft2d
- filament
- fixesproto
- flatbuffers
- flex
- fmt
- folly
- foo
- forcefeedback
- foundation
- freetype-gl
- freetype
- frugally-deep
- gRPC
- gauze
- gemmlowp
- geos
- getopt
- gflags
- giflib
- gl4es
- glapi
- glbinding
- gles2
- gles3
- glew
- glfw
- glib
- glm
- globjects
- glog
- glproto
- glslang
- glu
- gsl-lite
- gst_plugins_bad
- gst_plugins_base
- gst_plugins_good
- gst_plugins_ugly
- gstreamer
- gumbo
- h3
- half
- harfbuzz
- hdf5
- highwayhash
- http-parser
- hypre
- ice
- icu-le-hb
- icu-lx
- imagequant
- imgui
- imshow
- inja
- inputproto
- intsizeof
- intx
- ippicv
- iroha-ed25519
- irrXML
- ittapi
- jaegertracing
- jansson
- jasper
- javascriptcore
- jo_jpeg
- jpeg-compressor
- jsmn
- jsoncpp
- jwt-cpp
- kNet
- kbproto
- lcms
- lehrfempp
- leveldb
- libarchive
- libbacktrace
- libcpuid
- libdeflate
- libdill
- libevhtp
- libffi
- libigl
- libjpeg-turbo
- libjson-rpc-cpp
- libmill
- libogg
- libpcre
- librtmp
- libscrypt
- libsodium
- libunibreak
- libusb
- libuv
- libxdg-basedir
- libxml2
- libyuv
- libzip
- lmdbxx
- lmdb
- log4cplus
- lss
- lz4
- lzma
- magnum
- md5
- meshoptimizer
- mini_chromium
- minizip
- miniz
- mkldnn
- mkl
- mng
- mojoshader
- mongoose
- mpark_variant
- msgpack
- mshadow
- mtplz
- mxnet
- nanoflann
- nanosvg
- ncnn
- ncursesw
- nlohmann_fifo_map
- nlohmann_json
- nng
- nsync
- occt
- odb-boost
- odb-compiler
- odb-mysql
- odb-pgsql
- odb-sqlite
- odb
- ogles_gpgpu
- oneTBB
- oniguruma
- onmt
- openddlparser
- opengles
- opentracing-cpp
- opusfile
- osmesa
- pcg
- pciaccess
- pcre2
- pegtl
- pluginlib
- poly2tri
- polyclipping
- presentproto
- prometheus-cpp
- protobuf-c
- pthread-stubs
- pthreads-win32
- pugixml
- pybind11
- qhull
- qt-camera
- qt-core
- qt-location
- qt-qml
- qt-widgets
- quickjs
- rabbitmq-c
- rabit
- randrproto
- range-v3
- rang
- re2
- readline
- renderproto
- rocksdb
- ros_comm_msgs
- ros_common_msgs
- ros_comm
- ros_console_bridge
- ros_environment
- ros_gencpp
- ros_geneus
- ros_genlisp
- ros_genmsg
- ros_gennodejs
- ros_genpy
- ros_message_generation
- ros_message_runtime
- ros_std_msgs
- rosconsole
- roscpp_core
- rospack
- ros
- s3
- scelta
- sds
- sentencepiece
- sentry
- shaderc
- shaka_player_embedded
- sleef
- smol-v
- sm
- soil
- sources_for_android_sdk_packer
- spdlog
- spirv-cross
- sqlite3
- sse2neon
- stanhull
- state_machine
- stb
- stdext-path
- stormlib
- sugar
- szip
- tacopie
- taocpp-json
- taskflow
- tcl
- termcolor
- tf2
- tf
- theora
- thread-pool-cpp
- thrift
- tiny-process-library
- tinydir
- tinyexr
- tinygltf
- tinyobjloader
- tinyrefl
- tinyxml2
- tmxparser
- toluapp
- tomcrypt
- tommath
- tsl_hat_trie
- tsl_robin_map
- tvm
- units
- uriparser
- utf8
- util_linux
- uuid
- v8
- vectorial
- videotoolbox
- vorbis
- vurtun-lib
- websocketpp
- wt
- wxWidgets
- wyrm
- x11
- x264
- xatlas
- xau
- xcb-proto
- xcb
- xcursor
- xdamage
- xextproto
- xext
- xf86vidmodeproto
- xfixes
- xgboost
- xineramaproto
- xinerama
- xi
- xorg-macros
- xproto
- xrandr
- xrender
- xshmfence
- xtrans
- xxHash
- xxf86vm
- yaml-cpp
- zip
- zlog
- zookeeper
- zstd
- maintenance
- scripts
- tests
- append-boost-config-macros
- autotools-merge-lipo
- hunter_check_toolchain_definition
- hunter_create_args_file
- hunter_create_dependency_entry
- hunter_create_deps_info
- hunter_download_cache_meta_file
- hunter_download_cache_raw_file
- hunter_generate_qt_info
- hunter_get_package_deps_recurse
- hunter_get_package_deps
- hunter_init_not_found_counter
- hunter_pack_directory
- hunter_register_dependency
- hunter_setup_msvc
- hunter_sleep_before_download
- hunter_standard_flag
- hunter_unpack_directory
- issue
- 107
- 109/unit
- 22
- 24/unit
- simple
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 22 | | |
28 | 23 | | |
29 | | - | |
30 | | - | |
| 24 | + | |
31 | 25 | | |
32 | | - | |
| 26 | + | |
33 | 27 | | |
34 | | - | |
35 | | - | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
25 | 51 | | |
26 | 52 | | |
27 | 53 | | |
| |||
51 | 77 | | |
52 | 78 | | |
53 | 79 | | |
| 80 | + | |
54 | 81 | | |
55 | 82 | | |
56 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
57 | 89 | | |
58 | | - | |
| 90 | + | |
59 | 91 | | |
60 | 92 | | |
61 | 93 | | |
62 | 94 | | |
63 | 95 | | |
64 | 96 | | |
65 | 97 | | |
66 | | - | |
67 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
68 | 101 | | |
69 | 102 | | |
70 | 103 | | |
| |||
74 | 107 | | |
75 | 108 | | |
76 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
77 | 113 | | |
78 | 114 | | |
79 | 115 | | |
| |||
87 | 123 | | |
88 | 124 | | |
89 | 125 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 126 | + | |
| 127 | + | |
96 | 128 | | |
97 | 129 | | |
98 | | - | |
| 130 | + | |
99 | 131 | | |
100 | 132 | | |
101 | 133 | | |
102 | | - | |
| 134 | + | |
103 | 135 | | |
104 | 136 | | |
105 | 137 | | |
106 | 138 | | |
107 | 139 | | |
| 140 | + | |
| 141 | + | |
108 | 142 | | |
109 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
110 | 154 | | |
111 | 155 | | |
112 | 156 | | |
| |||
This file was deleted.
0 commit comments