| Latest local changes. |
|
More...
|
about 6 years ago
|
| Argh... fill with 0xff of course, not 0. |
|
More...
|
over 15 years ago
|
| Oops, pass a char, not unsigned long, to memset. |
|
More...
|
over 15 years ago
|
| Fix several issues with the inline assembly. |
|
More...
|
over 15 years ago
|
| Use do {} while(0) instead of empty instructions. |
|
More...
|
over 15 years ago
|
| Detect need of nasm correctly. |
|
More...
|
over 15 years ago
|
| Bug fix for i686 assembly. |
|
More...
|
over 15 years ago
|
| Release stuff. |
|
More...
|
over 15 years ago
|
| Some minor doxygen fixes. |
|
More...
|
over 15 years ago
|
| Update of doxygen.config.in. |
|
More...
|
over 15 years ago
|
| Release of 0.13. |
|
More...
|
over 15 years ago
|
| Make polynomial testsuite compile, too. |
|
More...
|
over 15 years ago
|
| Make testsuite compile again |
|
More...
|
over 15 years ago
|
| Remove unneeded explicit template parameters |
|
More...
|
over 15 years ago
|
| Strict Aliasing bug fix for polynomial division. |
|
More...
|
over 15 years ago
|
| Moved all bit manipulators that do not take a bitset to bitset_base. |
|
More...
|
over 15 years ago
|
| Move all iterator stuff and xor_with_zero_padding to bitset_base. |
|
More...
|
over 15 years ago
|
| Moved bit iterator stuff to before bitset_base |
|
More...
|
over 15 years ago
|
| Change bitset_iterator<N, DIRECTION>::M_bitset_ptr from bitset_invertible<N, false> const* to bitset_base<N> const* |
|
More...
|
over 15 years ago
|
| More standard headers, URL fixes and utility changes (moved functions to utils.cc). |
|
More...
|
over 15 years ago
|
| New test bspacetables4.cc. |
|
More...
|
over 15 years ago
|
| Added more needed standard includes. |
|
More...
|
over 15 years ago
|
| Added more needed standard includes. |
|
More...
|
over 15 years ago
|
| Compile warning fix |
|
More...
|
over 15 years ago
|
| Added more needed standard includes. |
|
More...
|
over 15 years ago
|
| Only list debug channels when there is at least one on. |
|
More...
|
over 15 years ago
|
| Added new tests: inverse, sequence and sequence2. |
|
More...
|
over 15 years ago
|
| Added loads of new utils used by the testsuite. |
|
More...
|
over 15 years ago
|
| API extension of class MultiLoop (testsuite/polynomial): non-const operator[] |
|
More...
|
over 15 years ago
|
| Add and use bitset_digit_t bitset_base<N>::rawdigit(unsigned int d) const |
|
More...
|
over 15 years ago
|