-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump the submodules group across 1 directory with 5 updates (#459)
* ⬆️ Bump the submodules group across 1 directory with 5 updates Bumps the submodules group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [libs/alice](https://github.com/marcelwa/alice) | ``544577f`` | ``a55415e`` | | [libs/parallel-hashmap](https://github.com/greg7mdp/parallel-hashmap) | ``1036816`` | ``d88c5e1`` | | [libs/tinyxml2](https://github.com/leethomason/tinyxml2) | ``312a809`` | ``a0f66fd`` | | [libs/pybind11](https://github.com/pybind/pybind11) | ``b07fddb`` | ``7c4ac91`` | | [libs/mockturtle](https://github.com/lsils/mockturtle) | ``b7fe3a7`` | ``bfcee23`` | Updates `libs/alice` from `544577f` to `a55415e` - [Commits](marcelwa/alice@544577f...a55415e) Updates `libs/parallel-hashmap` from `1036816` to `d88c5e1` - [Release notes](https://github.com/greg7mdp/parallel-hashmap/releases) - [Commits](greg7mdp/parallel-hashmap@1036816...d88c5e1) Updates `libs/tinyxml2` from `312a809` to `a0f66fd` - [Release notes](https://github.com/leethomason/tinyxml2/releases) - [Commits](leethomason/tinyxml2@312a809...a0f66fd) Updates `libs/pybind11` from `b07fddb` to `7c4ac91` - [Release notes](https://github.com/pybind/pybind11/releases) - [Commits](pybind/pybind11@b07fddb...7c4ac91) Updates `libs/mockturtle` from `b7fe3a7` to `bfcee23` - [Release notes](https://github.com/lsils/mockturtle/releases) - [Commits](lsils/mockturtle@b7fe3a7...bfcee23) --- updated-dependencies: - dependency-name: libs/alice dependency-type: direct:production dependency-group: submodules - dependency-name: libs/parallel-hashmap dependency-type: direct:production dependency-group: submodules - dependency-name: libs/tinyxml2 dependency-type: direct:production dependency-group: submodules - dependency-name: libs/pybind11 dependency-type: direct:production dependency-group: submodules - dependency-name: libs/mockturtle dependency-type: direct:production dependency-group: submodules ... Signed-off-by: dependabot[bot] <support@github.com> * 💚 Remove fmt from the macOS runners via homebrew because of clashes with alice * 👷 Remove more unused packages when cleaning up before CodeQL * 👷 Guess fmt was not installed via brew * 💚 Remove fmt manually if found * Fix formatter const correctness * Updated alice version * ⬆️ Update mockturtle to my own fork that contains library adjustments and bug fixes * ⬆️ Fix branch * ⬆️ Update mockturtle to include fix for JSON formatting * ✅ Adjusted test cases to new {fmt} version * 💚 Fix compilation of Python wheels for Windows (#465) * 💚 try to fix wheel test issue on windows. * 💚 conduct renaming. * 💚 use normal threads instead of ``std::future``. * 💚 update test. * 💚 trial and error. * 💚 delete thread count option. * 🎨 Incorporated pre-commit fixes * 💚 delete thread count option. * 💚 trial and error. * 💚 only one thread. * 💚 small changes in multithreading. * 💚 use ``future`` for multithreading. * 💚 use sanitizer. * 💚 revert use of sanitizer. * 🎨 revert changes. * 🎨 using old quicksim code * 💚 use windows-2019. * 💚 revert code changes. * 💚 using windows-2019. * 💚 remove ``*-latest`` and use toolsets. * 💚 use toolsets. * 💚 update toolsets. * 💚 delete exclude part. * 💚 windows 2019. * 💚 remove toolset key. * 💚 use v143 for 2022. * 💚 use 2019. * :green_heart only using 2019. * 🎨 implement Marcel's comments. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcel Walter <marcel.walter@tum.de> Co-authored-by: Jan Drewniok <97012901+Drewniok@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
86ec324
commit f390706
Showing
14 changed files
with
45 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule alice
updated
21 files
+27 −19 | include/alice/detail/utils.hpp | |
+1 −1 | lib/CMakeLists.txt | |
+27 −0 | lib/fmt/LICENSE | |
+0 −23 | lib/fmt/LICENSE.rst | |
+235 −0 | lib/fmt/fmt/args.h | |
+1,538 −417 | lib/fmt/fmt/chrono.h | |
+226 −151 | lib/fmt/fmt/color.h | |
+365 −425 | lib/fmt/fmt/compile.h | |
+2,234 −1,061 | lib/fmt/fmt/core.h | |
+1,483 −1,208 | lib/fmt/fmt/format-inl.h | |
+3,684 −2,797 | lib/fmt/fmt/format.h | |
+0 −78 | lib/fmt/fmt/locale.h | |
+217 −154 | lib/fmt/fmt/os.h | |
+167 −88 | lib/fmt/fmt/ostream.h | |
+0 −2 | lib/fmt/fmt/posix.h | |
+305 −356 | lib/fmt/fmt/printf.h | |
+561 −210 | lib/fmt/fmt/ranges.h | |
+537 −0 | lib/fmt/fmt/std.h | |
+259 −0 | lib/fmt/fmt/xchar.h | |
+0 −176 | lib/fmt/format.cc | |
+0 −316 | lib/fmt/os.cc |
Submodule mockturtle
updated
34 files
Submodule pybind11
updated
26 files
+35 −2 | .github/workflows/ci.yml | |
+7 −6 | .pre-commit-config.yaml | |
+2 −0 | CMakeLists.txt | |
+13 −2 | include/pybind11/cast.h | |
+5 −1 | include/pybind11/detail/class.h | |
+17 −1 | include/pybind11/pybind11.h | |
+14 −1 | include/pybind11/pytypes.h | |
+32 −0 | include/pybind11/typing.h | |
+3 −13 | pyproject.toml | |
+1 −1 | tests/CMakeLists.txt | |
+1 −0 | tests/extra_python_package/test_files.py | |
+2 −0 | tests/pybind11_tests.cpp | |
+1 −0 | tests/pytest.ini | |
+4 −2 | tests/test_class.py | |
+7 −0 | tests/test_embed/CMakeLists.txt | |
+5 −2 | tests/test_kwargs_and_defaults.cpp | |
+3 −2 | tests/test_kwargs_and_defaults.py | |
+24 −0 | tests/test_pytypes.cpp | |
+29 −1 | tests/test_pytypes.py | |
+39 −2 | tests/test_type_caster_pyobject_ptr.cpp | |
+16 −0 | tests/test_type_caster_pyobject_ptr.py | |
+1 −1 | tools/FindPythonLibsNew.cmake | |
+11 −1 | tools/pybind11Common.cmake | |
+86 −0 | tools/pybind11GuessPythonExtSuffix.cmake | |
+90 −60 | tools/pybind11NewTools.cmake | |
+161 −0 | tools/test-pybind11GuessPythonExtSuffix.cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters