source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d03a386   5 months mlbrooks Give a few string operator overloads a preference boost. Intent is to …
(edit) @570e7ad   5 months mlbrooks Make string operator-overload costs match their intuitively equivalent …
(edit) @3f631d6   5 months mlbrooks Switch string io to be generic upon iostream, rather than specific …
(edit) @d175767   5 months mlbrooks Add test for string operator overload selection. The ".expect" file …
(edit) @831b2ec   5 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @aacd1e1   5 months pabuhr proofread abstract
(edit) @234c432   5 months mlbrooks Reorder string quasi-lifecycle functions to ensure string dtor called …
(edit) @b1b513d   5 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bb506e0   5 months f37yu add the abstract paragraph
(edit) @28182444   5 months pabuhr proofread conclusion
(edit) @5ca1766   5 months f37yu conclusion of thesis
(edit) @7e4f226   5 months pabuhr update excepted output for string tests
(edit) @9018dcf   5 months pabuhr updates to string type
(edit) @931f1b4   5 months pabuhr more proofreading string chapter
(edit) @6174ecc   5 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d914750   5 months pabuhr proofread new related work section
(edit) @119889f   5 months mlbrooks Partially fix #185. This fix applies to functions, but not types. …
(edit) @50e8125   5 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @51b72bf5   5 months f37yu add a discussion of related work
(edit) @52eb7b7   5 months pabuhr fix editorial comment on Moss quote
(edit) @2572add   5 months pabuhr more proofreading
(edit) @597ddfeb   5 months pabuhr update code for deprecating old type-parameter names: otype, dtype, …
(edit) @9fbc40e   5 months pabuhr proofread future chapter
(edit) @7d405eb   5 months pabuhr more proofreading, change file names
(edit) @0393fda8   5 months pabuhr add, update citations
(edit) @ed5023d1   5 months pabuhr fix substring error being outside of string, simplify comparison …
(edit) @56ec508   5 months pabuhr more string API updates
(edit) @96a11655   6 months pabuhr fix bug concatenating char and string
(edit) @6b765d5   6 months pabuhr add non-backwards compatible string operations
(edit) @c5e1aa6   6 months pabuhr update abort messages for exception handling
(edit) @9aa8dcc   6 months pabuhr update test programs with new length name "len"
(edit) @ee70ff5   6 months pabuhr harmonize length computations to function name "len"
(edit) @f8913b7c   6 months pabuhr more string API updates
(edit) @4223317   6 months pabuhr test some string operation changes
(edit) @3181a33   6 months pabuhr print semantic error for unknown escape sequence
(edit) @7e8db9e   6 months pabuhr change shape of single and backtick quotes
(edit) @fc8ec54   6 months pabuhr first attempt at describing string API
(edit) @41c3e46   6 months pabuhr fix bug for incorrect kind (uLU) of character constants
(edit) @52931c5   6 months f37yu add some discussion regarding type environment
(edit) @185cd94   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b1c220a   6 months pabuhr preliminary updates to string chapter
(edit) @10c1770   6 months ajbeach Refactoring in the resolver. Removed unneeded variable and used the …
(edit) @30bf6bf   6 months ajbeach Change to instantiateGeneric, removing some unneeded output. It isn't …
(edit) @379b6ea   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @8ef0bf7   6 months pabuhr update Table 1.1
(edit) @446dde5   6 months ajbeach Removed two unused fields from StmtExpr, returnDecls and dtors, and …
(edit) @d73e667   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @399074a   6 months pabuhr update overload comparison table
(edit) @b5978ca   6 months ajbeach Moved a reasonably large function out of a header.
(edit) @f5bf3c2   6 months pabuhr more proofreading on introduction chapter
(edit) @62b5940   6 months mlbrooks Flesh out the string_sharectx demo
(edit) @5329cba   6 months pabuhr change position of legend in graph
(edit) @fd3be42   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @42cd67b8   6 months pabuhr change plot-allocn.gp to get better graph
(edit) @07293ad   6 months pabuhr make gnuplot files dependencies
(edit) @e1358c0   6 months lseo create waituntil timeout node as literal via macro as a workaround for …
(edit) @048dde4   6 months mlbrooks Rough-in gnuplot for "allocn" string graph
(edit) @a7d93cb   6 months pabuhr first attempt to use gnuplot for graphs
(edit) @bb85f76   6 months mlbrooks Add missing graph raw dataset
(edit) @b26ab30   6 months mlbrooks Add raw data for string graphs
(edit) @71624f8   6 months ajbeach Copied Peter's include/includes fix for another header that does not …
(edit) @8f250e0   6 months pabuhr continue proofreading string chapter
(edit) @8617ee90   6 months pabuhr update constructor/destructor section for uC++toCFA
(edit) @06ffa95   6 months pabuhr change shareEdit to share and proofreading of string chapter
(edit) @7611631   6 months pabuhr add citation
(edit) @75a0eae   6 months pabuhr change formatting of lstlisting single quote
(edit) @3d9831b   6 months pabuhr fix comment
(edit) @8c2723f   6 months pabuhr change name shareEdit to share
(edit) @a21aaff   6 months ajbeach Syncronized getPrintName with mangleName. Ideally there would be some …
(edit) @e48aca8   6 months ajbeach Added support for code generation of the CountofExpr. This doesn't do …
(edit) @6f9f338   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6cb3e5d   6 months pabuhr formatting. reduce experiment duration
(edit) @8b639f9   6 months pabuhr make including gawkapi.h conditional on its existence
(edit) @3e91c6f9   6 months pabuhr fix pull conflicit
(edit) @3bd9508   6 months pabuhr formatting
(edit) @195f43d   6 months pabuhr start proofreading string chapter
(edit) @594671a   6 months ajbeach Erase dtype types when they are encountered. Waiting to a use means …
(edit) @0603700   6 months pabuhr uncomment include files for the C include-file test, as errors have …
(edit) @88771d7   6 months pabuhr second attempt to move builtin types through the system
(edit) @45553f5   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ee8f72d   7 months pabuhr first attempt to move builtin types through the system
(edit) @ee22919   7 months ajbeach Removed unused utility from Iterate.hpp. It hasn't been used in a long …
(edit) @98a5ee7   7 months pabuhr temporary fix for ARM vector types
(edit) @8de86b3   7 months pabuhr update x86 expect file for attribute test
(edit) @2a90639   7 months pabuhr small updates to dumpable.cfa
(edit) @31df72b   7 months pabuhr fix attribute problem with typedef names in aggregate field declaration
(edit) @3483185   7 months lseo Make it possible to fulfil a future by loading an exception like ucpp
(edit) @b8b64c34   7 months ajbeach That should be the rest of the warnings generated from the tests …
(edit) @9506c70   7 months ajbeach Stricter BranchStmt code generation that should prevent some of the …
(edit) @4be0117   7 months ajbeach Cleaned the warnings from exceptions tests. Mostly explicit …
(edit) @8705a11   7 months ajbeach Added a test to check enumerations based on trac#46, which has been …
(edit) @d923fca   7 months ajbeach Clean-up the warnings of the concurrency tests. A lot of little test …
(edit) @3e5fea2   7 months pabuhr update x86 expect file after fixing 32-bit builtin-type definitions
(edit) @dcf8054   7 months pabuhr add ssize_t to extras
(edit) @b3ad342   7 months pabuhr fix 32-bit builtin-type definitions using size_t and ssize_t
(edit) @ef9f11c   7 months pabuhr change checked_poll to poll for suspendPoll/resumePoll macros
(edit) @c341b57   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @502ff9e   7 months pabuhr add citations
(edit) @53f4b55   7 months ajbeach Remove the untyped constructor for (typed) OffsetofExpr. The one time …
(edit) @5e8d75bb   7 months mlbrooks Thesis, string, flesh out introductory comparison
Note: See TracRevisionLog for help on using the revision log.