source: libcfa/src/collections

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @829a955   5 months pabuhr update strings, update for-control and string documentation stuck-waitfor-destruct
(edit) @421b242   5 months pabuhr formatting stuck-waitfor-destruct
(edit) @1324fde   5 months pabuhr add all combinations of include/exclude with string, char *, … stuck-waitfor-destruct
(edit) @ad41cbd   6 months pabuhr restructure forall clauses for dlist stuck-waitfor-destruct
(edit) @7806f91   6 months mlbrooks Add code for reproducing performance numbers in thesis draft of 16a843 stuck-waitfor-destruct
(edit) @ae0c1c3   9 months ajbeach Rewrote the iostream traits to have a single assertion each, a table … stuck-waitfor-destruct
(edit) @6b33e89   9 months pabuhr change backquote call to regular call stuck-waitfor-destruct
(edit) @65b0402   10 months pabuhr formatting and add return values stuck-waitfor-destruct
(edit) @0eacfd4   10 months pabuhr formatting and adding alternate-named list routines stuck-waitfor-destruct
(edit) @9dd1dd6   10 months pabuhr formatting stuck-waitfor-destruct
(edit) @768d091   10 months pabuhr rename I/O function "clear" to "clearerr" stuck-waitfor-destruct
(edit) @5ad6f0d   10 months pabuhr more inlining, add strnlen and strncmp for string type stuck-waitfor-destruct
(edit) @30548de   10 months pabuhr change manipulator name quoted to quote stuck-waitfor-destruct
(edit) @c4f8c4bf   10 months mlbrooks Fix string-operator handling on += stuck-waitfor-destruct
(edit) @dab6e39   10 months pabuhr small cleanups stuck-waitfor-destruct
(edit) @d03a386   10 months mlbrooks Give a few string operator overloads a preference boost. Intent is to … stuck-waitfor-destruct
(edit) @570e7ad   10 months mlbrooks Make string operator-overload costs match their intuitively equivalent … stuck-waitfor-destruct
(edit) @3f631d6   10 months mlbrooks Switch string io to be generic upon iostream, rather than specific … stuck-waitfor-destruct
(edit) @234c432   10 months mlbrooks Reorder string quasi-lifecycle functions to ensure string dtor called … stuck-waitfor-destruct
(edit) @9018dcf   10 months pabuhr updates to string type stuck-waitfor-destruct
(edit) @ed5023d1   10 months pabuhr fix substring error being outside of string, simplify comparison … stuck-waitfor-destruct
(edit) @96a11655   10 months pabuhr fix bug concatenating char and string stuck-waitfor-destruct
(edit) @6b765d5   10 months pabuhr add non-backwards compatible string operations stuck-waitfor-destruct
(edit) @ee70ff5   10 months pabuhr harmonize length computations to function name "len" stuck-waitfor-destruct
(edit) @4223317   10 months pabuhr test some string operation changes stuck-waitfor-destruct
(edit) @8c2723f   11 months pabuhr change name shareEdit to share stuck-waitfor-destruct
(edit) @a8e2215   12 months mlbrooks Tidy vector-iterator POC and remedy its warnings stuck-waitfor-destruct
(edit) @641707d   12 months ajbeach More fixing of warnings. Including another error that slipped through … stuck-waitfor-destruct
(edit) @1f6623c   13 months mlbrooks Try to fix full build by removing missed x86-debug-specific workaround … stuck-waitfor-destruct
(edit) @a6b48f6   13 months pabuhr formatting, comment out unused parameter names to remove warnings stuck-waitfor-destruct
(edit) @5db913f   14 months mlbrooks Work around #269 in array bound-check printing, to avoid … stuck-waitfor-destruct
(edit) @8ee211d   14 months mlbrooks Make array and list headers free of warnings upon include and as used … stuck-waitfor-destruct
(edit) @1a7203d   16 months pabuhr change CFA runtime libraries to use C designator syntax stuck-waitfor-destruct
(edit) @cdf7d43   17 months mlbrooks Hopefully fix broken build, from multiple declarations of arrah.hfa's … stuck-waitfor-destruct
(edit) @1665ee5   17 months mlbrooks Add uArray delayed-initialization equivalent to CFA array stuck-waitfor-destruct
(edit) @3ac5fd8   18 months pabuhr first attempt changing end-of-file to an exception stuck-waitfor-destruct
(edit) @c4d6c90   18 months pabuhr formatting, documentation stuck-waitfor-destruct
(edit) @4dab7e8   18 months pabuhr formatting, add str conversion routines, add more combinations of ?+? … stuck-waitfor-destruct
(edit) @b8e047a   18 months pabuhr formatting stuck-waitfor-destruct
(edit) @fee4436   18 months pabuhr make subscript check DEBUG only, remove #include <assert.h>, which is … stuck-waitfor-destruct
(edit) @5ff721a   18 months pabuhr forgot period at end of error message. stuck-waitfor-destruct
(edit) @1bb0170   18 months pabuhr formatting, replace subscript-check asserts with error message stuck-waitfor-destruct
(edit) @fbe3f03   22 months pabuhr formatting stuck-waitfor-destruct
(edit) @714e206   2 years pabuhr more cleanup, changes related to detection of missing values during input stuck-waitfor-destruct
(edit) @211def2   2 years pabuhr omnibus I/O changes to get quoted manipulator to work stuck-waitfor-destruct
(edit) @5764204   2 years pabuhr restrict nesting of manipulators and update manipulator test stuck-waitfor-destruct
(edit) @f2898df   2 years mlbrooks Implement string initialization and assignment from various numeric types stuck-waitfor-destruct
(edit) @b1eefe50   2 years mlbrooks Adjust string assignment declarations for consistent/standard return type. stuck-waitfor-destruct
(edit) @e8b3717   2 years mlbrooks Modify substring interface from start-end to start-len, and add a … stuck-waitfor-destruct
(edit) @906d8fa   2 years mlbrooks tidy a string-library unhelpful comment stuck-waitfor-destruct
(edit) @7abc3de   2 years mlbrooks Harmonize string constructors with assignments, refactor … stuck-waitfor-destruct
(edit) @e891349   2 years mlbrooks Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat … stuck-waitfor-destruct
(edit) @06280ad   2 years pabuhr formatting stuck-waitfor-destruct
(edit) @38951c31   2 years mlbrooks Add missing test for string *= and refactor */*= to follow +/+= … stuck-waitfor-destruct
(edit) @479fbe3   2 years pabuhr formatting, add string constructor for char, add string *= operator, … stuck-waitfor-destruct
(edit) @cfbc56ec   2 years mlbrooks Enable array RAII and provide uninit(-), a uNoCtor equivalent. Enable … stuck-waitfor-destruct
(edit) @681e12f   2 years pabuhr formatting, change cmp to strcmp, add strlen and strcat stuck-waitfor-destruct
(edit) @f842032   2 years pabuhr remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input stuck-waitfor-destruct
(edit) @37ceccb   2 years mlbrooks Change string-read semantics so that reading nothing leaves the … stuck-waitfor-destruct
(edit) @0860d9c   2 years mlbrooks Fix read-to-variable-length-string cases when internal buffer fills. … stuck-waitfor-destruct
(edit) @416b443   2 years mlbrooks Implement full set of relational operators for strings stuck-waitfor-destruct
(edit) @737988b   2 years mlbrooks Deduplicate manipulator read-to-string by delegating from string to … stuck-waitfor-destruct
(edit) @ff56dd2e   2 years mlbrooks Duplicate manipulator read-to-string code for string_res, and test. stuck-waitfor-destruct
(edit) @f54e6ec   2 years mlbrooks Port basic input-manipulator test from cstring to string and fix … stuck-waitfor-destruct
(edit) @34c6e1e6   2 years pabuhr add string output manipulators, third attempt at input manipulators … stuck-waitfor-destruct
(edit) @686912c   2 years pabuhr third attempt at input manipulators for strings stuck-waitfor-destruct
(add) @55b060d   2 years pabuhr rename directories containers to collections stuck-waitfor-destruct
Note: See TracRevisionLog for help on using the revision log.