Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
c801d8390a | ||
|
a8da723a62 |
BIN
isl-0.26.tar.xz
(Stored with Git LFS)
BIN
isl-0.26.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
isl-0.27.tar.xz
Normal file
3
isl-0.27.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d8babb59e7b672e8cb7870e874f3f7b813b6e00e6af3f8b04f7579965643d5c
|
||||
size 2056436
|
19
isl.changes
19
isl.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 14:22:27 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.27:
|
||||
* improved modulo detection
|
||||
* remove all unused local variables from affine expressions
|
||||
* minor improvements to coalescing
|
||||
* minor improvements to lexicographic optimization
|
||||
* improved constraint simplification
|
||||
* fix handling of empty piecewise expressions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 18:52:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -24,7 +35,7 @@ Sun May 9 14:05:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
- update to 0.24:
|
||||
- improved (C++) bindings (inherit methods, renamed exports)
|
||||
- initial templated C++ bindings
|
||||
- detect bounds on constant polynomials as tight
|
||||
- detect bounds on constant polynomials as tight
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 13:53:25 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||
@ -38,7 +49,7 @@ Tue Dec 29 17:29:04 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||
- minor improvements to coalescing
|
||||
- use build compiler to build extract_interface
|
||||
- add some convenience functions
|
||||
- ignore parameters in isl_union_* hash tables
|
||||
- ignore parameters in isl_union_* hash tables
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 09:22:41 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
@ -206,14 +217,14 @@ Mon Dec 17 13:20:59 UTC 2012 - rguenther@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 15:37:14 UTC 2012 - rguenther@suse.com
|
||||
|
||||
- Update to ISL version 0.11
|
||||
- Update to ISL version 0.11
|
||||
* license change to MIT
|
||||
* add support for code generation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 27 09:13:25 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Add baselibs.conf, needed by cloog-isl-32bit
|
||||
- Add baselibs.conf, needed by cloog-isl-32bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 21 14:45:08 UTC 2012 - rguenther@suse.com
|
||||
|
4
isl.spec
4
isl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package isl
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define islsover 23
|
||||
Name: isl
|
||||
Version: 0.26
|
||||
Version: 0.27
|
||||
Release: 0
|
||||
Summary: Integer Set Library
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user