Commit Graph

  • 3e8cb20284 Color: Improve colorize() performance Wilhelm Schuermann 2015-10-31 12:05:36 +01:00
  • 5b2328cd6c legacy: Now uses static initialization Paul Beckingham 2015-11-01 23:03:38 -05:00
  • 7c5055de7a DOM: Converted from strtol to std::stoi Paul Beckingham 2015-11-01 22:55:14 -05:00
  • 7158942d03 Nibbler: Converted from strtof to std::stod Paul Beckingham 2015-11-01 22:10:13 -05:00
  • 8f60b1f9c5 Feedback: Converted from strtol to std::stoul Paul Beckingham 2015-11-01 22:09:01 -05:00
  • 02f1fa371c CmdTimesheet: Converted from strtol to std::stoi Paul Beckingham 2015-11-01 22:08:24 -05:00
  • 0d88df1c18 CmdSummary: Converted from strtol to std::stoul Paul Beckingham 2015-11-01 22:07:46 -05:00
  • 2b8ce968fc CmdStats: Converted from strtol to std::stoul Paul Beckingham 2015-11-01 22:06:28 -05:00
  • 037514bcbf CmdInfo: Converted from strtol to std::stoul Paul Beckingham 2015-11-01 22:05:46 -05:00
  • 3745f83a7b CmdCalendar: Converted from strtol to std::stoul/stoi Paul Beckingham 2015-11-01 22:05:11 -05:00
  • cf831a9b7c CmdEdit: Converted from strtol to std::stoi/stoul Paul Beckingham 2015-11-01 22:00:44 -05:00
  • 368df43583 Recurrence: Converted from strtol to std::stoi Paul Beckingham 2015-11-01 21:54:29 -05:00
  • 8db04b8ec1 sort: Converted from strtof to std::stof Paul Beckingham 2015-11-01 21:53:07 -05:00
  • d9cf0fb923 Task: Converted from strto* to std::sto* Paul Beckingham 2015-11-01 21:49:34 -05:00
  • 8205fd2446 ISO8601: Converted from strtol to std::stoi/stoul Paul Beckingham 2015-11-01 21:46:32 -05:00
  • 91afa9b567 CLI2: Converted from strtol to std::stoi Paul Beckingham 2015-11-01 21:44:08 -05:00
  • c903185481 DOM: Concerted from strtol to std::stoul/stoi Paul Beckingham 2015-11-01 21:42:53 -05:00
  • d295755bb7 Dates: Converted from strtol to std::stoi Paul Beckingham 2015-11-01 21:41:47 -05:00
  • 8e214d1b14 Context: Converted from strtol to std::stoi Paul Beckingham 2015-11-01 21:39:19 -05:00
  • 6df55c9156 Variant: Converted from strtol/substr to std::stoi/std::compare Paul Beckingham 2015-11-01 21:33:07 -05:00
  • bdfd22ad88 TDB2: Converted from strtoul to std::stoul Paul Beckingham 2015-11-01 21:31:10 -05:00
  • e3ea548de0 Col*: Missing paren Paul Beckingham 2015-11-01 20:12:47 -05:00
  • 36ad7ead41 C++11: Converted from strtoimax to std::stoi Paul Beckingham 2015-11-01 20:03:51 -05:00
  • 5c8b7148b4 Task: Moved include to top of list, per flint++ recommendation Paul Beckingham 2015-11-01 19:59:10 -05:00
  • 5d9ca9864e Cmd*: Moved include to top of list, per flint++ recommendation Paul Beckingham 2015-11-01 19:53:19 -05:00
  • aceebb0723 Col*: Moved include to top of list, per flint++ recommendation Paul Beckingham 2015-11-01 19:47:20 -05:00
  • db49efd72f C++11: Migrated from strtod to std::stod Paul Beckingham 2015-11-01 19:44:15 -05:00
  • abc988476d Docs: Added gcc requirement for Cygwin Paul Beckingham 2015-11-01 19:34:24 -05:00
  • ee9d303b10 Task: Removed unnecessary chomp in ::parse Paul Beckingham 2015-11-01 19:14:41 -05:00
  • 2aa3163451 Task: Use one-step attribute erase Paul Beckingham 2015-11-01 19:03:04 -05:00
  • 136f849aa8 Task: Converted to use to_string where appropriate Paul Beckingham 2015-11-01 18:56:50 -05:00
  • b4035d6ff5 Recurrence: Converted from sprintf to std::to_string Paul Beckingham 2015-11-01 18:49:11 -05:00
  • f339672b89 Variant: Converted from sprintf to std::to_string Paul Beckingham 2015-11-01 18:36:37 -05:00
  • d1a6fecde3 ISO8601: Converted ::toString from sprintf for std::stringstream Paul Beckingham 2015-11-01 18:02:55 -05:00
  • 7a48d25eaa ISO8601: Implemented ::dayNameShort and ::monthNameShort Paul Beckingham 2015-11-01 18:01:24 -05:00
  • 9143d8b8e7 ISO8601: Covnerted from sprintf to std::stringstream Paul Beckingham 2015-11-01 17:20:48 -05:00
  • d8c5927362 ISO8601: Removed cowardly segfault fix Paul Beckingham 2015-11-01 17:04:08 -05:00
  • 78b8fc5dc7 Column: Phasing out text.cpp/nontrivial() Paul Beckingham 2015-11-01 16:48:34 -05:00
  • b5c4bf0a6d Performance: Removed unnecessary std::string::substr in high-traffic code Paul Beckingham 2015-11-01 16:10:49 -05:00
  • 25b7f42810 CmdExport: Simplified looping with 'auto' Paul Beckingham 2015-11-01 13:50:45 -05:00
  • 20493ec7d8 ColTypeDuration: Added missing type Paul Beckingham 2015-10-31 17:08:35 -04:00
  • 46db62ff00 ColTypeDate: Now uses ::renderString{Left,Right} Paul Beckingham 2015-10-31 16:56:58 -04:00
  • ce507c0011 ColUDA: Now uses ::renderString{Left,Right} Paul Beckingham 2015-10-31 16:56:25 -04:00
  • cd70d56260 ColString: Now uses ::renderString{Left,Right} Paul Beckingham 2015-10-31 16:55:55 -04:00
  • 410175efd3 ColStart: Now uses ::renderStringRight Paul Beckingham 2015-10-31 16:55:32 -04:00
  • 5c9f1f7b45 ColRecue: Now uses ::renderStringRight Paul Beckingham 2015-10-31 16:55:00 -04:00
  • 99f6e6d634 ColProject: Now uses ::renderStringLeft Paul Beckingham 2015-10-31 16:54:44 -04:00
  • 281366e38b ColMask: Now uses ::renderStringRight Paul Beckingham 2015-10-31 16:54:21 -04:00
  • 87a35d4dec ColID: Now uses ::renderStringRight Paul Beckingham 2015-10-31 16:53:50 -04:00
  • 3d832a0d5a ColDescription: Now uses ::renderStringLeft Paul Beckingham 2015-10-31 16:15:47 -04:00
  • 83fa5a6e55 ColStatus: Now uses ::renderStringLeft Paul Beckingham 2015-10-31 16:15:24 -04:00
  • 43cdb0fa3a ColTags: Now uses ::renderStringRight Paul Beckingham 2015-10-31 16:15:05 -04:00
  • 4411fc02c5 ColMask: Now uses ::renderStringLeft Paul Beckingham 2015-10-31 16:14:44 -04:00
  • 292e2f1b89 ColDepends: Now uses ::renderStringLeft Paul Beckingham 2015-10-31 16:14:14 -04:00
  • 06c50efa63 ColUUID: Now uses ::renderStringLeft Paul Beckingham 2015-10-31 15:54:35 -04:00
  • 65b8fb7bce ColParent: Fixed short form truncation Paul Beckingham 2015-10-31 15:53:15 -04:00
  • 668fd2301e ColParent: Now uses ::renderStringLeft Paul Beckingham 2015-10-31 15:44:05 -04:00
  • 04c3e9e537 Column: Implemented ::renderStringLeft, ::renderStringRight Paul Beckingham 2015-10-31 15:42:32 -04:00
  • 43e4f8a485 ColUrgency: Now uses Column::render{Integer,Double} Paul Beckingham 2015-10-31 15:24:03 -04:00
  • 4c55b8c9af ColID: Uses Column::renderInteger Paul Beckingham 2015-10-31 15:23:04 -04:00
  • 4837e9aa9d ColTypeNumeric: Delegated type to base class Paul Beckingham 2015-10-31 15:22:25 -04:00
  • 9ea69ea802 Column: Explained justification Paul Beckingham 2015-10-31 15:20:35 -04:00
  • 4d42584ca0 Column: Implemented ::renderDouble Paul Beckingham 2015-10-31 15:19:19 -04:00
  • b8ae54275e Column: Implemented ::renderInteger Paul Beckingham 2015-10-31 15:16:51 -04:00
  • dc72a22887 Col*: Moving code into ColTypeString base Paul Beckingham 2015-10-31 14:35:06 -04:00
  • de9c0b97f6 Col*: Assigned a type-specific base class to each column object Paul Beckingham 2015-10-31 12:12:30 -04:00
  • 3475995f39 ColType*: Added Duration, String and Numeric type base classes Paul Beckingham 2015-10-31 11:51:14 -04:00
  • 2a6ce539d0 ColTypeDate: Renamed 'ColDate' to 'ColTypeDate' Paul Beckingham 2015-10-31 11:35:24 -04:00
  • 6baff92b5a Column: Removed ::can_modify, which is moot Paul Beckingham 2015-10-31 11:14:23 -04:00
  • 2ff8d8329f TW-1720: CmdContext uses a mix of both throw and std::cout to convey errors Tomas Babej 2015-10-30 16:40:13 -04:00
  • 8505d8a42c tests: Make sure correct output stream is expected in CmdContext tests Tomas Babej 2015-10-30 20:14:33 +01:00
  • 98973a9390 CmdContext: Handle errors in a consistent way Tomas Babej 2015-10-30 20:13:56 +01:00
  • ba23b926dd Lexer: Missing include Paul Beckingham 2015-10-30 12:44:00 -04:00
  • 2f23406087 Perf: Removed Python3 requirement, which is not needed Paul Beckingham 2015-10-30 12:39:03 -04:00
  • b4fc2b5583 JSON: Added std::string::reserve to compensate for growth Paul Beckingham 2015-10-30 12:37:50 -04:00
  • 6ce3285c77 Lexer: Modified ::trim to make one less copy Paul Beckingham 2015-10-30 11:41:16 -04:00
  • 182b5427cd Lexer: Migrated trim(), trimLeft() and trimRight() from text to Lexer Paul Beckingham 2015-10-30 11:17:23 -04:00
  • 51def4b12b Lexer: Migrated commify, ucFirst and lowerCase from text to Lexer Paul Beckingham 2015-10-30 10:57:14 -04:00
  • 7119c42780 Performance: Crude comparison script bugfix Wilhelm Schuermann 2015-10-30 09:34:40 +01:00
  • 112621ef13 CmdIDs: _zshuuids no longer obeys context Paul Beckingham 2015-10-30 00:51:37 -04:00
  • 4d9ac995fe CmdUrgency: _urgency no longer obeys context Paul Beckingham 2015-10-30 00:50:49 -04:00
  • 54ca77bfab Variant: Uses ISO8601{d,p} instead of duplicating formatting Paul Beckingham 2015-10-30 00:39:53 -04:00
  • 61fc32d04f ISO8601: Added ::toISOLocalExtended method Paul Beckingham 2015-10-30 00:38:49 -04:00
  • 1cb295ef67 Task: Removed legacy encodings Paul Beckingham 2015-10-30 00:12:52 -04:00
  • dd82835ac4 Nibbler: Removed unused ::backN method Paul Beckingham 2015-10-29 23:55:43 -04:00
  • 297f2b6e99 Nibbler: Removed unused ::skipAll method Paul Beckingham 2015-10-29 23:53:17 -04:00
  • 119827e4e1 Nibbler: Removed unused ::getDigit6 method Paul Beckingham 2015-10-29 23:46:48 -04:00
  • 88469fc5f9 Nibbler: Removed unused ::getUntilEOL method Paul Beckingham 2015-10-29 23:41:01 -04:00
  • 0c5984c517 Nibbler: Removed unused ::getWord method Paul Beckingham 2015-10-29 23:34:46 -04:00
  • 78da4ffb90 Nibbler: Removed unused ::getName method Paul Beckingham 2015-10-29 23:32:07 -04:00
  • 38b9e54955 Nibbler: Removed unused ::getUUID method Paul Beckingham 2015-10-29 23:28:42 -04:00
  • 4098e54238 Nibbler: Removed duplicate includes Paul Beckingham 2015-10-29 23:26:05 -04:00
  • 1e8eac0e3d Nibbler: Removed unused ::getRx method Paul Beckingham 2015-10-29 23:23:41 -04:00
  • de66200028 Nibbler: Removed unused ::getUntilRx method Paul Beckingham 2015-10-29 23:19:41 -04:00
  • 180d3e75ff Nibbler: Removed unused ::skipRx method Paul Beckingham 2015-10-29 23:15:04 -04:00
  • ad26d98d0f UTF8: Cleanup Paul Beckingham 2015-10-29 23:14:46 -04:00
  • de8c7d230f CmdDiagnostics: Add broken reference detection Tomas Babej 2015-09-18 19:26:54 +02:00
  • 0693f3cfc4 CmdDiagnostics: Remove redundant nesting Tomas Babej 2015-09-18 15:40:02 +02:00
  • 22368b9a40 Revive TDB2::has and TF2::has methods Tomas Babej 2015-10-30 00:56:22 +01:00
  • 2d25cf6f59 TW-1704: Task: Use Task::identifier to reference the task Tomas Babej 2015-10-30 00:37:20 +01:00