Skip to content
Snippets Groups Projects
  1. Aug 10, 2020
  2. Aug 08, 2020
  3. Aug 06, 2020
  4. 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
  5. Aug 04, 2020
  6. Aug 03, 2020
  7. Aug 02, 2020
  8. Aug 01, 2020
  9. Jul 30, 2020
  10. Jul 29, 2020
  11. Jul 28, 2020
  12. Jul 27, 2020
  13. Jul 26, 2020
  14. Jul 25, 2020
Loading