Commit Graph

1595 Commits

Author SHA1 Message Date
Pat Bernardi
663f34b172 Merge branch 'topic/bernardi/add-morello-support' into 'master'
Add Morello support

See merge request eng/toolchain/xmlada!4
v25.0.0
2024-06-20 19:52:10 +00:00
Pat Bernardi
d5b6443c27 Add Morello support
Issue: eng/toolchain/gnat#941
2024-06-18 20:05:32 +00:00
Julien Bortolussi
f0b27ceb0b Merge branch 'mr/bortolussi/add_log_in_doc' into 'master'
Add the AdaCore logo in the doc

See merge request eng/toolchain/xmlada!3
2023-11-22 09:17:07 +00:00
bortolussi
353f4455f6 Add the AdaCore logo in the doc
Also update the background color of the table of content.

eng/toolchain/xmlada#2
2023-11-13 17:26:25 +01:00
Vasiliy Fofanov
b5e26b8295 Merge branch 'mr/github-25' into 'master'
Add an exception to the Unicode converter for Soyombo letter -A

See merge request eng/toolchain/xmlada!2
2023-10-29 20:36:24 +00:00
Nicolas Boulenguez
d2d81a04e7 Add an exception to the Unicode converter for Soyombo letter -A
This is required to refresh the unicode-names with unicode 14, where
another name differs only by the dash.
2023-10-25 13:09:09 +02:00
Cédric Landet
caa2f54e3f Merge branch 'W109-010_FastOS_Add_XMLAda_Support' into 'master'
Add FastOS in the list of supported targets

See merge request eng/toolchain/xmlada!1
v24.0.0
2023-09-07 11:33:41 +00:00
Cédric Landet
ae19aa12d5 Add FastOS in the list of supported targets
TN: W109-010
2023-09-07 10:23:12 +02:00
Joel Brobecker
6c562dd010 Switch the HTML documentation to using the RTD theme
This commit adjust the sphinx configuration to use the "Read The Docs"
theme, which has the advantage of allowing the navigation bar
(containing among other things a search bar, and the TOC) to stay
fixed while scrolling the contents of the page being read. This is
particularly useful to allow access to those features while reading
a long page, for instance.

TN: V905-033
Change-Id: Ie315438ce8e6010d070bc0874c775dd8460ceff2
2022-11-25 20:31:41 +04:00
Vadim Godunko
54aa69c1d8 V921-007 Use short circuite form to follow style.
Change-Id: I394311205fe39abe036c91d8fd97d1b386903d92
2022-09-30 13:17:01 +04:00
Vadim Godunko
788acc5683 V921-007 Check number of items in the list too.
Change-Id: I8908c554ea13a7896d0c63b2b19ec42126c60cb4
2022-09-27 11:04:42 +04:00
Fedor Rybin
de8e3d45e1 Fix cloning of attributes
When cloning nodes, set Owner_Element for attribute nodes.

TN: V811-012
Change-Id: I83d0788b3ecb0a5dc6ce8e1e205ebff584b09de3
2022-08-16 10:57:13 +03:00
Vasiliy Fofanov
c0db05e6d1 Merge various Debian patches
This comes from the GitHub pull request #4
no-tn-check

Change-Id: Ia84441709ca019d0abf69d84066a07afc5835806
2022-08-06 22:14:35 +02:00
Vasiliy Fofanov
09bc28ef78 Take into account DESTDIR environment variable
This comes from the GitHub pull request #18
no-tn-check

Change-Id: I8a7aaf4cd3b55c721b7d8e4b67bab81c8cf0fedd
2022-08-06 21:23:04 +02:00
Vasiliy Fofanov
e058cb2f47 Fix file path
This comes from the GitHub pull request #22
no-tn-check

Change-Id: I7f9a10cffc08366be0244c1c17ccd9ef418441e0
2022-08-06 21:09:45 +02:00
Vasiliy Fofanov
c2a843ef87 Various cosmetic improvements to documentation
This comes from the GitHub pull request #24
no-tn-check no-precommit-check

Change-Id: I610e6e3a0c09754b23bb4b4fcc23adcc2af28597
2022-08-06 21:03:08 +02:00
Nicolas Boulenguez
9e1bd23397 docs: remove erroneous execution permissions 2022-08-06 12:38:05 +02:00
Nicolas Boulenguez
ff8c617718 docs/conf.py: close configure.in file 2022-08-06 12:38:05 +02:00
Nicolas Boulenguez
bd5bb267d8 docs: move the only non-ASCII character to a one-line separate file
Unicode substitutions seem impossible in litteral blocks or
code-blocks.
2022-08-06 12:38:05 +02:00
Nicolas Boulenguez
d1b32d3b1d docs: quote raw text with double backquotes
The ReStructured Text variant used by sphinxdoc recommends two
consecutive backquotes for raw text.  Single backquote or double
quotes sometimes work, but interact poorly with each other.
2022-07-25 05:16:24 +02:00
Nicolas Boulenguez
3b32e02eec docs: remove commas before ellipses
A comma before an ellipsis is common in mathematical typography but
quite rare in english.
2022-07-25 05:13:48 +02:00
Piotr Trojanek
7446ee5ee3 Remove obsolete uses of renamed Ada 83 packages
Change uses of Unchecked_Deallocation (which is obsolete since Ada 95) to
Ada.Unchecked_Deallocation to avoid warnings recently enabled in GNAT.

Update copyright headers.

TN: V614-004
TN: V209-051
Change-Id: I6aa7dbeeeecadf6a9d0b5f0aafb0167dc22dfd51
2022-06-14 11:17:35 +02:00
Bent Bracke
da78abc34c Fix file path 2022-02-26 10:07:38 +01:00
Cedric Landet
6aa50ba0ae Setting large code model for kernel RTS on 64 bits architectures.
The large code model which is now the default for kernel RTS
(not triggered by the large multilib anymore) on 64 bits
architectures.

TN: UB03-045
Tested-with: $ anod test cross-testsuite \
   --target=x86_64-vx7r2,7.2,vxsim-64 \
   --qualifier=rts=kernel
   $ anod test cross-testsuite \
   --target=aarch64-vx7r2,7.2,vxsim-64 \
   --qualifier=rts=kernel
   $ anod test cross-testsuite \
   --target=ppc64-vx7r2,7.2,vxsim-64 \
   --qualifier=rts=kernel
Change-Id: Ia8376112db4b3a45e3948c8803a4191f58b51c42
2022-01-13 15:44:59 +00:00
squirek
76735e1990 Remove unnecessary pragma Unreferenced
This patch removes several unnecessary pragma Unreferenced's identified
due to work under U122-031.

[changelog]

* schema/schema-schema_readers.adb
(Create_NFA): Remove pragmas.

TN: U122-031
Change-Id: Ice4d02315100cd4b9ad31cba16ff5d0e54976527
2021-12-23 17:34:51 +00:00