1. e44ec10 Fixed segfault in mpi_shift_r() by Manuel Pégourié-Gonnard · 13 years ago
  2. f02c564 - Allow R and A to point to same mpi in mpi_div_mpi by Paul Bakker · 13 years ago
  3. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  4. 2f5947e - Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter functions. by Paul Bakker · 14 years ago
  5. 6c591fa - mpi_init() and mpi_free() only accept a single argument and do not accept variable arguments anymore. This prevents unexpected memory corruption in a number of use cases. by Paul Bakker · 14 years ago
  6. f4a3f30 - Updated for migration to size_t by Paul Bakker · 14 years ago
  7. a755ca1 - Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl for clarity by Paul Bakker · 14 years ago
  8. ba48cb2 - Added and modified tests (result from coverage) by Paul Bakker · 16 years ago
  9. 69998dd - Made code compliant with ISO99 (no-declaration-after-statement) by Paul Bakker · 16 years ago
  10. e896fea - Added additional cases for MPI, MDx by Paul Bakker · 16 years ago
  11. 367dae4 - Added CMake makefiles as alternative to regular Makefiles. by Paul Bakker · 16 years ago