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