Paul Beckingham
9898aa15b5
Merge branch '2.4.2' into lexer2
2015-02-22 14:06:01 -05:00
Wilhelm Schuermann
af772f4c49
Util
...
- Closed dangling pipes in execute (), resolving problems when a hook script
forks.
2015-02-22 14:03:30 -05:00
Wilhelm Schuermann
3484e44c7d
CMake
...
- Added workaround for Cygwin build errors.
2015-02-22 13:53:53 -05:00
Paul Beckingham
0cf18f3b16
Lexer2
...
- Integrated Lexer2 in place of Lexer. Tests fail.
2015-02-22 13:52:14 -05:00
Paul Beckingham
2155bd3969
Lexer2
...
- Implemented ::isAllDigits to distinguish between integers and real numbers.
2015-02-21 10:58:07 -08:00
Paul Beckingham
ae6024ef8b
Lex
...
- Added a 'lex' binary to test Lexer2.
2015-02-21 10:03:17 -08:00
Paul Beckingham
21553d9044
Lexer2
...
- Implemented ::isDate and ::isDuration.
2015-02-21 10:01:59 -08:00
Paul Beckingham
d6e3430e0d
Lexer2
...
- Implemented ::split for typeless tokenization.
2015-02-21 09:28:56 -08:00
Paul Beckingham
0d23511cee
Lexer2
...
- Stubbed ::isDate and ::isDuration methods.
2015-02-21 09:19:24 -08:00
Paul Beckingham
1128ad8259
Lexer2
...
- Improved ::isUUID lexing.
2015-02-20 12:13:11 -08:00
Paul Beckingham
66d5a8ba3d
Lexer2
...
- Migrated new ::isURL and ::isPath methods.
- Migrated new ::tokens method to access all tokens at once.
2015-02-20 12:05:03 -08:00
Paul Beckingham
aab93b2cda
Lexer2
...
- Migrated ::dequote method from Lexer.
2015-02-19 21:43:22 -08:00
Paul Beckingham
be80bc4ea3
Converted to Lexer2.
2015-02-19 21:36:04 -08:00
Paul Beckingham
15bec27e03
Converted to Lexer2.
2015-02-19 21:32:51 -08:00
Paul Beckingham
6683cc7e83
Converted to Lexer2.
2015-02-19 21:31:47 -08:00
Paul Beckingham
044ca40bb7
Merge branch '2.4.2' into lexer2
2015-02-19 21:00:27 -08:00
Wilhelm Schuermann
be855af8c4
CMake
...
- Custom compile flags and flags for c++11 ignored even less on OSX now...
2015-02-19 19:17:14 -08:00
Paul Beckingham
d10ad5c7af
Lexer2
...
- Copied in the Lexer2 object.
2015-02-19 08:54:20 -08:00
Paul Beckingham
1ae4ea2ea3
I18N
...
- Removed unnecessary string termination and exceptions.
- Removed associated localized errors.
2015-02-19 08:51:36 -08:00
Renato Alves
d37937d970
Tests - add total number of tests to conversion script
2015-02-19 14:11:19 +00:00
Renato Alves
51e947064f
Tests - merge args.[2-5].t with enpassant.t and convert to python
2015-02-19 13:38:27 +00:00
Renato Alves
606a7505d3
Tests - convert args.5.t to python
2015-02-19 13:02:46 +00:00
Renato Alves
846dd14a9f
Tests - convert args.4.t to python
2015-02-19 12:56:19 +00:00
Renato Alves
d8f436cca9
Tests - convert args.3.t to python
2015-02-19 12:54:45 +00:00
Renato Alves
ac9c726782
Tests - convert args.2.t to python
2015-02-19 12:50:40 +00:00
Paul Beckingham
88d65b23c1
CMake Feedback Messages
...
- Reworded the '-std=c++11' feedback messages to user fewer '!' characters,
and be more emphatic about upgrading the compiler.
2015-02-18 21:15:58 -08:00
Paul Beckingham
f2998aba74
TW-1547
...
- TW-1547 Recur column is always shown even if no recurring task is displayed
(thanks to Renato Alves).
2015-02-18 20:53:56 -08:00
Paul Beckingham
d2b2631db7
TW-1546
...
- TW-1546 column type due.remaining breaks colors on due tasks (thanks to Renato
Alves).
2015-02-18 20:18:31 -08:00
Renato Alves
4c491d8a0d
Tests - convert args.1.t to python
2015-02-18 19:54:45 +00:00
Renato Alves
917a152a1e
Tests - convert args.t to python
2015-02-18 19:32:58 +00:00
Renato Alves
289e45499a
Tests - convert append.t to python
2015-02-18 16:26:59 +00:00
Renato Alves
2efb9594d9
Tests - convert annotate.t to python
2015-02-18 14:05:53 +00:00
Wilhelm Schuermann
0d096a5a42
CMake
...
- Fixed the C++11 config to actually check for availability of C++11 before trying to use it.
- Custom CXX flags no longer ignored on some platforms.
2015-02-17 16:16:02 -08:00
Paul Beckingham
cc1c063925
Merge branch '2.4.2' of ssh://git.tasktools.org/tm/task into 2.4.2
2015-02-17 18:46:41 -05:00
Paul Beckingham
dd31a15001
Portability
...
- Removed pthreads linkage.
2015-02-17 12:49:58 -05:00
Paul Beckingham
c11601e30e
Cleanup
...
- Removed unused Nibbler::getHex.
2015-02-17 10:58:45 -05:00
Paul Beckingham
520067f522
Cleanup
...
- Eliminated text.cpp upperCase(), as it was not UTF8-safe, and is no longer
used.
2015-02-17 10:44:31 -05:00
Paul Beckingham
693fe9b8fd
ColPriority
...
- Made the acceptance of lower-case priorities explicitly either lower or upper
case, but converted to upper case. This eliminates the dependency on text.cpp
upperCase(), which is not UTF8-safe.
2015-02-17 10:40:51 -05:00
Renato Alves
fa249bfedd
Tests - Convert alias.t to python
2015-02-17 13:46:00 +00:00
Paul Beckingham
952d743218
Cleanup
...
- Removed duplicate legacy value map entry.
- Added version number to legacy mapping.
- Added TODO for later clarification.
2015-02-17 08:39:53 -05:00
Paul Beckingham
91f6980d2f
Documents
...
- Updated INSTALL instructions with dependencies.
2015-02-17 08:39:17 -05:00
Renato Alves
d211969236
Tests - clarify that USE_PATH alone is not enough.
2015-02-17 13:37:39 +00:00
Renato Alves
bd320b6729
Tests - Remove commented code
2015-02-17 12:24:13 +00:00
Renato Alves
3f004f547e
Tests - Don't hang if spawning taskw fails
2015-02-17 12:24:13 +00:00
Paul Beckingham
3b192cddcf
Merge branch '2.4.2' of ssh://git.tasktools.org/tm/task into 2.4.2
2015-02-16 19:33:14 -05:00
Paul Beckingham
ca6061a987
Documentation
...
- Updated for 2.4.2.
2015-02-16 19:32:02 -05:00
Federico Hernandez
2787ee960b
Cleanup NEWS file
2015-02-17 00:22:07 +01:00
Federico Hernandez
c27ad4dc27
Bumped version number in ref page
2015-02-17 00:18:45 +01:00
Federico Hernandez
a36eb974ee
Bumped version number to 2.4.2
2015-02-17 00:04:04 +01:00
Federico Hernandez
a55a7bf1a2
Added SHA1 of tagged release commit
2015-02-17 00:00:20 +01:00