Skip to content
Snippets Groups Projects
  1. Dec 04, 2024
  2. Dec 03, 2024
  3. Jul 20, 2024
  4. Jul 19, 2024
    • Richard Biener's avatar
      Close GCC 11 branch · a589d3bf
      Richard Biener authored
      Remove gcc-11 branch from updating and snapshot generating
      
      contrib/
      	* gcc-changelog/git_update_version.py: Remove gcc-11 branch.
      
      maintainer-scripts/
      	* crontab: Remove entry for gcc-11 branch.
      a589d3bf
  5. Jul 08, 2024
  6. Jul 07, 2024
  7. Apr 27, 2024
  8. Apr 26, 2024
    • Jakub Jelinek's avatar
      Update crontab and git_update_version.py · 036aad9d
      Jakub Jelinek authored
      2024-04-26  Jakub Jelinek  <jakub@redhat.com>
      
      maintainer-scripts/
      	* crontab: Snapshots from trunk are now GCC 15 related.
      	Add GCC 14 snapshots from the respective branch.
      contrib/
      	* gcc-changelog/git_update_version.py (active_refs): Add
      	releases/gcc-14.
      036aad9d
  9. Nov 14, 2023
  10. Jul 08, 2023
  11. 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
  12. Apr 21, 2023
  13. Apr 20, 2023
  14. Apr 18, 2023
  15. 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
  16. Mar 22, 2023
  17. 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
  18. Mar 17, 2023
  19. Mar 16, 2023
  20. Dec 01, 2022
  21. Nov 30, 2022
  22. Nov 24, 2022
  23. 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
  24. Nov 15, 2022
  25. Nov 14, 2022
  26. Nov 11, 2022
  27. Nov 10, 2022
  28. Nov 09, 2022
Loading