AXE.git
4 years agoCleanup classes that are moved to ACL master unittests
Arjen Baart [Sat, 2 Nov 2019 12:01:07 +0000 (13:01 +0100)]
Cleanup classes that are moved to ACL

4 years agoStarted a test setup
Arjen Baart [Sat, 4 May 2019 07:56:02 +0000 (09:56 +0200)]
Started a test setup

4 years agoFixed compiler warnings
Arjen Baart [Thu, 2 May 2019 17:42:30 +0000 (19:42 +0200)]
Fixed compiler warnings

4 years agotest
Arjen Baart [Thu, 2 May 2019 17:36:38 +0000 (19:36 +0200)]
test

8 years agoRevived timesheet demo.
Arjen Baart [Tue, 22 Dec 2015 07:22:18 +0000 (08:22 +0100)]
Revived timesheet demo.

13 years agoExplicit conversion of pathname components to String objects.
Arjen Baart [Thu, 13 Jan 2011 15:46:39 +0000 (16:46 +0100)]
Explicit conversion of pathname components to String objects.

13 years agoAdded regex assignment operator
Arjen Baart [Thu, 30 Dec 2010 12:13:10 +0000 (13:13 +0100)]
Added regex assignment operator

13 years agoAdded regex essignment operator
Arjen Baart [Thu, 30 Dec 2010 12:05:40 +0000 (13:05 +0100)]
Added regex essignment operator

17 years agoPrepared documentation for release 0.4 origin AXE_0_4
arjen [Fri, 4 May 2007 14:05:23 +0000 (14:05 +0000)]
Prepared documentation for release 0.4

17 years agoAdded new arguments to configuration::find_parameter() to allow for a list of
arjen [Fri, 4 May 2007 14:01:22 +0000 (14:01 +0000)]
Added new arguments to configuration::find_parameter() to allow for a list of
sections and a list of parameters in sections.
The new arguments are section index and parameter index (default = 0).

17 years agoAdded a copy contructor to the regex class. This prevents multiple frees in the destr...
arjen [Fri, 4 May 2007 13:56:05 +0000 (13:56 +0000)]
Added a copy contructor to the regex class. This prevents multiple frees in the destructor.

17 years agoDynamically allocate more memory if the string buffer runs out of space when
arjen [Fri, 4 May 2007 13:55:18 +0000 (13:55 +0000)]
Dynamically allocate more memory if the string buffer runs out of space when
reading a String object from an input stream.

21 years agoBugfix: Do not read the config file in the home
arjen [Sat, 29 Mar 2003 07:19:37 +0000 (07:19 +0000)]
Bugfix: Do not read the config file in the home
directory if the HOME environment variable doesn't exist

21 years agoString constructor and assignment from char * are more robust fro NULL pointers.
arjen [Sat, 29 Mar 2003 07:18:54 +0000 (07:18 +0000)]
String constructor and assignment from char * are more robust fro NULL pointers.

21 years agoPrepared for release 0.3 V0_3
arjen [Sat, 23 Nov 2002 12:52:21 +0000 (12:52 +0000)]
Prepared for release 0.3

21 years agoCheck if a configuration file exists before feeding it to the XML parser.
arjen [Sat, 23 Nov 2002 12:48:18 +0000 (12:48 +0000)]
Check if a configuration file exists before feeding it to the XML parser.

21 years agoUse proper namespace for iostream classes
arjen [Mon, 4 Nov 2002 07:44:45 +0000 (07:44 +0000)]
Use proper namespace for iostream classes
Use local header files and not the installed ones.

21 years agoUse proper namespace for iostream classes
arjen [Mon, 4 Nov 2002 07:42:29 +0000 (07:42 +0000)]
Use proper namespace for iostream classes

21 years agoUse proper namespace for iostream classes
arjen [Mon, 4 Nov 2002 07:24:31 +0000 (07:24 +0000)]
Use proper namespace for iostream classes

21 years agoUse local header files instead of the installed header files
arjen [Sun, 3 Nov 2002 13:20:35 +0000 (13:20 +0000)]
Use local header files instead of the installed header files

21 years agoNew functions - String::escape() and String::unescape()
arjen [Sun, 3 Nov 2002 13:18:57 +0000 (13:18 +0000)]
New functions - String::escape() and String::unescape()

21 years agoUses the XML2 library
arjen [Sat, 2 Nov 2002 14:36:31 +0000 (14:36 +0000)]
Uses the XML2 library

21 years agoUses the XML2 library
arjen [Sat, 2 Nov 2002 14:35:15 +0000 (14:35 +0000)]
Uses the XML2 library
BugFix: segfault when finding a parameters that is not in the user-sepcific
config tree.

21 years agoPrepared for patch 0.2.3
arjen [Sat, 28 Sep 2002 07:03:06 +0000 (07:03 +0000)]
Prepared for patch 0.2.3

21 years agoBugfix: conversion of an empty string to a date or hour object
arjen [Sat, 28 Sep 2002 06:58:45 +0000 (06:58 +0000)]
Bugfix: conversion of an empty string to a date or hour object
now makes the values of such an object 0 (null) instead of giving
a segmentation fault.
The class UTC combines the date and hour classes. The most basic
functions of the UTC class are now implemented.
These include constructors and conversion to and from String objects.
New functions: date::proper(), hour::proper() and UTC::proper().
Return true if the object holds a proper clock time and/or calendar
date; false if at least one value is out of range.

21 years agoBugfix: In configuration::find_parameter(), check if the parameter node exists
arjen [Sat, 28 Sep 2002 06:48:46 +0000 (06:48 +0000)]
Bugfix: In configuration::find_parameter(), check if the parameter node exists
before retrieving its contents.

21 years agoNew feature: subtring selection by regular expression.
arjen [Sat, 28 Sep 2002 06:45:51 +0000 (06:45 +0000)]
New feature: subtring selection by regular expression.
Bugfix: use the std: namespace for STL classes istream and ostream

21 years agoA few small bug fixes.
arjen [Sat, 28 Sep 2002 06:42:11 +0000 (06:42 +0000)]
A few small bug fixes.

21 years agoFixed declaration of strlen()
arjen [Thu, 26 Sep 2002 14:51:52 +0000 (14:51 +0000)]
Fixed declaration of strlen()

21 years agoProper casting of event data in EV_ClientMessage()
arjen [Thu, 26 Sep 2002 14:50:54 +0000 (14:50 +0000)]
Proper casting of event data in EV_ClientMessage()

21 years agoUse the std: namespace for STL objects
arjen [Thu, 26 Sep 2002 14:48:46 +0000 (14:48 +0000)]
Use the std: namespace for STL objects

21 years agoFixed some date and time conversion functions
arjen [Mon, 2 Sep 2002 06:18:07 +0000 (06:18 +0000)]
Fixed some date and time conversion functions

21 years agoImproved XML library config
arjen [Sat, 27 Jul 2002 06:45:29 +0000 (06:45 +0000)]
Improved XML library config

21 years agoRemoved the obsolete complex number test from acltest.
arjen [Sat, 27 Jul 2002 06:34:06 +0000 (06:34 +0000)]
Removed the obsolete complex number test from acltest.
BUG FIX: testaxe crashed when no configuration file is available.

21 years agoAdded a title page AXE_0_2
arjen [Thu, 25 Jul 2002 08:12:45 +0000 (08:12 +0000)]
Added a title page

21 years agoFirst checkin, AXE release 0.2
arjen [Thu, 25 Jul 2002 08:01:14 +0000 (08:01 +0000)]
First checkin, AXE release 0.2