3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-28 18:02:47 +00:00
z3/scripts
Copilot 90101c830e Add .github/workflows/nightly.yml to update_version.py (#8236)
* Initial plan

* Add update_github_nightly_yml function to update .github/workflows/nightly.yml

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 20:57:34 -08:00
..
build-win-signed-cmake.yml Update build-win-signed-cmake.yml 2025-06-19 10:18:03 -07:00
build-win-signed.yml increase timeout on windows build 2026-02-18 20:57:05 -08:00
build_libcxx_msan.sh
coverage.yml
find_non_defined_param_eval_patterns.py
generate-doc.yml
jsdoctest.yml
mk_consts_files.py
mk_copyright.py
mk_def_file.py try without #!/bin/env python #5397 2021-07-10 15:20:56 +02:00
mk_exception.py checkpoint 2012-10-23 12:12:59 -07:00
mk_genfile_common.py
mk_gparams_register_modules_cpp.py try without #!/bin/env python #5397 2021-07-10 15:20:56 +02:00
mk_install_tactic_cpp.py
mk_make.py
mk_mem_initializer_cpp.py
mk_nuget_task.py Fix NuGet package missing Microsoft.Z3.dll due to inverted replace() logic (#8029) 2026-02-18 20:55:57 -08:00
mk_pat_db.py
mk_project.py
mk_unix_dist.py Fix mk_unix_dist.py cross-compilation from ARM to x64 on macOS (#8222) 2026-02-18 20:57:32 -08:00
mk_unix_dist_cmake.py
mk_util.py AIX compat (#8113) 2026-02-18 20:57:04 -08:00
mk_win_dist.py
mk_win_dist_cmake.py
nightly.yaml Update ARM GCC toolchain to 13.3 for C++20 std::format support (#8196) 2026-02-18 20:57:23 -08:00
policy.json
pyg2hpp.py try without #!/bin/env python #5397 2021-07-10 15:20:56 +02:00
README updated docs 2012-10-25 18:46:37 -07:00
release.yml Update ARM GCC toolchain to 13.3 for C++20 std::format support (#8196) 2026-02-18 20:57:23 -08:00
test-examples-cmake.yml remove test-examples from MacOS build, re-add maxsat example 2020-05-19 13:52:44 -07:00
test-java-cmake.yml
test-jupyter.yml
test-regressions-coverage.yml
test-regressions.yml
test-z3.yml
trackall.sh
update_api.py Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
update_header_guards.py
update_include.py
update_version.py Add .github/workflows/nightly.yml to update_version.py (#8236) 2026-02-18 20:57:34 -08:00
VERSION.txt bump version for release 2025-10-30 02:57:54 -07:00
vsts-mac.sh
vsts-vs2013.cmd
vsts-vs2017.cmd rename additional build options #2709 2019-11-18 23:02:44 -08:00

Instructions for updating external Z3 API
-----------------------------------------

The python "macros": def_Type() and def_API() are used to add new types and function definitions to the Z3 API.
The .h files provided to `mk_bindings(API_files)` contain these definitions.
See src\api\z3_api.h for many examples.

The bindings for .Net and Python are generated when mk_make.py is invoked.