Commit Graph

  • 75aaf8d4ab use static strings for usage Dustin J. Mitchell 2020-12-24 21:07:27 +00:00
  • 7594144a2d Merge pull request #115 from djmitche/issue110 Dustin J. Mitchell 2020-12-24 13:30:39 -05:00
  • 8989b0d2e3 Fix clippy warnings and make them all errors Dustin J. Mitchell 2020-12-24 17:39:49 +00:00
  • c75d07df94 Merge pull request #114 from djmitche/issue11 Dustin J. Mitchell 2020-12-24 12:14:10 -05:00
  • 8c9e240e97 Document filter and modification syntax Dustin J. Mitchell 2020-12-24 17:04:51 +00:00
  • 9c94a7b753 support filtering by tags Dustin J. Mitchell 2020-12-24 16:38:08 +00:00
  • 161c38807d Merge pull request #109 from djmitche/issue11-filter-refactor Dustin J. Mitchell 2020-12-24 11:05:32 -05:00
  • a0568f017c Refactor filtering to start with a universe Dustin J. Mitchell 2020-12-23 03:39:38 +00:00
  • e6d60524fa Merge pull request #107 from djmitche/issue103 Dustin J. Mitchell 2020-12-22 21:06:37 -05:00
  • 5ea72f878a display tags in 'task info' Dustin J. Mitchell 2020-12-21 20:38:12 +00:00
  • 54e8484bc2 Support CLI syntax for changing tags Dustin J. Mitchell 2020-12-21 19:40:07 +00:00
  • 28c5fb2268 Add support for task tags Dustin J. Mitchell 2020-12-21 19:31:30 +00:00
  • 141752bd4b Merge pull request #98 from djmitche/issue44 Dustin J. Mitchell 2020-12-21 10:20:55 -05:00
  • 8ba6277cce use 'atty' to detect when colors can be used Dustin J. Mitchell 2020-12-20 19:54:38 -05:00
  • 7d17740ca8 use a generic Write instance for command output Dustin J. Mitchell 2020-12-20 19:45:24 -05:00
  • 6b550e7516 implement cli help Dustin J. Mitchell 2020-12-20 18:42:21 -05:00
  • 3964e7f3de Changelog: Fix attribution Tomas Babej 2020-12-20 17:04:07 -05:00
  • 9d32b34b49 docs: Add information about unicode characters Tomas Babej 2020-12-20 15:37:01 -05:00
  • e6edac7edd build: Update libshared to version supporting Unicode 11 Tomas Babej 2020-12-20 15:27:25 -05:00
  • 2c579b9f01 Switch to a command-line API closer to TaskWarrior Dustin J. Mitchell 2020-12-03 06:58:10 +00:00
  • 87bb829634 Merge pull request #96 from srfraser/i88_append Dustin J. Mitchell 2020-12-18 16:38:38 -05:00
  • ee341ac7d5 subcommands: prepend and append to description Simon Fraser 2020-12-17 12:59:50 +00:00
  • 7dfff13b06 tests: Allow match for 8 bit color code in color.rules.t Tomas Babej 2020-12-14 23:13:40 -05:00
  • 982308412d libshared: Updated to 418a1873aea42f0ed719218628b0ee166b2c281c Tomas Babej 2020-12-14 22:37:13 -05:00
  • e37ab8a9ed rules: Reduce code duplication Tomas Babej 2020-12-14 21:46:52 -05:00
  • 2336c4039d rules: Mark coloring implementations that are not consistent with their corresponding virtual tags Tomas Babej 2020-12-14 21:45:23 -05:00
  • 2adc5994d5 rules: Make colorizeOverdue properly process dateEarlierToday date state Tomas Babej 2020-12-14 21:29:18 -05:00
  • fbf8fe688e CmdCalendar: Properly colorize overdue task from today Tomas Babej 2020-12-14 21:23:55 -05:00
  • bfae79eac7 CmdCalendar: Remove accidental repeated blending Tomas Babej 2020-12-14 21:19:19 -05:00
  • 83a55ccfe5 tests: Add test for coloring an overdue task from earlier today Tomas Babej 2020-12-14 21:52:09 -05:00
  • eb32c9d8d7 Context: Correctly handle XDG_CONFIG_HOME paths ending with '/' Tomas Babej 2020-12-10 23:49:00 -05:00
  • f0e34a7ef7 Context: Do not append .config if XDG_CONFIG_HOME is defined Tomas Babej 2020-12-10 23:34:24 -05:00
  • b64e754000 cmake: Bring back commit.h.in and cmake.h.in Tomas Babej 2020-12-10 22:14:04 -05:00
  • 8013654577 cmake: Add additional ignored files for make_package Tomas Babej 2020-12-10 21:49:42 -05:00
  • 1a52c59356 tests: Add test to ensure 64 bit time_t Tomas Babej 2020-12-10 00:51:41 -05:00
  • af5e81434f tests: Parallelize more when compiling TW Tomas Babej 2020-12-10 00:03:12 -05:00
  • 6d74b62dc4 docs: Add entries for alternate location of taskrc to ChangeLog/NEWS Tomas Babej 2020-12-09 22:57:57 -05:00
  • 1b14ee80bc docs: Clean up ChangeLog and NEWS with duplicated entries from 2.5.2 Tomas Babej 2020-12-09 22:48:41 -05:00
  • 962a8fbe9a AUTHORS: Add Julien among authors Tomas Babej 2020-12-09 22:14:28 -05:00
  • 5dc42df7d0 Context: Correctly respect empty XDG_CONFIG_HOME Tomas Babej 2020-12-09 21:21:17 -05:00
  • 1f98b9d128 Context: Adjust styling Tomas Babej 2020-12-09 20:35:13 -05:00
  • dea098d155 update docs to specify XDG_CONFIG_HOME is a valid option Julien Rabinow 2020-12-03 01:37:20 -08:00
  • 5256797ea9 add support for XDG_CONFIG_HOME Julien Rabinow 2020-12-03 01:32:27 -08:00
  • 46b553dd8c reorder code to be in same order as comments (intuitive order) Julien Rabinow 2020-12-03 01:30:02 -08:00
  • 1aa77c9ede fix home_dir variable definition Julien Rabinow 2020-12-03 01:29:36 -08:00
  • d29ddec34f NEWS: Fix URL for issue submission Tomas Babej 2020-12-08 00:43:14 -05:00
  • 4d5d901214 NEWS: Fix URL for issue submission Tomas Babej 2020-12-08 00:43:14 -05:00
  • fcfe01f301 recur: Prevent infinite loops with 0 periods Tomas Babej 2020-12-06 20:49:35 -05:00
  • ccb222a31b tests: Make faketime tests less susceptible to race conditions Tomas Babej 2020-12-06 12:00:34 -05:00
  • 83f71520d2 tests: Make faketime tests less susceptible to race conditions Tomas Babej 2020-12-06 12:00:34 -05:00
  • ee15bfa1db tests: Skip the diagnostics test on Ubuntu 16.04 Tomas Babej 2020-12-06 11:37:27 -05:00
  • 54cfc6cab9 DEVELOPER: Change current release branch version Tomas Babej 2020-12-06 11:13:30 -05:00
  • 36594df1a9 docs: Update test suite requirements Tomas Babej 2020-12-06 11:13:15 -05:00
  • c223b0694c docs: Update compiler requirements Tomas Babej 2020-12-06 11:12:58 -05:00
  • fdaabcf956 Update diag.t to correct C++ version Max Rossmannek 2020-11-22 13:04:39 +01:00
  • 0202898732 Updated build to use C++17 by default Paul Beckingham 2020-11-20 17:47:13 -05:00
  • f2abee3606 travis: Preserve Ubuntu 16.04 Tomas Babej 2020-12-06 10:11:03 -05:00
  • c6ec416e30 ci: Rename Arch container to make it clear we're testing on rolling base Tomas Babej 2020-12-06 02:16:40 -05:00
  • 9a193e26ec ci: Add support for CentOS 8 Tomas Babej 2020-12-06 01:55:17 -05:00
  • 2657880ff3 ci: Replace F28 and F29 with F31, F32 and F33 Tomas Babej 2020-12-06 01:35:47 -05:00
  • 497262d23c ci: Add Ubuntu 20.04 Tomas Babej 2020-12-06 00:53:11 -05:00
  • 1b745bc505 ci: Properly setup en_US.UTF-8 locale for Ubuntu containers Tomas Babej 2020-12-06 00:22:32 -05:00
  • 2620714b43 Fix Arch docker image Max Rossmannek 2020-11-28 15:59:37 +01:00
  • 4ebf611b91 Fix faketime packages Max Rossmannek 2020-11-28 15:59:23 +01:00
  • 862ae0b969 Replace libfaketime with faketime in debianstable Max Rossmannek 2020-11-26 23:42:04 +01:00
  • b634dea7ab Attempt greedy docker config update Max Rossmannek 2020-11-26 23:38:55 +01:00
  • 2931be613b Enforce Python 3 in test_hooks/wrapper Max Rossmannek 2020-11-26 23:35:50 +01:00
  • 6d2ecaa15c Enforce Python 3 for unittests Max Rossmannek 2020-11-26 23:33:32 +01:00
  • a8c215774b tests: Implement mechanism for expected failures in C++ tests Tomas Babej 2020-12-05 21:19:27 -05:00
  • 0ae2f2a5fd Revert "Poor implementation of linewrap restored to task" Max Rossmannek 2020-12-06 14:39:05 +01:00
  • af49667adb ci: Rename Arch container to make it clear we're testing on rolling base Tomas Babej 2020-12-06 02:16:40 -05:00
  • a6bbeeaab5 ci: Add support for CentOS 8 Tomas Babej 2020-12-06 01:55:17 -05:00
  • 53e39760ab ci: Replace F28 and F29 with F31, F32 and F33 Tomas Babej 2020-12-06 01:35:47 -05:00
  • 88ea8544f6 ci: Add Ubuntu 20.04 Tomas Babej 2020-12-06 00:53:11 -05:00
  • 2b9525980e ci: Removing support for Ubuntu 16.04 Tomas Babej 2020-12-06 00:28:04 -05:00
  • bf99dedc07 ci: Properly setup en_US.UTF-8 locale for Ubuntu containers Tomas Babej 2020-12-06 00:22:32 -05:00
  • 9e9ef6a210 tests: Allow specifying lexer tests as expected failures Tomas Babej 2020-12-05 21:20:18 -05:00
  • efc56d3ab6 tests: Implement mechanism for expected failures in C++ tests Tomas Babej 2020-12-05 21:19:27 -05:00
  • d25d930ada tests: Unmark unexpected successes Tomas Babej 2020-12-05 19:35:40 -05:00
  • 095d51e479 tests: Properly label and detect unexpected successes Tomas Babej 2020-12-05 19:28:33 -05:00
  • aa97cc7108 holidays: Update holidays using newest holidata.net data Tomas Babej 2020-12-05 17:11:32 -05:00
  • a186d9f73f CMake: Also ignore .travis for the tarball build Tomas Babej 2020-12-05 16:57:49 -05:00
  • 7402f00981 CMake: Exclude .github directory Tomas Babej 2020-12-05 16:51:54 -05:00
  • 642f250f72 tests: Mark failing corner case tests as expected for 2.6.0 Tomas Babej 2020-12-05 16:40:28 -05:00
  • 9f5a38df60 NEWS: Remove 2.5.2 content, put placeholders for 2.5.3 Tomas Babej 2020-12-05 18:19:24 -05:00
  • 5e30a65689 CMake: Bump version number to 2.5.3 Tomas Babej 2020-12-05 18:16:58 -05:00
  • c1de01d594 ChangeLog: Update the current release Tomas Babej 2020-12-05 17:48:45 -05:00
  • 2dd21de678 Merge branch '2.5.2' into master Tomas Babej 2020-12-05 17:46:20 -05:00
  • b0c17d1163 holidays: Update holidays using newest holidata.net data v2.5.2 Tomas Babej 2020-12-05 17:11:32 -05:00
  • 36d13508d4 CMake: Also ignore .travis for the tarball build Tomas Babej 2020-12-05 16:57:49 -05:00
  • fdc290c546 CMake: Exclude .github directory Tomas Babej 2020-12-05 16:51:54 -05:00
  • cd1d42bc9d tests: Mark failing corner case tests as expected for 2.5.2 Tomas Babej 2020-12-05 16:40:28 -05:00
  • 3e0a428185 Revert "[clang-tidy] Use .empty instead of comparing size" Paul Beckingham 2020-12-05 16:18:15 -05:00
  • b2d46a1eba Revert "[clang-tidy] Use auto where the type is known" Paul Beckingham 2020-12-05 16:18:15 -05:00
  • 0a3a4d364d Revert "[clang-tidy] Use new range based loops" Paul Beckingham 2020-12-05 16:18:15 -05:00
  • e3e158bf6a Revert "[clang-tidy] Replace push_back with emplace_back" Paul Beckingham 2020-12-05 16:18:15 -05:00
  • ead50d4d6e Revert "[clang-tidy] Use default to initialize constructors" Paul Beckingham 2020-12-05 16:18:15 -05:00
  • aa841f98c9 Revert "[clang-tidy] Add const where it makes sense" Paul Beckingham 2020-12-05 16:18:15 -05:00
  • 2652a9d3f1 Revert "[clang-tidy] Add const references where useful" Paul Beckingham 2020-12-05 16:18:15 -05:00
  • 8cf4e3de08 Revert "[clang-tidy] Access static member through qualified-id" Paul Beckingham 2020-12-05 16:18:15 -05:00