1. ff5317e Improved on the fix of #309 and extended the test to cover subroutines. by Janos Follath · 10 years ago
  2. 87f1494 Tests and fix added for #309 (inplace mpi doubling). by Janos Follath · 10 years ago
  3. 770b5e1 Fix missing NULL check in MPI by Manuel Pégourié-Gonnard · 10 years ago
  4. e43187d Fix possible fd leak in test file by Manuel Pégourié-Gonnard · 10 years ago
  5. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  6. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  7. 15f58a8 Add test for mpi_gen_prime() by Manuel Pégourié-Gonnard · 11 years ago
  8. 8a0c0a9 Check additional return values in some test cases by Paul Bakker · 11 years ago
  9. a60fe89 Add mpi_safe_cond_swap() by Manuel Pégourié-Gonnard · 12 years ago
  10. 3e3d2b8 Fix bug in mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 12 years ago
  11. 71c2c21 Add mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 12 years ago
  12. 5868163 Add mpi_shrink() by Manuel Pégourié-Gonnard · 12 years ago
  13. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  14. 387a211 Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  15. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  16. df0142b Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  17. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  18. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  19. e44ec10 Fixed segfault in mpi_shift_r() by Manuel Pégourié-Gonnard · 13 years ago
  20. f02c564 - Allow R and A to point to same mpi in mpi_div_mpi by Paul Bakker · 13 years ago
  21. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  22. 2f5947e - Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter functions. by Paul Bakker · 14 years ago
  23. 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
  24. f4a3f30 - Updated for migration to size_t by Paul Bakker · 14 years ago
  25. 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
  26. ba48cb2 - Added and modified tests (result from coverage) by Paul Bakker · 16 years ago
  27. 69998dd - Made code compliant with ISO99 (no-declaration-after-statement) by Paul Bakker · 16 years ago
  28. e896fea - Added additional cases for MPI, MDx by Paul Bakker · 16 years ago
  29. 367dae4 - Added CMake makefiles as alternative to regular Makefiles. by Paul Bakker · 16 years ago