Skip to content
Snippets Groups Projects
  1. Aug 16, 2021
  2. Aug 11, 2021
  3. Jul 16, 2021
  4. Jul 15, 2021
  5. Jul 03, 2021
  6. Dec 11, 2020
  7. Nov 05, 2020
  8. Oct 22, 2020
  9. Sep 24, 2020
  10. Aug 14, 2020
  11. Jul 29, 2020
  12. Jul 17, 2020
  13. May 19, 2020
  14. May 13, 2020
  15. May 07, 2020
  16. May 06, 2020
  17. Apr 29, 2020
  18. Apr 21, 2020
  19. Apr 17, 2020
    • Yannik Stradmann's avatar
      Adapt default binary sizes to c/4942 · fbfe87b3
      Yannik Stradmann authored
      c/4942 introduces release_with_debug as new default build profile. This
      change permitts the resulting (slightly) different binary sizes.
      
      Depends-On: 4942
      Change-Id: Ifccfb7e131665400c68229a5c899d2ba84e0b79d
      fbfe87b3
  20. Mar 26, 2020
  21. Mar 20, 2020
  22. Mar 19, 2020
  23. Feb 24, 2020
  24. Feb 19, 2020
  25. Feb 04, 2020
  26. Jan 30, 2020
  27. Jan 16, 2020
    • Yannik Stradmann's avatar
      Relax simulation test timeout · e061e055
      Yannik Stradmann authored
      High congestion on simulation nodes might lead to longer than expected
      simulation times. In such cases, prematurely aborted tests lead to false
      CI votes and higher total verification times.
      
      Change-Id: Iba093ac15dd53626a532ee20fedd686268dbdc08
      e061e055
  28. Jan 14, 2020
  29. Dec 12, 2019
  30. Dec 11, 2019
  31. Dec 05, 2019
    • Yannik Stradmann's avatar
      Refactor hardware test runner · 4d78a050
      Yannik Stradmann authored and Yannik Stradmann's avatar Yannik Stradmann committed
      * Run all HICANN-X tests with one connection and one init routine
      * Factor out common test logic in a hardware test helper
      * Enable HICANN-X tests in simulation
      
      Change-Id: I58ff4b3dbccd9ab9450858e4e195b9805e415b86
      4d78a050
  32. Nov 15, 2019
  33. Oct 23, 2019
  34. Oct 08, 2019
  35. Sep 15, 2019
    • Philipp Spilger's avatar
      Move to a C++-only library · 7e0a3c4c
      Philipp Spilger authored
      * introduce extern "C" _start to wrap start in C++
      * move libnux/*.c files to src/*.cpp
      * remove C-only test_empty.c
      * change all tests/examples to be C++
      * merge libnux/time.hpp into libnux/time.h
      
      Depends-On: 7589
      Change-Id: Ia1394253d4830205c4fd3fbe2ba71865b2b48ac6
      7e0a3c4c