Tomas Babej
9a8890f479
test: Workaround the cyclic dependencies between the libraries
2019-01-01 08:59:46 -05:00
Janik Rabe
32b3afc8d0
Do not set CMP0037 on CMake 3.11.0 and above
...
This policy is no longer necessary because CMake issue #16062 , which
caused incorrect warnings to be shown, has been resolved in 3.11.0.
2018-08-11 15:38:28 +03:00
Paul Beckingham
4a929197ae
Build: C++14 support added
2018-02-16 22:04:29 -05:00
Paul Beckingham
fc58d1e14d
Tests: Added first DOM test
2017-04-29 11:10:43 -04:00
Paul Beckingham
111e36ed8c
Tests: Named date tests migrated to libshared
2017-03-05 15:03:14 -05:00
Paul Beckingham
2912df58fb
Tests: Removed unused Nibbler tests
2017-03-04 22:21:07 -05:00
Paul Beckingham
3a7e3b8836
Tests: Eliminated ISO8601d tests
2017-03-04 22:16:36 -05:00
Paul Beckingham
7647a089d0
Tests: Eliminated ISO8601p tests
2017-03-04 21:49:38 -05:00
Paul Beckingham
dd4fef6794
Config: Migrated to libshared Configuration
2017-02-26 10:46:51 -05:00
Paul Beckingham
7e09dd9457
Color: Now uses libshared
2017-01-25 22:26:33 -05:00
Paul Beckingham
f6ae39cb82
Msg: Migrated to use libshared
2016-12-11 20:33:13 -05:00
Paul Beckingham
eb1e35e84b
Tests: Eliminated empty text.t test
2016-12-11 17:40:40 -05:00
Paul Beckingham
b38eae6930
Tests: Removed migrated autoComplete tests
2016-12-07 01:18:25 -05:00
Paul Beckingham
62d2514425
Tests: Removed redundant FS tests
2016-06-26 09:21:55 -04:00
Paul Beckingham
fb3563bf65
Tests: Removed redundant utf8 tests
2016-06-25 17:54:18 -04:00
Paul Beckingham
446580d8dd
Tests: Removed redundant listt tests
2016-06-25 17:50:14 -04:00
Paul Beckingham
058f9ab218
Tests: Removed redundant format tests
2016-06-25 17:48:21 -04:00
Paul Beckingham
59f4475466
Tests: Removed JSON tests
2016-06-25 17:42:59 -04:00
Paul Beckingham
806043f0ad
Tests: Removed RX tests
2016-06-25 17:23:15 -04:00
Paul Beckingham
7910a3cb5a
CMake: Added snotty comment about CMake bullshit
2016-04-13 16:35:08 -04:00
Paul Beckingham
9b5c0c81a3
Build: Included 'problems' script in build dir
...
- Thanks to Gordon Ball.
2016-02-06 12:08:31 -05:00
Paul Beckingham
acca829aed
Test: Merged t3.t.cpp into t.t.cpp
2015-10-23 10:19:17 -04:00
Paul Beckingham
bb58b796fd
Task Data Parsing
...
- Improved the handling when parsing blank lines and empty task in the data, so
that instead of the message:
Taskwarrior no longer supports file format 1, originally used between 27
November 2006 and 31 December 2007.
We now see:
Unrecognized Taskwarrior file format or blank line in data.
- Merged t2.t.cpp into t.t.cpp.
2015-10-23 10:13:38 -04:00
Paul Beckingham
799e62051f
Test: Removed Date
2015-10-05 09:54:54 -04:00
Paul Beckingham
f97e68f1d6
Build: Ensured 'run_all' is present in the test dir
...
- Thanks to Gordon Ball.
2015-09-19 12:48:32 -04:00
Paul Beckingham
565232eccd
Duration: Obsolete, removed
2015-08-12 11:41:15 -04:00
Paul Beckingham
ff53919af1
TW-1543: cmake complains "test" is not a valid target (on arch linux)
...
- Thanks to Renato Alves.
2015-07-19 17:29:23 -04:00
Paul Beckingham
3619cf219d
Test: Added col.t to test Column::measure
2015-07-18 14:11:14 -04:00
Paul Beckingham
6f38d531a1
Test: Removed obsolete 'run_all' processing
2015-06-25 23:39:42 -04:00
Renato Alves
03847ab8ba
Test: run_all is now in Python and defaults to parallelizing tests
...
In addition to the conversion to Python, run_all now defaults to running
all Python tests in parallel, using the same approach previously
available via '--fast'. If desired one can force all tests to run
serially by calling run_all with --serial
A debugging flag was now also included in run_all. Pass one or more -l
(-l, -ll or -lll) for different levels of debugging information.
2015-06-25 23:36:28 +01:00
Paul Beckingham
afa39de68b
Tests: Combined and converted DOM unit tests
...
- Eliminated dom.t.cpp and therefore dom.t
- Eliminated dom.2.t (perl)
- Created dom.t (python) combining the above
2015-06-14 22:15:33 -04:00
Paul Beckingham
3e043291f0
Cleanup: Combined File, Path and Directory into FS
...
- The three objects are related and always travel together, so they are now
combined.
2015-05-25 10:11:41 -04:00
Paul Beckingham
70c3d9845c
Unіt Tests
...
- Merged width.t.cpp into utf8.t.cpp.
2015-03-07 11:59:37 -05:00
Paul Beckingham
6d75045658
Tree
...
- Eliminated Tree object from the repository.
2014-11-02 22:30:21 -05:00
Paul Beckingham
f585f31d69
OldDuration
...
- Removed obsolete OldDuration object, replaced by Duration.
2014-05-28 23:59:16 -04:00
Paul Beckingham
c9f6a4b9df
Unit Tests
...
- Added Variant::operator_partial unit tests, based initially on
::operator==.
2014-05-19 20:15:32 -04:00
Paul Beckingham
8b736934d7
Code Cleanup
...
- Removed deprecated 'push', 'pull' and 'merge' commands.
2014-01-18 19:12:48 -05:00
Paul Beckingham
98f740e9d1
Merge branch '2.3.0' into 2.4.0
...
Conflicts:
AUTHORS
CMakeLists.txt
NEWS
src/A3.cpp
src/CMakeLists.txt
src/Config.cpp
src/Duration.cpp
src/Duration.h
src/Nibbler.cpp
src/Nibbler.h
src/RX.cpp
src/RX.h
src/columns/ColDate.cpp
src/columns/ColScheduled.cpp
src/commands/Command.cpp
src/legacy.cpp
src/utf8.cpp
src/utf8.h
test/CMakeLists.txt
test/bug.mergedeps.t.postponed
test/duration.t.cpp
test/merge.duplicates.t
test/merge.simple_duplication.t
test/merge.t
test/nibbler.t.cpp
test/roundtrip.t
test/rx.t.cpp
test/utf8.t.cpp
2014-01-07 19:10:03 -05:00
Paul Beckingham
09f6160880
Unit Tests
...
- Updated named dates tests.
2014-01-05 21:23:34 -05:00
Paul Beckingham
fae592f921
Unit Tests
...
- Merged libexpr eval tests.
2014-01-02 01:28:41 -05:00
Paul Beckingham
12520715af
Unit Tests
...
- Merged libexpr Variant tests.
- Updated .gitignore.
2014-01-02 01:21:40 -05:00
Paul Beckingham
2b747e2df2
Unit Tests
...
- Merged libexpr Lexer tests.
- Updated .gitignore.
2014-01-02 01:12:38 -05:00
Paul Beckingham
fae0e35241
Unit Tests
...
- Added libexpr Duration unit tests.
2014-01-02 01:09:42 -05:00
Paul Beckingham
9c5adc432c
Unit Tests
...
- Renamed duration.t.cpp to old_duration.t.cpp, ready for the new duration
tests.
2014-01-02 00:48:55 -05:00
Paul Beckingham
712b0bb4b5
ISO8601
...
- Merged libexpr ISO8601 code.
2014-01-02 00:45:16 -05:00
Paul Beckingham
f18390ee79
Unit Tests
...
- Finally fixed an age-old bug in unit tests. The bug was that whenever a test
output contained '*', shell globbing expanded that to a list of all test
files. Even though it was simply diagnostic output text.
2013-11-18 17:11:19 -05:00
Paul Beckingham
49c07acb05
Linkage
...
- More build system cleanup and sync betweee 2.4 and 2.3.
2013-10-20 14:20:46 -04:00
Paul Beckingham
02aaba2f1a
Linkage
...
- Removing last remnants of parser lib.
2013-10-19 23:27:49 -04:00
Paul Beckingham
d27bd24355
Code Reorganization
...
- Eliminated the parser lib, merged into task. Failed experiment.
2013-10-19 22:33:16 -04:00
Paul Beckingham
8f9a48c3ff
Unit Tests
...
- Added Tree object unit tests.
2013-08-31 19:01:51 -04:00