28 Commits

Author SHA1 Message Date
Pascal Obry
38ccfe2143 Use Ada 2022 @ short hand syntax. 2024-05-02 18:09:49 +02:00
Pascal Obry
60431b6405 Use Ada 2022 @ short hand syntax. 2024-05-02 18:09:49 +02:00
Pascal Obry
b6f03f9372 Use Ada 2022 array aggregate syntax. 2024-05-02 18:09:49 +02:00
Pascal Obry
d5a41cf7a4 Revert all Ada 2022 changes. 2024-03-14 23:23:09 +01:00
Pascal Obry
f581587cc9 Use Ada 2022 @ short hand syntax. 2024-03-14 17:08:59 +00:00
Pascal Obry
c2d389d1a9 Minor code clean-up and reformatting. 2024-03-14 17:08:59 +00:00
Pascal Obry
ce2f694b50 Use Ada 2022 @ short hand syntax. 2024-03-14 17:08:59 +00:00
Pascal Obry
a1b25da130 Use Ada 2022 array aggregate syntax. 2024-03-14 17:08:59 +00:00
Pascal Obry
e5b6c72a25 Remove superfluous with/use clauses.
For Q623-033.
2017-06-26 17:58:57 +02:00
Pascal Obry
dc99eb9c02 Use Ada 2012 aspect instead of pragma.
Part of MA30-042.
2013-12-08 18:07:21 +01:00
Pascal Obry
bf939d96fb Move to GPLv3.
For L107-006.
2012-01-07 16:40:40 +01:00
Pascal Obry
35987c5e8c Move Image routine for integer into Templates_Parser.Utils.
Minor code clean-up.
2010-09-01 07:51:20 +00:00
Pascal Obry
1293d42358 Change Templates_Parser style to conform to GNAT standard.
Fix also some other style errors like:
   - multiple blank lines
   - remove superfluous spaces

For I401-021.
2009-04-08 13:43:22 +00:00
Pascal Obry
72ab48d487 Activate gnat check Implicit_IN_Mode_Parameters rule (in AWS).
Fix all corresponding violations.
2008-09-21 11:49:24 +00:00
Pascal Obry
077ec3e159 Remove unit string_maps.ads.
This was mostly needed before Ada-2005 when no containers
were available. Now it is as easy to directly instanciate
the corresponding Ada.Containers unit. This is also cleaner
as it will avoid name clash as string_maps is a generic
name.
--
Continued work for H417-001.
2008-05-02 16:47:40 +00:00
Pascal Obry
ab03281785 Repository clean-up.
Remove all unneeded svn:executable properties.
Remove the eol-style property on testme25.out for proper handling of
non standard EOL.
2006-09-13 09:28:18 +00:00
Pascal Obry
c470453288 * templates_parser.adb:
* templates_parser-xml.adb:

* templates_parser-query.adb:

* templates_parser-input__aws.adb:

* templates_parser-filter.adb:

* templates_parser-expr.adb:

* templates_parser-definitions.adb:

* templates_parser-data.adb:

* soap-wsdl.adb:

* soap-wsdl-parser.adb:

* soap-types.adb:

* soap-parameters.adb:

* soap-message-xml.adb:

* soap-generator.adb:

* soap-generator-stub.adb:

* aws-url-raise_url_error.adb:

* aws-status.adb:

* aws-status-set.adb:

* aws-smtp-client.adb:

* aws-server.adb:

* aws-server-push.adb:

* aws-server-http_utils.adb:

* aws-server-hotplug.adb:

* aws-pop.adb:

* aws-net.adb:

* aws-net-std__gnat.adb:

* aws-net-generic_sets.adb:

* aws-mime.adb:

* aws-messages.adb:

* aws-ldap-client.adb:

* aws-jabber.adb:

* aws-headers-values.adb:

* aws-headers-set.adb:

* aws-config-utils.adb:

* aws-config-ini.adb:

* aws-client-http_utils.adb:
Use Ada 2005 "raise ... with message;" construct.
2006-07-18 21:51:37 +00:00
Pascal Obry
ef4178ab64 Merge ada05 branch.
This is the first step toward Ada 2005. This change
is made to use the standard Ada.Containers instead of
the AI302 beta implementation.
2006-07-05 11:12:59 +00:00
Pascal Obry
4dac752609 Removed, it is always possible to generate those files with cvs2cl. 2005-12-17 16:46:51 +00:00
Pascal Obry
d668b88158 Remove CVS tags.
Part of work for EC08-005.
2005-12-17 16:40:01 +00:00
Pascal Obry
b3981d8dce HEAD is now Ada95 compatible (merged from ada95 branch)
The Ada 2005 code is now in the ada05 branch.
2005-10-03 12:20:09 +00:00
Pascal Obry
93cf6efab2 New version. 2005-09-16 10:10:09 +00:00
Pascal Obry
374157d60c Fix call to Replace_Element to conform to the latest spec.
Fix build failure with recent GNAT versions.
Minor reformatting.
2005-09-16 10:09:50 +00:00
Pascal Obry
15b757a75f New version. 2005-09-14 14:03:02 +00:00
Pascal Obry
409c4455e9 Use Ada.Containers instead of internal AI302.
Update copyright notice.
--
This is part of a large clean-up to remove the temporary Ada.Containers
implementation known as AI302 to use the version now integrated into GNAT.
2005-09-14 13:38:22 +00:00