3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-04 16:44:07 +00:00
Commit graph

197 commits

Author SHA1 Message Date
nikswamy 8002a51b82
tiny fix to qprofdiff (#6497) 2022-12-30 15:25:01 -08:00
Bruce Mitchener 55b70b4c7e Remove contrib/cmake.
This mainly contained a bootstrap script that did nothing except
say that it would be deleted soon. It has been 5 years, so it
should be safe to go away now.
2022-08-03 08:22:13 +03:00
Bruce Mitchener 3ab96281eb Remove Travis CI configs. 2022-08-03 08:20:57 +03:00
Felix Yan 60a25053c6
Correct a typo in contrib/ci/README.md (#5453) 2021-08-03 08:29:15 -07:00
Nikolaj Bjorner d2330055e7 disable travis
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2021-06-02 18:27:57 -07:00
Nikolaj Bjorner 93a9847815 BUILD_LIBZ3_SHARED
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2021-05-16 15:44:44 -07:00
Nuno Lopes 26c96e49cd travis: dont hang when installing tzdata 2021-02-21 01:01:11 +00:00
Nuno Lopes 020e639917 travis: switch to ubuntu 20.04 2021-02-20 18:42:37 +00:00
Nuno Lopes f59ff7c3a0 travis: fix asan symbolizer path 2021-02-20 15:34:43 +00:00
Nuno Lopes ef32977b5d travis: fall back to python 2; will move to 3 with ubuntu 20 only 2021-02-20 15:15:11 +00:00
Nuno Lopes 34d56d3083 travis: simplify task of bots timing out 2021-02-20 11:43:53 +00:00
Nuno Lopes fd698f41fe travis: lets try with python 3 2021-02-20 10:07:40 +00:00
Nuno Lopes f1e6227b8f travis: try to get build bots not to timeout.. 2021-02-19 16:35:46 +00:00
Nuno Lopes 060650628b travis: disable lsan as it doesnt work on docker 2021-02-19 14:40:55 +00:00
Nuno Lopes c9d6dccc12 travis fixes 2021-02-18 19:52:30 +00:00
Nuno Lopes 1105f4aea8 update travis to ubuntu 18.04
just 1 LTS old
2021-02-18 18:46:30 +00:00
Rocco Salvia 3852d4516d
modular Axiom Profiler (#4619)
* Rocco first commit

* Rocco: clean the log

* Rocco: version 0.1 beta of the causality graph

* Rocco: minimal fix to separate lines

* Rocco: fix the enodes

* Rocco: our trace has to reflect same behaviour of the native trace for what concern used_enodes

* Rocco: disable trace when dummy instantiations

* Rocco: fix to enodes

* Update README.md

* Rocco: remove causality details and add the pattern (trigger)

* Rocco: add ; at the end of the bindings

* Rocco: add triggers as separate trace

* Rocco README file

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Rocco: bug in tout flush

* Update README.md

* Update README.md

* Rocco: clean code

* Ready for pull request

* Remove commented line bindings

* Add space between // and first char

* Substitute or with || for compatibility; Add space around >
2020-08-08 12:09:24 -07:00
Christoph M. Wintersteiger 7dd28708a1
Fix bug in qprofdiff. Fixes #4521. 2020-07-15 15:13:11 +00:00
Nuno Lopes b7b8ed23fb remove support for decade old ubuntu 14. keep support for 16, 18, 20 LTS 2020-05-23 18:02:34 +01:00
Anton Kochkov 7e84a48069
Add pkg-config file (#4368)
* Add pkg-config file

* Copy z3.cmake.in to the Docker for CI
2020-05-21 09:10:41 -07:00
Nuno Lopes e6ee58b628 restore exec bit on a few more script; trying to unbreak buildbots 2020-05-16 20:15:10 +01:00
Lev Nachmanson 08940cff8f comment out the call to nra_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
2020-05-15 11:26:40 -07:00
Nikolaj Bjorner c62380ad77 update names of config vars
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-11-19 08:48:43 -08:00
Nikolaj Bjorner 4522e7a97a rename additional build options #2709
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-11-18 21:39:11 -08:00
Nikolaj Bjorner 53a01a07bd rename additional build options #2709
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-11-18 21:32:35 -08:00
Nikolaj Bjorner 48554f0fb6 rename additional build options #2709
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-11-18 21:07:12 -08:00
Nikolaj Bjorner b50f8508f2 rename additional build options #2709
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-11-18 20:50:53 -08:00
Nikolaj Bjorner 3ab9a1c88c remove deprecated USE_OPENMP, rename API_LOG_SYNC to Z3_API_LOG_SYNC (tiny part of #2709)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-11-18 20:24:29 -08:00
Nikolaj Bjorner 66283a1722 update pipeline
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-06-07 09:58:35 -07:00
Christoph M. Wintersteiger 1b1ff8dbab
Fix bug in qprofdiff 2019-02-07 14:08:18 +00:00
Nikolaj Bjorner 785fe2f6f7 add main remaining updates from #1815
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-01-20 12:43:05 -08:00
Nikolaj Bjorner 37d9e6d811 incrementally adding files from dotnet core pull request from @yatli
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-01-20 10:40:11 -08:00
Nikolaj Bjorner 038971c029
Revert "api: dotnet: switch to multi-targeting project and modern cmake-dotnet integration." 2019-01-16 10:21:56 -08:00
Yatao Li 43ee345f01 dotnet deps hack for test 2019-01-15 03:06:36 +09:00
Yatao Li 58e8b2b8d5 Dockerfile: update ubuntu 14.04 image with cmake 3.12 2019-01-14 14:02:58 +08:00
Yatao Li 0a6a76734a docker: ubuntu 14.04 dotnet source fix 2019-01-13 00:08:32 +08:00
Yatao Li 5e79dba3d6 dotnet: move example project build to cmake 2019-01-13 00:03:37 +08:00
Yatao Li f5b874e0a3 Merge branch 'master' of https://github.com/Z3Prover/z3 2018-12-29 16:27:00 +08:00
Florian Pigorsch 326bf401b9 Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
Yatao Li 461c32e11e ... 2018-09-12 16:07:45 +08:00
Yatao Li aae28bd0eb CI: update dotnet example to coreclr 2.0 2018-09-12 14:26:21 +08:00
Yatao Li 5474e1675a CI: Dockerfile: install curl before dotnet 2018-09-12 00:53:10 +08:00
Yatao Li 5fdf3ff799 CI: Dockerfile: use curl instead of wget 2018-09-12 00:37:06 +08:00
Yatao Li 5bc7a5d673 CI: configure dotnet via docker 2018-09-12 00:29:58 +08:00
Nikolaj Bjorner ef310648ae re-enable dotnet, ci got broken. Related #1815
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-09-11 03:50:49 -07:00
Nikolaj Bjorner 36a14a354a disable dotnet in ci script. It seems to get turned on even if dotnet bindings are not requested
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-09-11 03:14:31 -07:00
Nikolaj Bjorner c513f3ca09 merge with master
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-03-25 14:57:01 -07:00
Bruce Mitchener 73b3da37d8 Typo fixes. 2018-01-02 22:48:06 +07:00
Nikolaj Bjorner fd49a0c89c added facility to persist model transformations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-11-02 00:05:52 -05:00
Dan Liew 7c99721b60 [TravisCI] Don't run Python regression tests under ASan for now.
The script that runs them doesn't propagate LD_PRELOAD and so the
tests fail.
2017-10-16 13:21:03 +01:00