| 
								
								
									 Christoph M. Wintersteiger | 2d3c12716a | Bugfix for Java memory leaks. Relates to #205 #245 | 2015-10-14 21:19:59 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 58d3329190 | Merge branch 'master' of https://github.com/Z3Prover/z3 | 2015-10-14 13:59:20 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 24532474a0 | Bugfix for concurrent Context creation in Java and .NET. Relates to #205 #245 | 2015-10-14 13:58:51 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | d48b25f38b | Merge pull request #246 from wintersteiger/java_fix Java fix | 2015-10-14 12:59:26 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | b66f34f0d2 | Removed unnecessary debug output. | 2015-10-14 12:53:18 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | bae3a76c8a | Removed unnecessary debug output. | 2015-10-14 12:52:16 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 5e0470f5a3 | Merge branch 'master' of https://github.com/Z3Prover/z3 into java_fix | 2015-10-14 12:43:49 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | e312b47be6 | Bugfix for object finalization in Java API. Relates to #205 and #245 | 2015-10-14 12:43:09 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 6263252bf5 | Bugfix for concurrent garbage collection in Java API. Relates to #205 and #245 | 2015-10-14 12:42:27 +01:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 0a75ba0322 | Merge pull request #244 from NikolajBjorner/master fix for fixed size rational difference logic | 2015-10-13 09:46:01 -07:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | f4954e9d7f | fix for fixed size rational difference logic Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-13 09:24:02 -07:00 |  | 
				
					
						| 
								
								
									 Ken McMillan | b343dcb341 | better recovery from incompleteness and interp failure in duality | 2015-10-09 14:21:05 -07:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 2d2ec38541 | Merge pull request #238 from nunoplopes/master use Z3_fallthrough instead of __falthrough directly | 2015-10-09 18:42:26 +01:00 |  | 
				
					
						| 
								
								
									 Nuno Lopes | 0e387b2abe | use Z3_fallthrough instead of __falthrough directly to avoid messing with reserved identifiers Signed-off-by: Nuno Lopes <nlopes@microsoft.com> | 2015-10-09 18:06:49 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | a951ff0769 | Fix for FP UFs and conversion functions. | 2015-10-08 16:04:17 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 883514c195 | Bugfix for FPA UFs | 2015-10-08 14:14:39 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | c787ea1a3b | Bugfix for FP UFs. | 2015-10-08 12:45:26 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | a2503af585 | Bugfixes for UFs and conversion functions in theory_fpa | 2015-10-08 11:54:35 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | b60f30c802 | Merge pull request #236 from wintersteiger/i68 Fixes for issue #68 | 2015-10-07 20:56:35 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 06675e6e70 | Merge pull request #235 from wintersteiger/fpa_fixes Bugfix for mpf to_ieee_bv | 2015-10-07 20:46:47 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | de39173f6f | Corrected unspecified behavior of fp.min/fp.max corner cases in fpa2bv_converter and in theory_fpa. Fixes #68 | 2015-10-07 20:44:08 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 8a026c355f | Corrected unspecified behavior of corner cases in fp.min/fp.max. Partially addresses #68. | 2015-10-07 20:39:36 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 76540d13d6 | Merge branch 'fpa_fixes' of https://github.com/wintersteiger/z3 into fpa_fixes | 2015-10-07 20:37:34 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | fcf036695e | Bugfix for mpf to_ieee_bv | 2015-10-07 20:37:12 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | f2ff071224 | Bugfix for mpf to_ieee_bv | 2015-10-07 20:17:04 +01:00 |  | 
				
					
						| 
								
								
									 martin-neuhaeusser | 99e4b321bd | Fixed typo that accidentally prints warning message if a Z3 context is created with the 'timeout' parameter | 2015-10-07 17:27:05 +02:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 6e852762ba | patch for issue #232 Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-06 19:07:47 -07:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 773f90f122 | add to release notes Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-05 09:31:14 -07:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 115187ee2b | Bumped version number to 4.4.2. | 2015-10-05 16:04:03 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 95c9ccb295 | Merge branch 'pure' of https://github.com/Z3Prover/z3 | 2015-10-05 13:07:19 +01:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 7b95d6894a | comment out unit test that depends on hard-wired path Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-04 16:34:23 -07:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 8e2ec55af4 | Merge branch 'pure' of https://github.com/Z3Prover/z3 | 2015-10-04 23:37:18 +01:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 1bb9864d0f | comment out diverging portion of unit test. Issue #210 Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-04 11:24:22 -07:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 2912c355e2 | remove reinterpret_cast. Issue #229, issue #24 Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-04 10:54:19 -07:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 67ddbe4a05 | Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable | 2015-10-04 10:35:57 -07:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 7768aa5487 | compiler warning by daniel j h Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-04 10:35:48 -07:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 19c22fde50 | Merge branch 'pure' of https://github.com/Z3Prover/z3 | 2015-10-04 16:42:07 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | f11502e0ac | reinterpret_cast fixes for the Windows compiler. | 2015-10-04 16:41:28 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | ceb562a889 | Merge branch 'pure' of https://github.com/Z3Prover/z3 | 2015-10-04 16:05:25 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 4626196907 | Eliminated reinterpret_casts. Partially fixes #24, #229. | 2015-10-04 15:52:20 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | c636c87e4d | Eliminated unused variable | 2015-10-04 15:51:27 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 32194b3f36 | Eliminated unused variables. | 2015-10-04 15:22:10 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | b20224bc98 | Removed or commented unused functions and variables. | 2015-10-04 15:21:17 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | fbac183e32 | eliminated unused variable | 2015-10-04 15:16:41 +01:00 |  | 
				
					
						| 
								
								
									 Christoph M. Wintersteiger | 4857de6c81 | fixed buggy if condition | 2015-10-04 15:16:03 +01:00 |  | 
				
					
						| 
								
								
									 Zachary Kincaid | 9e34872e8f | For ocamlfind install, set rpath to package directory if stublibs does not exist | 2015-10-04 10:10:53 -04:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 459e456f66 | disable memory finalization after quant_solve unit test. Related to issue #210 Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-03 17:37:33 -07:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 62a4737d77 | disable code in dl_query that depends on hard-wired file path Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-03 17:30:12 -07:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 50993582ec | put break statement in else branh. Issue #230 (broken loop) Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-03 17:15:54 -07:00 |  | 
				
					
						| 
								
								
									 Nikolaj Bjorner | 89f1541d83 | put break statement in else branh. Issue #230 (broken loop) Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> | 2015-10-03 17:15:45 -07:00 |  |