Menu

Tree [8121e5] default tip /
 History

Read Only access


File Date Author Commit
 doc 2019-03-05 Simon Wright Simon Wright [ce7674] * Makefile: install under the name ews.
 lib 2013-10-15 Simon Wright Simon Wright [dc8f03] Source updated to GPL v3 (with runtime exceptio...
 src 2019-03-05 Simon Wright Simon Wright [ce7674] * Makefile: install under the name ews.
 .hgignore 2013-10-15 Simon Wright Simon Wright [719b42] Added much explication to the nuweb source.
 .hgtags 2019-03-05 Simon Wright Simon Wright [8121e5] Added tag Rel_20190305 for changeset ce7674715e7a
 COPYING.RUNTIME 2013-10-03 Simon Wright Simon Wright [25510c] Reorganised so that EWS can be built as a library.
 COPYING3 2013-10-03 Simon Wright Simon Wright [25510c] Reorganised so that EWS can be built as a library.
 INSTALL 2013-11-21 Simon Wright Simon Wright [f50afb] Support build on Windows without Cygwin.
 Makefile 2019-03-05 Simon Wright Simon Wright [ce7674] * Makefile: install under the name ews.
 Makefile-dist 2013-11-21 Simon Wright Simon Wright [f50afb] Support build on Windows without Cygwin.
 README 2019-03-05 Simon Wright Simon Wright [ce7674] * Makefile: install under the name ews.
 ews.gpr 2013-10-03 Simon Wright Simon Wright [25510c] Reorganised so that EWS can be built as a library.
 make_htdocs.gpr 2013-10-03 Simon Wright Simon Wright [25510c] Reorganised so that EWS can be built as a library.

Read Me

************
* 20190305 *
************

The demonstration program uses the prefixed (Object.Operation)
notation.

************
* 20140121 *
************

This release of EWS uses pragma Ada_2012 where required to allow its
use in projects which specify an earlier standard. There are no
functional changes.

************
* 20131121 *
************

This release of EWS includes installation instructions (in INSTALL)
and offers improved build support on Windows systems. There are no
functional changes.

************
* 20131016 *
************

This release of EWS allows the software to be built as a library.

It requires an Ada2012-capable compiler (GCC 4.8 or later, GNAT GPL
2012 or later).

It no longer requires the Booch Components (XML/Ada is still
required).

************
* 20110809 *
************

This release of EWS sends the whole of a Response via a single system
call (provided the total is less than half a megabyte!)

It expects the Booch Components and XML/Ada to be installed (in other
words, "bc.gpr" and "xmlada.gpr" are accessible either in the default
location or via ADA_PROJECT_PATH).