- Feb 05, 2025
-
-
James K. Lowden authored
-
- Dec 04, 2024
-
-
GCC Administrator authored
-
- Dec 03, 2024
-
-
David Malcolm authored
maintainer-scripts/ChangeLog: PR web/117883 * update_web_docs_git: Introduce SPHINX_VENV to make it easier to test the script. Add the libgdiagnostics docs and testsuite to the files to be preserved. Use sphinx to build the libgdiagnostics docs as HTML. Copy them into $DOCSDIR. Signed-off-by:
David Malcolm <dmalcolm@redhat.com>
-
David Malcolm authored
I noticed whilst working on the libgdiagnostics docs that some errors like this were occurring in the jit docs: /tmp/gcc-doc-update.3782849/gcc/gcc/jit/docs/cp/topics/asm.rst:63: WARNING: Include file '/tmp/gcc-doc-update.3782849/gcc/gcc/testsuite/jit.dg/test-asm.cc' not found or reading it failed which was occurring for: * test-asm.c and .cc * test-switch.c * test-accessing-union.c and indeed https://gcc.gnu.org/onlinedocs/jit/topics/asm.html is currently missing various code examples. Fixed thusly; tested locally. maintainer-scripts/ChangeLog: * update_web_docs_git: Add the jit testsuite to the files to be preserved, since this is used by the jit docs. Signed-off-by:
David Malcolm <dmalcolm@redhat.com>
-
- Jul 20, 2024
-
-
GCC Administrator authored
-
- Jul 19, 2024
-
-
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.
-
- Jul 08, 2024
-
-
GCC Administrator authored
-
- Jul 07, 2024
-
-
Gerald Pfeifer authored
maintainer-scripts: * update_web_docs_git (BUGURL): Switch to https.
-
- Apr 27, 2024
-
-
GCC Administrator authored
-
- Apr 26, 2024
-
-
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.
-
- Nov 14, 2023
-
-
GCC Administrator authored
-
Sam James authored
maintainer-scripts/ * gcc_release: Cleanup whitespace. Signed-off-by:
Sam James <sam@gentoo.org>
-
Sam James authored
maintainer-scripts/ * gcc_release: Use HTTPS for links. Signed-off-by:
Sam James <sam@gentoo.org>
-
- Jul 08, 2023
-
-
GCC Administrator authored
-
- Jul 07, 2023
-
-
Richard Biener authored
contrib/ * gcc-changelog/git_update_version.py: Remove GCC 10 from active_refs. maintainer-scripts/ * crontab: Remove entry for GCC 10.
-
- Apr 21, 2023
-
-
GCC Administrator authored
-
- Apr 20, 2023
-
-
Arsen Arsenović authored
maintainer-scripts/ChangeLog: * update_web_docs_git: Add a mechanism to override makeinfo, texi2dvi and texi2pdf, and default them to /home/gccadmin/texinfo/install-git/bin/${tool}, if present.
-
- Apr 18, 2023
-
-
GCC Administrator authored
-
- Apr 17, 2023
-
-
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.
-
- Mar 22, 2023
-
-
GCC Administrator authored
-
- Mar 21, 2023
-
-
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.
-
Arsen Arsenović authored
maintainer-scripts/ChangeLog: * update_web_docs_git (CSS): Update CSS reference to point to /texinfo-manuals.css.
-
- Mar 17, 2023
-
-
GCC Administrator authored
-
- Mar 16, 2023
-
-
Gaius Mulley authored
maintainer-scripts/ChangeLog: * update_web_docs_git (MANUALS): Add gm2. Add include path for gm2 manual.
-
Gerald Pfeifer authored
The URL where to report bugs is hard coded in two places; abstract that into one variable, defined up front. maintainer-scripts/ChangeLog: * update_web_docs_git (BUGURL): Introduce and use throughout.
-
- Dec 01, 2022
-
-
GCC Administrator authored
-
- Nov 30, 2022
-
-
Iain Buclaw authored
So that it's built and uploaded to gcc.gnu.org/onlinedocs. PR web/107749 maintainer-scripts/ChangeLog: * update_web_docs_git: Add gdc to MANUALS.
-
- Nov 24, 2022
-
-
GCC Administrator authored
-
- Nov 23, 2022
-
-
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:
Sam James <sam@gentoo.org> * gcc_release (XZ): Add -T0.
-
- Nov 15, 2022
-
-
GCC Administrator authored
-
- Nov 14, 2022
-
-
Martin Liska authored
This reverts commit 6373b1fd.
-
Martin Liska authored
This reverts commit 8d7a55b7.
-
Martin Liska authored
This reverts commit d05a423c.
-
Martin Liska authored
This reverts commit 52eedc1f.
-
Martin Liska authored
This reverts commit 9072763f.
-
- Nov 11, 2022
-
-
GCC Administrator authored
-
- Nov 10, 2022
-
-
Martin Liska authored
maintainer-scripts/ChangeLog: * crontab: Fix superfluous 'sh' for Python script.
-
GCC Administrator authored
-
- Nov 09, 2022
-
-
Martin Liska authored
maintainer-scripts/ChangeLog: * update_web_docs_git.py: Create sources tarball.
-
Martin Liska authored
maintainer-scripts/ChangeLog: * crontab: Use new script for documentation of master branch.
-