Skip to content
Snippets Groups Projects
  1. Nov 10, 2019
  2. Nov 08, 2019
  3. Nov 06, 2019
  4. Nov 05, 2019
  5. Nov 04, 2019
  6. Nov 02, 2019
  7. Sep 11, 2019
  8. Sep 07, 2019
  9. Sep 04, 2019
  10. Sep 03, 2019
  11. Sep 01, 2019
  12. Aug 28, 2019
  13. Aug 21, 2019
  14. Aug 19, 2019
  15. Jun 18, 2019
  16. Apr 27, 2019
  17. Feb 14, 2019
  18. Jul 06, 2018
    • Rob Izzard's avatar
      increment version to 2.0pre30 · f7980ab6
      Rob Izzard authored
      fix bugs in version() which caused it to crash when stardata is NULL
      
      fixed PRINTF to output to stdout when stardata is NULL
      
      fixed post-AGB logging in log_every_timestep (it requires DISCS)
      
      cleaned up for merge back to master
      f7980ab6
  19. Feb 24, 2018
    • Izzard, Robert Dr (Maths & Physics)'s avatar
      clean up for build on ARM (raspberry pi) · 758ae1e9
      This involved fixing the configure script for the default
      arch/build target, and fixing the va_list behaviour is as an
      array on x86_64 and not on ARM. Taking a pointer to it fixed this.
      
      Also fixed the make_data_objects scripts to take obcopy's opts as
      an environment variable so they can be controlled by the configure
      script.
      758ae1e9
  20. Dec 06, 2017
  21. Aug 26, 2017
    • Izzard, Robert Dr (Maths & Physics)'s avatar
      code cleanup to fix some bugs affecting the shared library and buffering: · 622753e9
      the buffering printf function had a buffer overrun in it (the irony)
      which was triggered especially by the new version function being long.
      I have fixed this and increased the size of the string buffer so that the
      version string fits... in future this may need further extension.
      
      fixed the prevention of exiting on nan because of a new parameter that
      has "nan" in its name. This no longer fails: the issue was that stardata
      is NULL when new_system is setting up, it's *new_stardata that must be
      set and tested.
      
      Debug_expression is only now evaluated when stardata is non-NULL in 
      debug_fprintf.
      
      Cleaned up various debugging statements as well.
      
      622753e9
  22. Jul 11, 2017
  23. Jul 04, 2017
  24. Apr 05, 2017
  25. Sep 08, 2016
  26. Sep 06, 2016
Loading