Nikolaj Bjorner
|
52e0f3b539
|
add string accessors to managed APIs #1051
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-06-01 09:10:49 -07:00 |
|
KangJing Huang (Chaserhkj)
|
8092dd5aa3
|
Fix Expr.update in java API returning superclass
|
2017-05-29 20:51:42 -04:00 |
|
George Karpenkov
|
495ef0f055
|
Java bindings with no finalizers
Replacing finalizers with PhantomReferences, required quite a lot of
changes to the codebase.
|
2016-06-12 20:27:01 +02:00 |
|
George Karpenkov
|
8bb0010dc3
|
Javadoc and indentation fixes
- A proper way to refer to the function in the same class is "#funcName"
- There is no point in "@param p" declaration if no description follows
it.
|
2016-01-06 11:19:26 +01:00 |
|
George Karpenkov
|
c435bc379b
|
Added braces
Lack of braces on multi-line statements is considered very scary in
Java.
|
2016-01-06 11:14:53 +01:00 |
|
George Karpenkov
|
1dcaddbec7
|
Adding @Override declarations
They are important, as they prevent miss-spelling the parent method and
/or arguments name.
|
2016-01-06 11:07:48 +01:00 |
|
Nikolaj Bjorner
|
c1ebf6b4fc
|
seq + API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-01-04 18:01:48 -08:00 |
|
Christoph M. Wintersteiger
|
383d06b225
|
Bugfix for Expr.isInt in .NET, Java, ML.
Fixes #370
|
2015-12-10 15:13:55 +00:00 |
|
Christoph M. Wintersteiger
|
cbda38ee80
|
Added finite domain expressions and numerals to the .NET, Java, and Python APIs.
Relates to #318
|
2015-12-02 17:01:52 +00:00 |
|
Christoph M. Wintersteiger
|
b7bb53406f
|
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
|
2015-04-08 13:16:32 +01:00 |
|
Christoph M. Wintersteiger
|
d7a62baef4
|
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
+ formatting
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2015-01-30 21:10:22 -06:00 |
|
Christoph M. Wintersteiger
|
84ed1c19a0
|
Bugfixes for the Java FPA API
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2015-01-21 19:20:43 +00:00 |
|
Christoph M. Wintersteiger
|
376614a782
|
Java API: slight overhaul in preparation for the FP additions
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2015-01-03 15:09:52 +00:00 |
|
Christoph M. Wintersteiger
|
ddebb4a69d
|
Documentation fixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2014-10-24 19:45:21 +01:00 |
|
Christoph M. Wintersteiger
|
4304012971
|
Java API: copyright notices
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2014-10-22 16:55:08 +01:00 |
|
Christoph M. Wintersteiger
|
944dfee008
|
.NET and Java API Bugfix (Codeplex issue 101)
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2014-04-02 19:25:05 +01:00 |
|
Christoph M. Wintersteiger
|
a833c9ac41
|
Fixed bug (codeplex issue 102)
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2014-04-02 17:56:55 +01:00 |
|
Christoph M. Wintersteiger
|
4b18c8f9c4
|
Java API: syntactic adjustments, getters, setters,
... convenience parameters, etc.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2013-01-17 19:31:02 +00:00 |
|
Christoph M. Wintersteiger
|
dd127c2f71
|
Java API: bugfix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2013-01-10 18:16:29 +00:00 |
|
Christoph M. Wintersteiger
|
bbfd9dd19f
|
Java API: bugfixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2012-11-28 22:20:36 +00:00 |
|
Christoph M. Wintersteiger
|
a9883e972f
|
Java API: Bugfixes and Example.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2012-11-27 23:06:35 +00:00 |
|
Christoph M. Wintersteiger
|
eee3bf886d
|
Java API: package renaming.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2012-11-27 19:09:30 +00:00 |
|
Christoph M. Wintersteiger
|
c6303fc8f5
|
Java API: a first version that compiles. This is still untested.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2012-11-27 16:36:50 +00:00 |
|