Skip to content
Snippets Groups Projects
  1. Jul 27, 2023
  2. Apr 26, 2023
  3. Mar 22, 2023
  4. 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
  5. Mar 17, 2023
  6. Mar 16, 2023
  7. Dec 01, 2022
  8. Nov 30, 2022
  9. Nov 24, 2022
  10. 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
  11. Nov 15, 2022
  12. Nov 14, 2022
  13. Jul 29, 2022
  14. Jul 28, 2022
  15. May 21, 2022
  16. 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
  17. Apr 29, 2022
  18. 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
  19. Nov 11, 2022
  20. Nov 10, 2022
  21. Nov 09, 2022
  22. May 15, 2021
  23. 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
  24. Apr 21, 2021
  25. 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
  26. Apr 10, 2021
  27. Apr 09, 2021
Loading