Commits on Source
654
169b78fc
Minor distribution fix
Jun 26, 2015
4915073f
Pypy fixes
Jun 26, 2015
8e91aa61
Upgrade to Barvinok referencing isl 15
Jun 26, 2015
5e5c8845
Allow more callback types
Jun 26, 2015
2fbd9302
Doc and callback fixes
Jun 26, 2015
aea2eb54
Fix callback ownership semantics
Jun 27, 2015
6769d78b
Py2.6 fix
Jun 27, 2015
c0a04d35
Fix error when string returned as NULL in Py3
Jun 27, 2015
ccd1eda4
Generic equality testing, plus value finding for enums
Jun 27, 2015
71cc1402
Implement __hash__ and __len__
Jun 27, 2015
32b0b270
Split wrapper post-call phase into 'safety' and 'check', make wrappers cross-Py2/3
Jun 28, 2015
c8b5ab75
Document DEFAULT_CONTEXT, warn about cross-context comparisons
Jun 28, 2015
93ac45ca
Fix AstBuild callback wrappers
Jul 02, 2015
3ffdf434
Remove faulthandler call
Jul 02, 2015
0d2d4e0f
Wrapp format and yaml_style 'enums'
Jul 03, 2015
2c8016e4
Add better schedule test (from Tobias Grosser)
Jul 03, 2015
d3f5e282
Lift a few more callback restrictions
Jul 03, 2015
8921078c
Add chapter headings for AST docs
Jul 03, 2015
11bf8986
Update AST callback example from Tobi
Jul 03, 2015
d61129fe
Make wrappers more exception-safe
Jul 05, 2015
d863b67b
Import print_function future to allow error output
Jul 05, 2015
3ebb7c16
Minor keyboard-interrupt safety fixes
Jul 06, 2015
4506860b
Fix wrapper class ordering, to fix mis-association of methods with prefixed class names
Jul 09, 2015
bff05625
Don't use print() in generated wrapper, it breaks Sphinx
Jul 09, 2015
1a8213bf
Add dim_{min,max}_projected
Jul 12, 2015
72bda23d
Merge bodge:src/islpy
Jul 12, 2015
8aff0f1e
Fix empty-set corner case in _runs_in_integer_set
Jul 12, 2015
937043f2
Merge bodge:src/islpy
Jul 12, 2015
7b9d155a
In dim_{min,max} perf tweak: Use elimination instead of projection
Jul 12, 2015
87f582ef
Merge bodge:src/islpy
Jul 12, 2015
ad25f1e2
Fix non-interacting perf tweak for dim_{min,max}
Jul 12, 2015
69022fcd
Merge bodge:src/islpy
Jul 12, 2015
9183f686
Remove dim_{min,max} perf tweak--move to loopy
Jul 12, 2015
7c6a0c16
Merge bodge:src/islpy
Jul 12, 2015
4849d262
Add union_pw_aff multi declaration and union_pw_aff_list
Jul 15, 2015
0b8c6142
Fix wrapping of ScheduleNode
Jul 30, 2015
92aa3655
Fix Trove classifiers
Aug 19, 2015
93bb6a15
Fix MANIFEST.in
Aug 19, 2015
3e85d7d3
Check that contexts match in wrapper
Aug 19, 2015
c7e8fbde
Fix secondary return pointers (reported by Tobias Grosser)
Aug 22, 2015
ad2dc753
Don't complain about no result in void methods
Sep 09, 2015
61e84d14
Add more tests from Jie
Sep 09, 2015
a5c1f6e1
Avoid doing signal handling off the main thread
Sep 11, 2015
e3d686cf
Use UTF-8 to read isl source
Oct 08, 2015
28fd412e
Use UTF-8 to read isl source
Oct 08, 2015
bc30e8a7
Use UTF-8 to read isl source
Oct 08, 2015
269b4026
Tweak flake8 config
Oct 17, 2015
8712f7ca
Aksetup: fix include dir property hack
Oct 17, 2015
ffdf0f43
Aksetup: fix superclass ref
Oct 17, 2015
11e4f68d
Try and handle ^C through set{switch,check}interval rather than (slow) signal handlers
Nov 28, 2015
4bc203f6
Ratchet down check interval constant
Nov 28, 2015
adcac997
Update aksetup
Dec 27, 2015
24dcd829
Add codegen test
Jan 05, 2016
4b338476
Declare UTF-8 encoding for non-ASCII char in comment
Jan 05, 2016
19f9fc4c
Update to pre-isl-0.16
Jan 06, 2016
80bfbfea
Update to newer isl snapshot, still buggy
Jan 10, 2016
b989e9d1
Update to incorporate Sven's fixes
Jan 12, 2016
23cf0d81
Update to isl 0.16.1
Jan 15, 2016
b7c33bd2
Bump version
Jan 15, 2016
bbf6f8dd
Add make_zero_and_vars
Jan 26, 2016
2991d447
Doc fixes
Jan 26, 2016
5e681433
Turn SIO off by default (trouble with old linkers), but do run a test build with it on
Jan 29, 2016
679ac982
Bump version
Feb 04, 2016
c84d9c1d
Include -std=gnu99 if attempting to use SIO on Mac/Linux
Feb 05, 2016
50381917
Fix (static) labels in docs
Feb 18, 2016
c7c6561d
Document members of Context
Feb 27, 2016
5145ba11
Expose a few more constant enums
Feb 27, 2016
db99ff44
Fix exposing Options
Feb 27, 2016
df794442
Use get_last_error for better exception message
Feb 27, 2016
6381a641
Add SuppressedWarnings context mgr
Feb 27, 2016
2e902bc3
Bump version
Feb 27, 2016
855488fb
Update aksetup to support --conf:XXX=YYY on setup.py command line
Apr 24, 2016
a00b6f92
Upgrade to isl 0.17
Apr 28, 2016
c3c43de4
Update to post-0.17 ISL with gcc 4.4 fix
May 06, 2016
f2cd3d7d
Add affs_from_space
May 16, 2016
497e87c8
Doc config fixes
May 16, 2016
04c1c7ec
Doc tweaks
May 16, 2016
5e1e70e0
Add missing documentation files
May 16, 2016
a1465e26
Bump Py3 CI tests to Py 3.5
Jun 11, 2016
0aee28f6
Fix generation of data flow docs (Fixes
#4
)
Jun 13, 2016
49f79a35
Bump version
Jul 13, 2016
0fca3865
Add example to release
Jul 13, 2016
ea7bd8f9
Add automatic doc build
Aug 08, 2016
bdc48226
Ignore pytest's cache directory
Aug 09, 2016
611fb3bf
Switch ISL repo URL to mirror, since repo.or.cz appears broken or ratelimited
Aug 21, 2016
9e2424c1
add isl_schedule_node_type and read_header isl/ilp.h
Sep 03, 2016
eac6c196
Merge pull request #6 from bhuztez/schedule_type
Sep 03, 2016
ddf1705b
Include missing .c includes
Sep 04, 2016
8da7acbf
Bump version
Sep 04, 2016
b9f4f8bc
Print stacktrace when interrupted before collecting result
Oct 12, 2016
0a9d94b9
Upgrade to islpy 0.18pre
Dec 05, 2016
fadc7177
Revert "Upgrade to islpy 0.18pre"
Dec 05, 2016
50c677a4
Upgrade to islpy 0.18pre
Dec 05, 2016
ef0dcee7
Pull in Sven's fixes to isl 0.18
Dec 13, 2016
f3a298b0
Merge branch 'upgrade-to-0.18'
Dec 13, 2016
110de04b
align_spaces: detect identical inames in other dim_types
Feb 06, 2017
29b0bc29
Bump version
Feb 06, 2017
50cd79ff
Include 'schedule_node_type' (thanks to Thiago Teixeira) (Closes #10)
Jun 10, 2017
b647af58
Fix Id constructor (Fixes #11 on github)
Jun 14, 2017
bd13bed9
PwQPolynomial.eval_from_dict: Check whether eval point is in domain
Jul 05, 2017
554 additional commits have been omitted to prevent performance issues.
Loading
Loading