CVS log for parser3/src/types/pa_varray.C
Up to [parser3project] / parser3 / src / types
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 3 days ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +2 -2 lines
Copyright year updated, websites links changed to https://
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 26 00:52:15 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +2 -2 lines
implements feature #1277
String::Body(const char *abody) now explicit
but HashString::put(const char *str, V value) added for simplicity
optimizations:
HASH_PUT_CSTR used where hash.put called several time during execution;
caching String::Body::uitoa used at all pash.put(<uint> calls.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 4 03:53:25 2024 UTC (18 months, 4 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1,
release_3_5_0
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +2 -2 lines
Copyright year updated
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 26 18:53:37 2024 UTC (19 months ago) by moko
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +3 -4 lines
confirm_all_used added where possible (related to feature #930)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 23 23:53:06 2024 UTC (19 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +7 -9 lines
VArray::hash is used rarery, no longer caching the result
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 20 13:29:37 2024 UTC (19 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +2 -2 lines
warnings war
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 8 00:02:42 2024 UTC (19 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +4 -1 lines
Visual Studio compatibilty issues fixed
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Sep 22 13:56:09 2024 UTC (20 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +8 -1 lines
$MAIN:LIMITS.max_array_size added, default 1000000 (related to feature #930)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 16 23:22:52 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +1 -11 lines
array: fused -> fsize, fit(index) to resize if required. spared array - added fused, append.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 10 19:15:48 2024 UTC (20 months, 3 weeks ago) by moko
Branches: MAIN
sparse-array class added (initial feature #930 implementation)
E-mail: