add std::ostream &operator<<(std::ostream &os, isl_int i) (for C++ builds)
[platform/upstream/isl.git] / include / isl_int.h
2009-01-09 Sven Verdoolaegeadd std::ostream &operator<<(std::ostream &os, isl_int...
2008-12-14 Sven Verdoolaegeintroduce isl_hash_table and move hashing declarations...
2008-12-02 Sven VerdoolaegeAdd backup mp_get_memory_functions implementation for...
2008-11-08 Sven Verdoolaegeadd isl_set_get_hash
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-13 Sven Verdoolaegeadd isl_basic_set_print and isl_set_print for printing...
2008-10-13 Sven Verdoolaegeadd isl_{set,map}_fast_is_equal
2008-10-13 Sven Verdoolaegeadd isl_basic_set_dim_residue_class
2008-10-11 Sven Verdoolaegedeclare isl_gmp_hash
2008-08-25 Sven Verdoolaegeadd convex hull computation
2008-08-25 Sven Verdoolaegeremove obviously redundant divs based on inequalities
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 Verdoolaegeisl_basic_{map,set}: explicitly store constraints defin...
2008-08-24 Sven VerdoolaegeFix serious bug in normalize_constraints
2008-08-07 Sven VerdoolaegeInitial version of the integer set library