Skip to content

Commit

Permalink
🎨 merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
hibenj committed Sep 19, 2024
1 parent 6efc696 commit 3b56eb8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/Catch2
2 changes: 1 addition & 1 deletion libs/json
2 changes: 1 addition & 1 deletion libs/mockturtle
Submodule mockturtle updated 61 files
+1 −1 experiments/experiments.hpp
+1 −1 include/mockturtle/algorithms/aig_balancing.hpp
+1 −1 include/mockturtle/algorithms/akers_synthesis.hpp
+1 −1 include/mockturtle/algorithms/aqfp/aqfp_db.hpp
+1 −1 include/mockturtle/algorithms/aqfp/aqfp_fanout_resyn.hpp
+1 −1 include/mockturtle/algorithms/aqfp/aqfp_retiming.hpp
+2 −2 include/mockturtle/algorithms/aqfp/buffer_insertion.hpp
+4 −5 include/mockturtle/algorithms/aqfp/detail/dag.hpp
+1 −1 include/mockturtle/algorithms/aqfp/detail/dag_cost.hpp
+1 −1 include/mockturtle/algorithms/aqfp/detail/dag_gen.hpp
+1 −1 include/mockturtle/algorithms/aqfp/detail/dag_util.hpp
+1 −1 include/mockturtle/algorithms/aqfp/detail/db_builder.hpp
+1 −1 include/mockturtle/algorithms/aqfp/mig_algebraic_rewriting_splitters.hpp
+1 −1 include/mockturtle/algorithms/cut_enumeration/spectr_cut.hpp
+4 −4 include/mockturtle/algorithms/emap.hpp
+2 −2 include/mockturtle/algorithms/experimental/cost_resyn.hpp
+0 −1 include/mockturtle/algorithms/linear_resynthesis.hpp
+3 −3 include/mockturtle/algorithms/lut_mapper.hpp
+1 −1 include/mockturtle/algorithms/mig_algebraic_rewriting.hpp
+1 −1 include/mockturtle/algorithms/reconv_cut.hpp
+2 −2 include/mockturtle/algorithms/resyn_engines/xag_resyn.hpp
+1 −1 include/mockturtle/algorithms/xag_balancing.hpp
+1 −1 include/mockturtle/algorithms/xmg_algebraic_rewriting.hpp
+1 −1 include/mockturtle/algorithms/xmg_resub.hpp
+1 −6 include/mockturtle/generators/control.hpp
+1 −1 include/mockturtle/generators/self_dualize.hpp
+20 −83 include/mockturtle/io/serialize.hpp
+1 −1 include/mockturtle/networks/aqfp.hpp
+2 −2 include/mockturtle/properties/aqfpcost.hpp
+1 −1 include/mockturtle/utils/struct_library.hpp
+4 −4 include/mockturtle/utils/tech_library.hpp
+6 −6 include/mockturtle/utils/window_utils.hpp
+2 −2 include/mockturtle/views/mffc_view.hpp
+2 −2 include/mockturtle/views/rank_view.hpp
+1 −3 lib/abcsat/abc/satVec.h
+21 −24 lib/bill/bill/dd/zdd.hpp
+1 −3 lib/bill/bill/sat/solver/abc/satVec.h
+61 −54 lib/fmt/fmt/args.h
+0 −3,077 lib/fmt/fmt/base.h
+143 −335 lib/fmt/fmt/chrono.h
+112 −81 lib/fmt/fmt/color.h
+58 −52 lib/fmt/fmt/compile.h
+2,968 −4 lib/fmt/fmt/core.h
+27 −277 lib/fmt/fmt/format-inl.h
+732 −624 lib/fmt/fmt/format.h
+102 −86 lib/fmt/fmt/os.h
+59 −25 lib/fmt/fmt/ostream.h
+136 −117 lib/fmt/fmt/printf.h
+170 −314 lib/fmt/fmt/ranges.h
+116 −278 lib/fmt/fmt/std.h
+46 −109 lib/fmt/fmt/xchar.h
+0 −7 lib/lorina/lorina/verilog.hpp
+1 −1 lib/parallel_hashmap/parallel_hashmap/phmap.h
+16 −45 lib/parallel_hashmap/parallel_hashmap/phmap_dump.h
+2 −2 lib/percy/percy/fence.hpp
+2 −78 test/io/serialize.cpp
+1 −0 test/io/write_aiger.cpp
+3 −40 test/test.cpp
+5 −5 test/utils/struct_library.cpp
+10 −10 test/utils/window_utils.cpp
+1 −2 test/views/rank_view.cpp
2 changes: 1 addition & 1 deletion libs/parallel-hashmap
Submodule parallel-hashmap updated 1 files
+0 −10 CITATION.cff
2 changes: 1 addition & 1 deletion libs/pybind11
Submodule pybind11 updated 50 files
+1 −1 .github/workflows/ci.yml
+1 −1 .github/workflows/pip.yml
+5 −5 .pre-commit-config.yaml
+1 −4 CMakeLists.txt
+3 −3 docs/advanced/cast/stl.rst
+3 −3 docs/advanced/smart_ptrs.rst
+0 −7 docs/basics.rst
+0 −17 docs/changelog.rst
+0 −44 docs/faq.rst
+3 −16 include/pybind11/detail/class.h
+0 −3 include/pybind11/detail/common.h
+0 −77 include/pybind11/detail/cpp_conduit.h
+0 −71 include/pybind11/detail/exception_translation.h
+6 −8 include/pybind11/detail/internals.h
+1 −42 include/pybind11/detail/type_caster_base.h
+1 −2 include/pybind11/eigen/matrix.h
+1 −2 include/pybind11/eigen/tensor.h
+55 −7 include/pybind11/pybind11.h
+0 −2 include/pybind11/pytypes.h
+5 −5 include/pybind11/stl/filesystem.h
+3 −1 include/pybind11/typing.h
+0 −75 include/pybind11/warnings.h
+1 −8 tests/CMakeLists.txt
+3 −3 tests/conftest.py
+0 −103 tests/exo_planet_c_api.cpp
+0 −19 tests/exo_planet_pybind11.cpp
+0 −3 tests/extra_python_package/test_files.py
+0 −13 tests/home_planet_very_lonely_traveler.cpp
+8 −8 tests/local_bindings.h
+1 −1 tests/test_async.py
+0 −12 tests/test_buffers.cpp
+0 −7 tests/test_buffers.py
+1 −1 tests/test_callbacks.cpp
+0 −22 tests/test_cpp_conduit.cpp
+0 −162 tests/test_cpp_conduit.py
+0 −47 tests/test_cpp_conduit_traveler_bindings.h
+0 −25 tests/test_cpp_conduit_traveler_types.h
+1 −1 tests/test_custom_type_setup.py
+2 −2 tests/test_eigen_matrix.cpp
+1 −1 tests/test_numpy_array.py
+1 −1 tests/test_opaque_types.cpp
+0 −63 tests/test_pytypes.cpp
+2 −44 tests/test_pytypes.py
+2 −2 tests/test_sequences_and_iterators.cpp
+6 −9 tests/test_smart_ptr.cpp
+1 −1 tests/test_stl.cpp
+1 −1 tests/test_tagbased_polymorphic.cpp
+1 −1 tests/test_virtual_functions.cpp
+0 −46 tests/test_warnings.cpp
+0 −68 tests/test_warnings.py
2 changes: 1 addition & 1 deletion libs/tinyxml2
Submodule tinyxml2 updated 1 files
+3 −3 tinyxml2.h

0 comments on commit 3b56eb8

Please sign in to comment.