Skip to content
Snippets Groups Projects
  1. Jul 08, 2023
  2. Jul 07, 2023
    • Richard Biener's avatar
      Closing the GCC 10 branch · 8bebf97f
      Richard Biener authored
      contrib/
      	* gcc-changelog/git_update_version.py: Remove GCC 10 from
      	active_refs.
      
      maintainer-scripts/
      	* crontab: Remove entry for GCC 10.
      8bebf97f
  3. Apr 21, 2023
  4. Apr 20, 2023
  5. Apr 18, 2023
  6. Apr 17, 2023
    • Jakub Jelinek's avatar
      Update crontab and git_update_version.py · f46ab321
      Jakub Jelinek authored
      2023-04-17  Jakub Jelinek  <jakub@redhat.com>
      
      maintainer-scripts/
      	* crontab: Snapshots from trunk are now GCC 14 related.
      	Add GCC 13 snapshots from the respective branch.
      contrib/
      	* gcc-changelog/git_update_version.py (active_refs): Add
      	releases/gcc-13.
      f46ab321
  7. Mar 22, 2023
  8. Mar 21, 2023
    • Arsen Arsenović's avatar
      html: Set CONTENTS_OUTPUT_LOCATION=inline if makeinfo supports it · 0395e136
      Arsen Arsenović authored
      This flag allows us to restore old (pre-6.8) behavior of the
      @{summary,}content commands, so that texi2any continues to emit
      summarycontents first.
      
      maintainer-scripts/ChangeLog:
      
      	* update_web_docs_git: Set CONTENTS_OUTPUT_LOCATION=inline in
      	order to put @shortcontents above contents.
      
      gcc/ChangeLog:
      
      	* configure.ac: Add check for the Texinfo 6.8
      	CONTENTS_OUTPUT_LOCATION customization variable and set it if
      	supported.
      	* configure: Regenerate.
      	* Makefile.in (MAKEINFO_TOC_INLINE_FLAG): New variable.  Set by
      	configure.ac to -c CONTENTS_OUTPUT_LOCATION=inline if
      	CONTENTS_OUTPUT_LOCATION support is detected, empty otherwise.
      	($(build_htmldir)/%/index.html): Pass MAKEINFO_TOC_INLINE_FLAG.
      0395e136
    • Arsen Arsenović's avatar
      update_web_docs_git: Update CSS reference to new manual CSS · 27334ebe
      Arsen Arsenović authored
      maintainer-scripts/ChangeLog:
      
      	* update_web_docs_git (CSS): Update CSS reference to point to
      	/texinfo-manuals.css.
      27334ebe
  9. Mar 17, 2023
  10. Mar 16, 2023
  11. Dec 01, 2022
  12. Nov 30, 2022
  13. Nov 24, 2022
  14. Nov 23, 2022
    • Sam James's avatar
      maintainer-scripts/gcc_release: compress xz in parallel · 2650b6f9
      Sam James authored
      
      1. This should speed up decompression for folks, as parallel xz
         creates a different archive which can be decompressed in parallel.
      
         Note that this different method is enabled by default in a new
         xz release coming shortly anyway (>= 5.3.3_alpha1).
      
         I build GCC regularly from the weekly snapshots
         and so the decompression time adds up.
      
      2. It should speed up compression on the webserver a bit.
      
         Note that -T0 won't be the default in the new xz release,
         only the parallel compression mode (which enables parallel
         decompression).
      
         -T0 detects the number of cores available.
      
         So, if a different number of threads is preferred, it's fine
         to set e.g. -T2, etc.
      
      Signed-off-by: default avatarSam James <sam@gentoo.org>
      
      	* gcc_release (XZ): Add -T0.
      2650b6f9
  15. Nov 15, 2022
  16. Nov 14, 2022
  17. Nov 11, 2022
  18. Nov 10, 2022
  19. Nov 09, 2022
  20. Jul 29, 2022
  21. Jul 28, 2022
  22. May 21, 2022
  23. May 20, 2022
    • Richard Biener's avatar
      Disable snapshots from gcc-9 · 6865c959
      Richard Biener authored
      GCC 9 nears its end.
      
      2022-05-20  Richard Biener  <rguenther@suse.de>
      
      maintainer-scripts/
      	* crontab: Disable snapshots from the gcc-9 branch.
      6865c959
  24. Apr 29, 2022
  25. Apr 28, 2022
    • Jakub Jelinek's avatar
      Update crontab and git_update_version.py · 12cc2b32
      Jakub Jelinek authored
      2022-04-28  Jakub Jelinek  <jakub@redhat.com>
      
      maintainer-scripts/
      	* crontab: Snapshots from trunk are now GCC 13 related.
      	Add GCC 12 snapshots from the respective branch.
      contrib/
      	* gcc-changelog/git_update_version.py (active_refs): Add
      	releases/gcc-12.
      12cc2b32
  26. May 15, 2021
  27. May 14, 2021
    • Jakub Jelinek's avatar
      Closing of 8 branch. · df18a134
      Jakub Jelinek authored
      2021-05-14  Jakub Jelinek  <jakub@redhat.com>
      
      contrib/
      	* gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
      	active_refs.
      maintainer-scripts/
      	* crontab: Stop doing gcc-8 snapshots.
      df18a134
  28. Apr 21, 2021
  29. Apr 20, 2021
    • Jakub Jelinek's avatar
      Update crontab and git_update_version.py · 919323c1
      Jakub Jelinek authored
      2021-04-20  Jakub Jelinek  <jakub@redhat.com>
      
      maintainer-scripts/
      	* crontab: Snapshots from trunk are now GCC 12 related.
      	Add GCC 11 snapshots from the respective branch.
      contrib/
      	* gcc-changelog/git_update_version.py (active_refs): Add
      	releases/gcc-11.
      919323c1
  30. Apr 10, 2021
Loading