add rudimentary argument parsing facility
[platform/upstream/isl.git] / Makefile.am
2009-10-21 Sven Verdoolaegeadd rudimentary argument parsing facility
2009-10-21 Sven Verdoolaegeextract isl_basic_set_scan from polytope_scan.c
2009-10-12 Sven Verdoolaegemark some functions as requiring use of return value
2009-10-08 Sven Verdoolaegeadd isl_polyhedron_detect_equalities test application
2009-10-02 Sven Verdoolaegeexport isl_mat header
2009-09-20 Sven Verdoolaegecreate pkg-config file
2009-09-06 Sven Verdoolaegeisl 0.01 isl-0.01
2009-09-06 Sven Verdoolaegeadd a rudimentary manual
2009-09-06 Sven Verdoolaegeseparate out config header from isl_ctx.h
2009-08-28 Sven Verdoolaegeadd isl_polytope_scan application
2009-08-28 Sven Verdoolaegeadd isl_polyhedron_minimize application
2009-08-28 Sven Verdoolaegeadd generalized basis reduction based ILP solver
2009-08-28 Sven Verdoolaegeexport isl_vec header
2009-08-07 Sven Verdoolaegeadd an internal parametric integer linear program solver
2009-08-07 Sven Verdoolaegemake piplib headers private
2009-07-15 Sven Verdoolaegeadd isl_polyhedron_sample application
2009-07-15 Sven Verdoolaegeintroduce generalized basis reduction based sampling
2009-03-20 Sven Verdoolaegeadd isl_set_coalesce
2009-03-20 Sven Verdoolaegeadd internal representation of LP tableaus
2009-01-06 Sven Verdoolaegeisl_map_simplify.c: extract out simplify and related...
2008-12-25 Sven Verdoolaegeisl_stream.c: extracted from isl_input_omega.c
2008-12-23 Sven Verdoolaegeadd isl_div abstraction, similar to isl_constraint
2008-12-14 Sven Verdoolaegeallow parameters and dimensions to be named
2008-12-14 Sven Verdoolaegeintroduce isl_hash_table and move hashing declarations...
2008-12-14 Sven Verdoolaegeintroduce isl_dim structure for representing shared...
2008-12-02 Sven VerdoolaegeAdd backup mp_get_memory_functions implementation for...
2008-10-14 Sven Verdoolaegeuse GMP flags when compiling isl_test
2008-10-14 Sven Verdoolaegeuse uint_32_t from stdint.h instead of u_int_32_t
2008-10-14 Sven Verdoolaegeadd some functions for manipulating constraints
2008-10-14 Sven Verdoolaegeadd isl_basic_set_interval and isl_basic_set_product
2008-10-13 Sven Verdoolaegeadd isl_basic_set_print and isl_set_print for printing...
2008-09-04 Sven Verdoolaegeisl_basic_set_read_from_file: partial support for Omega...
2008-09-03 Sven Verdoolaegeadd test_inputs to the distribution
2008-09-03 Sven Verdoolaegeadd isl_sample_piplib.h to the distribution
2008-09-03 Sven VerdoolaegeMakefile.am: only include piplib in distribution if...
2008-09-03 Sven VerdoolaegeMakefile.am: remove reference to (re)moved header files
2008-08-25 Sven Verdoolaegeadd convex hull computation
2008-08-25 Sven Verdoolaegerename isl_map_affine_hull.c to isl_affine_hull.c
2008-08-25 Sven Verdoolaegeadd isl_basic_set_read_from_file
2008-08-25 Sven Verdoolaegeisl_basic_set_sample: remove equalities first
2008-08-25 Sven Verdoolaegereimplement isl_basic_map_is_empty in terms of isl_basi...
2008-08-25 Sven Verdoolaegeavoid preprocessor conditionals
2008-08-07 Sven VerdoolaegeInitial version of the integer set library