Skip to content
Snippets Groups Projects
  1. Jan 19, 2023
  2. Aug 03, 2022
  3. Oct 14, 2020
  4. Sep 18, 2020
  5. Sep 17, 2020
  6. Sep 16, 2020
  7. Aug 05, 2020
    • Sam Thursfield's avatar
      Silence Automake to reduce size of build logs · 6df0aad0
      Sam Thursfield authored
      In my test, this reduced log size from 4.2MB to 3.2MB.
      
      Example of the new output (taken from Gem compilation):
      
            CXX      libplugins_la-record.lo
          record.cpp:58:3: warning: #warning better handling of duplicate codecs [-Wcpp]
           # warning better handling of duplicate codecs
             ^~~~~~~
          record.cpp:87:3: warning: #warning isThreadable [-Wcpp]
           # warning isThreadable
             ^~~~~~~
          record.cpp:257:3: warning: #warning enumerateProperties [-Wcpp]
           # warning enumerateProperties
             ^~~~~~~
            CXX      libplugins_la-video.lo
            CXX      libplugins_la-videoBase.lo
            CXXLD    libplugins.la
      
      Not all components honour the V=0 flag -- perhaps they don't use
      Automake, or use a very old version. However, many do.
      
      See also: https://www.gnu.org/software/automake/manual/html_node/Automake-Silent-Rules.html
      
      See also: jwilkes/purr-data#666
      6df0aad0
  8. Jul 30, 2020
  9. Jun 21, 2020
  10. Sep 14, 2019
  11. Apr 24, 2019
  12. Apr 15, 2018
  13. Apr 14, 2018
    • Jonathan Wilkes's avatar
      add regression tests for changes to message box (and future regressions) · 6cb23744
      Jonathan Wilkes authored
      This is an initial attempt at a regression testing framework.
      
      Initially it has some regression tests that come from the work on
      improvements to the msg box.
      
      The framework allows the tests themselves to remain extremely simple. They
      just need to send a number and potential error message to the outlet.
      
      However, they do need to be added in the main patch. This is because we
      will need to run some tests in a certain order. We could number the test
      filenames but that's less easy to change later.
      6cb23744
  14. Mar 25, 2018
  15. Nov 06, 2017
  16. Oct 16, 2017
  17. Oct 08, 2017
  18. Sep 28, 2017
  19. Aug 26, 2017
  20. Aug 24, 2017
  21. Aug 22, 2017
  22. Aug 18, 2017
  23. Aug 17, 2017
  24. Aug 14, 2017
  25. Aug 10, 2017
  26. Aug 09, 2017
  27. Aug 08, 2017
  28. Jul 04, 2017
  29. Jul 03, 2017
  30. Apr 27, 2017
  31. Apr 26, 2017
  32. Dec 17, 2016
  33. Dec 11, 2016
  34. Dec 07, 2016
Loading