Groups
Groups
Sign in
Groups
Groups
farcommits
Conversations
About
Send feedback
Help
Group path
farcommits
1–30 of 21378
Mark all as read
Report group
0 selected
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: change type (ee78889)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: change type (ee78889)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Grow the CRegExp parse stack with std::vector instead of manual realloc and memcpy. (a574d0b)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Grow the CRegExp parse stack with std::vector instead of manual realloc and memcpy. (a574d0b)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Reject inverted CRegExp {n,m} ranges at compile time instead of matching past the upper bound. (48f14b4)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Reject inverted CRegExp {n,m} ranges at compile time instead of matching past the upper bound. (48f14b4)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Use the first-character filter while searching so positionMoves skips impossible offsets. (bda1352)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Use the first-character filter while searching so positionMoves skips impossible offsets. (bda1352)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Guard CRegExp backtrace copies with sanitized bounds and share the captured-range matcher. (a12ba6a)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Guard CRegExp backtrace copies with sanitized bounds and share the captured-range matcher. (a12ba6a)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Clear CRegExp first-char cache when replacing a pattern so a failed recompile cannot dangle firstNode. (cc5655d)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Clear CRegExp first-char cache when replacing a pattern so a failed recompile cannot dangle firstNode. (cc5655d)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Fix SRegInfo destructor to free union members by opcode instead of treating the union as a pointer. (28a9662)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Fix SRegInfo destructor to free union members by opcode instead of treating the union as a pointer. (28a9662)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Build CRegExp ReWord nodes with UnicodeString::append instead of a temporary buffer. (df12235)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Build CRegExp ReWord nodes with UnicodeString::append instead of a temporary buffer. (df12235)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Keep CRegExp parse-stack actions as ReAction instead of mixing them with bool. (eb6c5c8)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Keep CRegExp parse-stack actions as ReAction instead of mixing them with bool. (eb6c5c8)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Parse CRegExp groups in-place instead of copying the pattern tail at each '('. (30c4ff3)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Parse CRegExp groups in-place instead of copying the pattern tail at each '('. (30c4ff3)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Reset CRegExp parse stack depth at the start of each match. (1bb2f85)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Reset CRegExp parse stack depth at the start of each match. (1bb2f85)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Make CRegExp getters const and delete copy/move of CRegExp and SRegInfo. (186b1e4)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Make CRegExp getters const and delete copy/move of CRegExp and SRegInfo. (186b1e4)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[FarGroup/FarManager] master: Refactoring (af8f648ec)
Repository : https://github.com/FarGroup/FarManager On branch : master Link : https://github.com/
unread,
[FarGroup/FarManager] master: Refactoring (af8f648ec)
Repository : https://github.com/FarGroup/FarManager On branch : master Link : https://github.com/
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Fix CRegExp docs and drop leftover includes and comments. (63dfaf4)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Fix CRegExp docs and drop leftover includes and comments. (63dfaf4)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Remove unused CRegExp ops ReMul/RePlus/ReQuest/ReNG* and ReNEnum. (d17db31)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Remove unused CRegExp ops ReMul/RePlus/ReQuest/ReNG* and ReNEnum. (d17db31)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Drop unfinished NAMED_MATCHES_IN_HASH and CHECKNAMES from CRegExp. (01226fa)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Drop unfinished NAMED_MATCHES_IN_HASH and CHECKNAMES from CRegExp. (01226fa)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Treat CRegExp groups beyond 16 slots as non-capturing so existing HRC still compiles. (c236eef)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Treat CRegExp groups beyond 16 slots as non-capturing so existing HRC still compiles. (c236eef)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Drop Perl-style /m tests; Colorer regexps are line-based. (98f807f)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Drop Perl-style /m tests; Colorer regexps are line-based. (98f807f)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Reject out-of-range CRegExp escapes and copy \\Y{name} from named groups. (d947a99)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Reject out-of-range CRegExp escapes and copy \\Y{name} from named groups. (d947a99)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: Preserve CRegExp compile errors instead of overwriting them with EBRACKETS. (e5107f1)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: Preserve CRegExp compile errors instead of overwriting them with EBRACKETS. (e5107f1)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] cregexp_refactoring: add test for CRegExp (881569e)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
unread,
[colorer/Colorer-library] cregexp_refactoring: add test for CRegExp (881569e)
Repository : https://github.com/colorer/Colorer-library On branch : cregexp_refactoring Link : https:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] branch 'cregexp_refactoring' created
Repository : https://github.com/colorer/Colorer-library New branch : cregexp_refactoring Referencing:
unread,
[colorer/Colorer-library] branch 'cregexp_refactoring' created
Repository : https://github.com/colorer/Colorer-library New branch : cregexp_refactoring Referencing:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] master's head updated: Merge pull request #43 from colorer/catch (cdfd37d)
Repository : https://github.com/colorer/Colorer-library Branch 'master' now includes: 3182069
unread,
[colorer/Colorer-library] master's head updated: Merge pull request #43 from colorer/catch (cdfd37d)
Repository : https://github.com/colorer/Colorer-library Branch 'master' now includes: 3182069
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] master: Merge pull request #43 from colorer/catch (cdfd37d)
Repository : https://github.com/colorer/Colorer-library On branch : master Link : https://github.com/
unread,
[colorer/Colorer-library] master: Merge pull request #43 from colorer/catch (cdfd37d)
Repository : https://github.com/colorer/Colorer-library On branch : master Link : https://github.com/
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] catch,master: fix logger init in tests (1f098aa)
Repository : https://github.com/colorer/Colorer-library On branches: catch,master Link : https://
unread,
[colorer/Colorer-library] catch,master: fix logger init in tests (1f098aa)
Repository : https://github.com/colorer/Colorer-library On branches: catch,master Link : https://
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] branch 'perf_from_far2l' deleted
Repository : https://github.com/colorer/Colorer-library Deleted branch: perf_from_far2l
unread,
[colorer/Colorer-library] branch 'perf_from_far2l' deleted
Repository : https://github.com/colorer/Colorer-library Deleted branch: perf_from_far2l
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] catch: change catch2 v2 to v3 (3182069)
Repository : https://github.com/colorer/Colorer-library On branch : catch Link : https://github.com/
unread,
[colorer/Colorer-library] catch: change catch2 v2 to v3 (3182069)
Repository : https://github.com/colorer/Colorer-library On branch : catch Link : https://github.com/
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] branch 'catch' created
Repository : https://github.com/colorer/Colorer-library New branch : catch Referencing:
unread,
[colorer/Colorer-library] branch 'catch' created
Repository : https://github.com/colorer/Colorer-library New branch : catch Referencing:
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] master's head updated: Merge pull request #42 from colorer/perf_from_far2l (6a1c735)
Repository : https://github.com/colorer/Colorer-library Branch 'master' now includes: cd6ac9f
unread,
[colorer/Colorer-library] master's head updated: Merge pull request #42 from colorer/perf_from_far2l (6a1c735)
Repository : https://github.com/colorer/Colorer-library Branch 'master' now includes: cd6ac9f
Aug 16
farg...@farmanager.com
Aug 16
[colorer/Colorer-library] master: Merge pull request #42 from colorer/perf_from_far2l (6a1c735)
Repository : https://github.com/colorer/Colorer-library On branch : master Link : https://github.com/
unread,
[colorer/Colorer-library] master: Merge pull request #42 from colorer/perf_from_far2l (6a1c735)
Repository : https://github.com/colorer/Colorer-library On branch : master Link : https://github.com/
Aug 16