203 Commits

Author SHA1 Message Date
Matheus Xavier
e8d887eb4a Update JSON_Create examples to disambiguate the intent with Create
As is Create(1) will resolve to multiple definitions and error on compilation, this can be fixed by specifying Integer when calling the function.
2025-10-18 18:31:38 +02:00
Nicolas Roche
c223c2f044 Remove reference to GNATCOLL minimal shell language in the doc
The support of that language has been removed from the core library

Part of eng/toolchain/gnatcoll-core#126
2025-07-24 10:29:37 +02:00
Joel Brobecker
b914332eee Update Adacore's support email address
This commit updates the email address for AdaCore's support services
to use the one currently in use.
2025-02-21 09:47:30 +00:00
Nicolas Roche
6913a5f627 Generate reference doc for GNATCOLL packages
eng/toolchain/gnatcoll-core#80
2024-10-10 16:43:53 +02:00
Nicolas Roche
6017086429 Reorganize GNATCOLL documentation
eng/toolchain/gnatcoll-core#80
2024-10-09 22:21:05 +02:00
Tali Auster
c7746809d7 docs: fix some typos
Github PR: https://github.com/AdaCore/gnatcoll-core/pull/86
2024-09-24 11:07:12 +02:00
Nicolas Roche
24a94abb0e Adjust location of gnatcoll version file
Part of eng/toolchain/gnatcoll-core#55
2024-07-16 09:37:13 +02:00
bortolussi
96705c4c63 Add AdaCore logo in the doc
Add the AdaCore logo in the table of content of the html docs, update
the background.

eng/toolchain/gnatcoll-core#21
2023-11-20 13:13:10 +00:00
Olivier Hainque
66cbb4bbb2 Update instructions explaining the use of GNATcoll.Memory
The part explaining how to incorporate an alternative body
for s-memory was obsolete, referring to the old gnatmake -a
mechanism. Describe how to achieve that effect with an
additional project file instead, from which we can control
the compilation switches to add the required -gnatg.

Fix the proposed alternative s-memory.adb to prevent an
error on the "end;" line, where -gnatg requires the package
name.
2023-06-28 14:04:35 +02:00
Nicolas Setton
a13d2c15f1 V809-018 RTD: Remove the logo from the documentation
For homogeneity with other docs.

Change-Id: I1d7d534167be55b67ae438cdc33e37230ecb6c26
2022-09-12 10:25:17 +01:00
Fedor Rybin
e0c5045de9 Use RTD theme
Change-Id: Ibf12ca884753ca0e4b7379e7767d2e4eace4e91e
TN: V809-018
2022-09-02 15:35:02 +03:00
Dimitri Kokkonis
0cdfda7147 Migrate to Sphinx 3.2. T421-010
Change-Id: I86c740d14612005f33c5c594ceee6cf1885e717f
2020-12-08 16:47:09 +01:00
Dmitriy Anisimkov
d8c511f2f2 Merge feature: Remove unused and obsolete pngmath sphinx extension
This comes from the GitHub pull request #40

Change-Id: I0dace873846ca0a5a19e068cc038381c83f89971
2019-09-03 22:12:05 +06:00
Dmitriy Anisimkov
b15ce9a963 Merge feature: Replace obsolete file() constructor with a context manager
This comes from the GitHub pull request #38

Python style fixes in same commit.

Change-Id: Icaf7f468479b6785695498202b61e57f6e75bb2c
2019-09-03 13:32:23 +06:00
Dmitry Shachnev
2c6d08af2b Remove unused and obsolete pngmath sphinx extension
Bug-Debian: https://bugs.debian.org/918816
2019-09-03 00:53:16 +02:00
Nicolas Boulenguez
a51212736c Replace obsolete file() constructor with a context manager.
Replace file(), specific to python2, with a context manager that also
closes the file after use.
2019-09-03 00:46:36 +02:00
Pierre-Marie de Rodat
cbfeab7c55 Enhance documentation for GNATCOLL.JSON
Change-Id: Ifc219056f31354da1368defb010b109ab58dafde
2018-10-19 13:21:55 +02:00
Pierre-Marie de Rodat
ef6acc93bb projects.rst: reformat and make the example compilable/runnable
Change-Id: Id26c29838ca4840838ff9cd5740eebd283bff6d8
2018-10-19 13:19:38 +02:00
Raphaël AMIARD
35f1a2c3f7 R711-012: Remove GNATCOLL.Atomic mutex implementation
Change-Id: I492985dc2e63ff19c59c863f7bf8188a778f8bf2
2018-07-18 12:59:07 +02:00
Vasiliy Fofanov
4fd88589fc Remove sql - not part of core.
Change-Id: I0cfc02205b3be4547752a8aab5d36fd23cef029d
2018-06-08 10:56:40 +02:00
Corentin Gay
0feb102584 R419-012: add an example using user-defined attributes and packages
This example shows how to register packages and attributes.
It also shows how to get their value and how to delete them
once the user is done with it.

Change-Id: I09d91342a642041cb9478d9e4d504bed7d4fbb1c
2018-04-19 15:55:31 +02:00
Vasiliy Fofanov
4c53be918a Compute normalized target and use it throughout. P909-033
Change-Id: I8b914e12d7f2ec04e8b8c6eaf15a1afa3547a20e
2017-10-31 16:19:23 +01:00
Vasiliy Fofanov
595777b2b7 Some cleanup and adjustments.
Define So_Ext and use it to compute Library_Version.
Use explicit sources subdir at installation to ensure that the same
source directory is used for all library variants.

TN: P909-033 no-precommit-check

Change-Id: I717c40f0f55001e3fa63c519b35820eaf6dc9f2d
2017-10-30 11:32:59 +01:00
Nicolas Setton
ed9ec4fdf7 Remove support for GtkAda, Pygtk, PyGObject
This cleans up the dependency tree. The corresponding code
still exists and has been moved to the GPS repository, which
is probably the only place where this is needed.

For Q727-014

Change-Id: I2c9df154694fb3f1dcdc62c50be68d332a967f59
2017-07-31 11:35:39 -04:00
Nicolas Setton
273b4b4303 Remove reference to -fdump-xref
For Q424-032.

Change-Id: Id56fb5292659dd58e4d089ef85e5923d5a34eff3
2017-04-24 14:20:05 -04:00