33 Commits

Author SHA1 Message Date
Pascal Obry
7e4e13e666 INSTALL: add some more information for building.
For R312-001.
2019-04-18 07:07:30 +02:00
Pascal Obry
fe4cafb38a Improve INSTALL wording.
Remove some obsolete section for GNAT GPL 2014.
2016-11-22 22:37:27 +01:00
Pascal Obry
ce4a682bc2 Add note about Windows build on INSTALL document.
Also delete the build directory in case of errors.
2014-10-12 15:14:26 +02:00
Pascal Obry
3e07801bf3 Add instruction to build with GNAT GPL 2014 in debug mode. 2014-08-08 14:33:45 +02:00
Pascal Obry
b338c8767e Fix minimal GNAT Pro version needed.
For N620-001.
2014-06-20 17:46:45 +02:00
Pascal Obry
3e0562dc59 Update INSTALL. 2014-03-21 12:18:16 +01:00
Pascal Obry
d6588b3fcb Minor clean-up in INSTALL. 2009-12-29 21:59:43 +00:00
Pascal Obry
d916fa8e41 PostScript not generated anymore, for IA08-033 2009-12-29 21:59:36 +00:00
Pascal Obry
6aa785f829 Add patch for GPL 2008, removes GNAT 2005 support. 2009-03-08 15:45:28 +00:00
Pascal Obry
9345b50e89 Update GNAT versions, add some information about shared libraries. 2008-11-09 20:13:11 +00:00
Pascal Obry
e11a75d99d Rename INSTALL variable to prefix (GNU standard).
Continued work for H505-007.
2008-05-26 16:24:56 +00:00
Pascal Obry
9ca38cbc3a Implementation of the new build support.
Now the static and shared versions are built if possible.
The default installed version can be configured using the
new DEFAULT_LIBRARY_TYPE make variable. The setup is now
persistent using a generated makefile.setup makefile.
The shared version is built only if supported by the
plateform.
--
Work for H505-007.
2008-05-17 10:52:39 +00:00
Pascal Obry
f042855b85 Update documentation.
AWS has been moved to Subversion.
Update minimal compiler versions required.
2007-11-21 16:05:59 +00:00
Pascal Obry
ca419d70b6 Minor editing, add LDAP reference. 2007-09-23 07:56:19 +00:00
Pascal Obry
ddfe3a8907 Many clean-up in the build procedure:
- Default values for SOCKET and LDAP are now identical on Windows and UNIX.
  Both are disabled now.
- Remove all references to POSIX for AWS.OS_Lib implementation as this
  has been removed since some time.
- Use only the GNAT driver instead of gnatmake, gnatclean... This is
  cleaner and easier to maintain. Only GNAT is set in makefile.conf.
- INSTALL variable is now set by default to the compiler on the PATH.
  So there is no need to change INSTALL when installing in the default
  location (GNAT root).
- Add header to all makefiles.
- Add checks for INSTALL variable. The compiler must be found in the PATH
  and we make sure it is not empty.
2007-09-22 16:03:35 +00:00
Pascal Obry
5bf233b8e3 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:20:27 +00:00
Pascal Obry
9ca7ea0dd0 * aws-attachments.adb:
* makefile:

* aws-services-dispatchers-timer.adb:

* aws-services-dispatchers-timer.ads:

* timer.adb:

* aws-net-generic_sets.adb:

* aws-net-std__gnat.adb:

* aws-net-thin.ads:

* aws-net.adb:

* aws-server-http_utils.adb:

* aws-services-download.adb:

* aws-utils.ads:
(GMT_Clock): New routine. Was in AWS.OS_Lib, now implemented here
 using standard Ada 2005 features.

* poll.adb:

* poll.ads:

* shared.gpr:

* makefile:

* aws-os_lib__gnat.adb:

* aws-os_lib__posix.adb:

* aws-os_lib__win32.adb:

* src.gpr:

* aws-os_lib.ads:

* MANIFEST:

* INSTALL:

* aws.texi.tmplt:

* check_config.c:
Modified to generate the definitions into AWS.OS_Lib directly
instead of the child package AWS.OS_Lib.Definitions as AWS.OS_Lib
is now empty.

* aws-utils.adb:
(GMT_Clock): New routine. Was in AWS.OS_Lib, now implemented here
 using standard Ada 2005 features.
Code clean-up. The AWS.OS_Lib package has been completely removed. The
GMT_Clock is now implemented using the standard Ada 2005 support and is found
in AWS.Utils. This means that the three implementations (POSIX, Win32, GNAT)
for this package have been removed together with all the circuitry to select
one in the GNAT project files.
2006-09-06 13:46:55 +00:00
Pascal Obry
ac2c49fe85 Add support for Ada 2005. 2006-07-06 18:26:59 +00:00
Romain Berrendonner
620b6e13a8 Test notification of AWS and filing of messages.
Part of F424-006.
2006-07-05 13:41:54 +00:00
Pascal Obry
8e95d30ddb Add information about building the documentation. 2005-10-24 09:15:28 +00:00
Pascal Obry
f8c62af2ee Add note for building on Windows. 2005-09-23 18:15:21 +00:00
Pascal Obry
34e6cb95a6 Clarify the issue with templates_parser and XML/Ada (only apply to
non-regression tests).
Document the gnat-2005-editions.dif patch.
2005-09-21 13:49:25 +00:00
Pascal Obry
2044014507 Update build information after AI302 removal. 2005-09-14 13:43:44 +00:00
Pascal Obry
edd55984b6 Remove the documentation part for ADA_PROJECT_PATH. It is no longer required
to set it to build AWS.
Inspired from E811-012.
2005-08-12 09:51:18 +00:00
Pascal Obry
5c59d37591 Add not about <aws_root> refering to the source tree. 2005-06-06 18:24:05 +00:00