Commit graph

33 commits

Author SHA1 Message Date
Thomas Lauf
4e8cb8b90e Drop NEWS, COPYING
- Content of `NEWS` is either already in README.md or file just echoes Timewarriors release notes on github
- `COPYING` is identical to `LICENSE`

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>

fixup! Drop 'NEWS'

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2020-08-29 11:27:50 +02:00
Thomas Lauf
3de53d7599 Bump project version to 1.3.0
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2020-04-19 17:38:40 +02:00
Shaun Ruffell
8e99c07d85 Introduce AtomicFiles
Introduce AtomicFile and a test of this module to the code.

AtomicFile is like File, except all writes go to temporary files until
the class method finalize_all () is called and the temporary files are
copied over the real files. If any writes fail, like when there is no
more space on the filesystem, none of the files in the database will be
modified.

Since we need version 1.00 of libfiu, I have only added it to the debian
testing container, which includes libfiu-1.00 in the default repository.

Related to #155
2020-02-23 19:03:40 +01:00
Thomas Lauf
cf045bc762 Set date in man pages to cmake generation date
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2019-02-21 23:23:22 +01:00
Thomas Lauf
e53e92f448 Update man page creation
- add new man pages
- register new installation directory for section 7

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2019-02-21 23:23:22 +01:00
Paul Beckingham
cb52cf73e8 Docs: Updated URLs
- Updated support email address
- Updated repository URL
- Updated issue database URL
2018-02-08 21:48:46 -05:00
Federico Hernandez
f5622c07c3 Bumped version number to 1.2.0 2018-01-13 01:14:36 +01:00
Michael Neumann
963d4ac7ae TI-91: Fix compilation on DragonFly
Needs an update to src/libshared as well.
2017-12-10 00:11:38 -05:00
Federico Hernandez
e35299308d Bumped version number to 1.1.0 2016-08-21 22:10:17 +02:00
Federico Hernandez
6428ce89fc Bumped version number and dates 2016-08-17 23:32:34 +02:00
Paul Beckingham
812a5aabc6 Extensions: Sample extension is now installed 2016-08-07 14:00:26 -04:00
Federico Hernandez
fd9afb873c Bumped version number to 1.0.0.beta1 2016-07-26 00:40:01 +02:00
Federico Hernandez
af0aba6629 Bumped version to 0.9.6.alpha 2016-06-21 00:24:04 +02:00
Federico Hernandez
a7f9ef8591 Build and git configurations 2016-06-20 23:54:08 +02:00
Federico Hernandez
d6a0a2460e Bumped version number to 0.9.5.alpha 2016-06-20 23:27:08 +02:00
Paul Beckingham
3e5db870b6 Bumped version for alpha 2016-06-13 08:53:40 -04:00
Paul Beckingham
0b9f25bfe0 lex: Added test harness for lexer 2016-04-10 10:34:52 -04:00
Paul Beckingham
68ba48e85f Cleanup: Removed unused files 2016-04-03 13:02:52 -04:00
Paul Beckingham
095027f46a Build: Migrated from cmake ExternalProject_Add to git submodule 2016-03-17 16:32:32 -04:00
Paul Beckingham
b901b8369d Build: ignores external project when creating tarball 2016-03-15 23:15:50 -04:00
Paul Beckingham
96059d32bd Build: Updated common to shared 2016-03-15 22:45:53 -04:00
Federico Hernandez
3f9f244f7f Bumping version number 2016-03-16 00:32:07 +01:00
Paul Beckingham
fae763b5e8 Build: Added subdirectory with library for command functions 2016-03-01 00:29:36 -05:00
Paul Beckingham
bb7627821c Build: Added man page destinations 2016-01-21 17:32:01 -05:00
Paul Beckingham
d379fd79ef Build: Added missing TIMEW_DOCDIR 2016-01-21 16:57:54 -05:00
Paul Beckingham
17017686cf Build: Clean up 2016-01-20 00:14:37 -05:00
Paul Beckingham
f550e8a1a7 Docs: Added bare-bones man pages 2016-01-18 23:42:37 -05:00
Paul Beckingham
77f51a41bd Build: Migrated to external common lib 2016-01-18 22:52:01 -05:00
Paul Beckingham
fbc47dc1e4 gr: Added utility to check grammar 2015-12-22 12:26:06 -05:00
Paul Beckingham
a4b3f0c84a Common: Relocated reusable object to 'common' dir 2015-12-20 09:46:34 -05:00
Paul Beckingham
2235b8e407 Framework: Added basic test framework 2015-12-10 09:56:43 -05:00
Paul Beckingham
1860a50f69 Framework: Added OSS files 2015-12-10 09:49:58 -05:00
Paul Beckingham
c693e9d310 Framework: Added program framework and UTF8 code 2015-12-10 09:31:48 -05:00