Skip to content
Snippets Groups Projects
  1. Sep 17, 2020
  2. Sep 16, 2020
  3. 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
  4. Jul 30, 2020
  5. Jun 21, 2020
  6. Sep 14, 2019
  7. Apr 24, 2019
  8. Apr 15, 2018
  9. 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
  10. Mar 25, 2018
  11. Nov 06, 2017
  12. Oct 16, 2017
  13. Oct 08, 2017
  14. Sep 28, 2017
  15. Aug 26, 2017
  16. Aug 24, 2017
  17. Aug 22, 2017
  18. Aug 18, 2017
  19. Aug 17, 2017
  20. Aug 14, 2017
  21. Aug 10, 2017
  22. Aug 09, 2017
  23. Aug 08, 2017
  24. Jul 04, 2017
  25. Jul 03, 2017
  26. Apr 27, 2017
  27. Apr 26, 2017
  28. Dec 17, 2016
  29. Dec 11, 2016
  30. Dec 07, 2016
  31. Nov 19, 2016
  32. Nov 03, 2016
  33. Nov 01, 2016
Loading