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