source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a65cd5e   5 weeks pabuhr put back parameter names in comments
(edit) @e0f3bd2   5 weeks pabuhr remove warnings from alloc_internal$ in stdlib.hfa
(edit) @e0330d2c   5 weeks mlbrooks Remove unnecessary special case for zero_t in code gen that caused …
(edit) @faf9e19   5 weeks mlbrooks Explicate the present state for test-suite programs being free of …
(edit) @5780d0d   5 weeks ajbeach Removed increment and decrement operators for enumerations from …
(edit) @94aa202   5 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2980ccb8   5 weeks pabuhr more proofreading of introduction chapter
(edit) @4ff7ea3   5 weeks pabuhr update expected for attribute test x86
(edit) @9b55aa3   5 weeks pabuhr update expected for attribute test aarch64
(edit) @262a864   5 weeks pabuhr merge
(edit) @9a01745   5 weeks pabuhr add another attribute test
(edit) @f9a0dd0   5 weeks pabuhr fix length for juxtaposed strings: "ABC" "DEF"
(edit) @80018f5   5 weeks ajbeach Attempted to inject some examples (and some other pieces I had missed) …
(edit) @4167afa   5 weeks pabuhr remove superflous calls to std::move
(edit) @15cb790   5 weeks ajbeach Added a check in operatorLookup so bad operators give a proper error …
(edit) @50e04cc   5 weeks pabuhr update expected output of atribute test for arm64
(edit) @d344a63   5 weeks pabuhr update expected output of atribute test for x86
(edit) @0497b6ba   5 weeks pabuhr update tests for attribute and semantic warnings
(edit) @a16f2b6   5 weeks pabuhr update SuperfluousDecl? warning, update field_declaring rules, comment …
(edit) @5786403   5 weeks pabuhr update semantic warnings
(edit) @d30c229   5 weeks mlbrooks Add test for milestone: String is warning-free
(edit) @96ef156   5 weeks mlbrooks Fix IO stream to be warning-free.
(edit) @fb0f04d   5 weeks mlbrooks Fix exceptions to be warning-free.
(edit) @9b01ed1   5 weeks mlbrooks End the meta-test of warning detection. Reverse 135197188ba. This …
(edit) @13519718   5 weeks mlbrooks Begin an exploratory meta-test of warning detection. This change will …
(edit) @5db913f   5 weeks mlbrooks Work around #269 in array bound-check printing, to avoid …
(edit) @63b32f9d   6 weeks pabuhr temporarily add citations to background chapter
(edit) @13887ac2   6 weeks pabuhr add citation
(edit) @ad8b6df   6 weeks pabuhr formatting
(edit) @8ee211d   6 weeks mlbrooks Make array and list headers free of warnings upon include and as used …
(edit) @35cc6d4   6 weeks mlbrooks Mitigate several unused-declaration warnings in generated code. See …
(edit) @f979f0ba   6 weeks f37yu suppress reference conversion warning
(edit) @532c0cd   6 weeks ajbeach Small bit of clean-up on the enum functions in builtins. Mostly …
(edit) @bad15f7   6 weeks mlbrooks Take test-expect change missed in last commit.
(edit) @36dfdac   6 weeks mlbrooks Enable partial autogen for types declared inside functions. Done by …
(edit) @5d3d281   6 weeks mlbrooks Remove autogen forward declarations, which are never needed, and cause …
(edit) @e797179   6 weeks mlbrooks Accept meta-test, expecting the buid to fail. The fix is forthcoming. …
(edit) @64f3b9f   6 weeks mlbrooks Fix support for partial autogen. Partial autogen means that some …
(edit) @ec22220   6 weeks pabuhr formatting
(edit) @6e6e372   6 weeks pabuhr harmonize comments in test program
(edit) @8e4f34e   6 weeks mlbrooks Allow builtin ++ from += overloads, and similar, to work on a type …
(edit) @fd0a1799   6 weeks mlbrooks Resurrect test of zero_t/one_t and capture present state of ++
(edit) @283fbdd   6 weeks ajbeach Removed some unused (commented) code from the builtins.
(edit) @50be6444   6 weeks ajbeach Follow up reformatting to builtins. Just a few extra and missing spaces.
(edit) @18a7dcf1   6 weeks pabuhr found some initial material for section Polymorphism
(edit) @fbb5bdd   6 weeks pabuhr add some initial background material
(edit) @bc999b7   6 weeks pabuhr more proofreading of intro chapter
(edit) @9f7285e   6 weeks pabuhr formatting, temporarily remove quasi_void
(edit) @6503ef4   6 weeks pabuhr formatting
(edit) @0b98381   6 weeks pabuhr remove line numbering
(edit) @b4c6e10   6 weeks pabuhr thesis proofreading
(edit) @9861ef2   6 weeks f37yu add description of closed trait types
(edit) @5b66938   7 weeks pabuhr update .expect files for x86 architecture
(edit) @b38d24a   7 weeks j82liang update test expect
(edit) @fc276f3   7 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @eae8b37   7 weeks j82liang Move enum.hfa/enum.cfa to prelude
(edit) @4175659   7 weeks pabuhr remove BadQualifiersZeroOne? warning message
(edit) @509ec82   7 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1c0a3a4   7 weeks pabuhr fix problem with future seperate compilation
(edit) @718601e   8 weeks mlbrooks Try 2 to fix arch-specific test failure from my last commit
(edit) @730992a   8 weeks mlbrooks Try to fix arch-specific test failure from my last commit
(edit) @46c4dea   8 weeks ajbeach Update the enumeration proposal with some updates now that the rework …
(edit) @81e768d   8 weeks mlbrooks Fix #276; add support for c-array parameters using dependent lengths. …
(edit) @3e2e9b2   8 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f5e37a4   8 weeks pabuhr small changes to rational
(edit) @71f3d45   8 weeks mlbrooks Remove unnecessary assertion: printing a rational doesn't require the …
(edit) @108b2c7   8 weeks ajbeach Moved the non-trivial bodies of the power (exponental) functions out …
(edit) @e25ef8c   8 weeks pabuhr formatting, first attempt to add priority order to waitfor selection, …
(edit) @956b389   2 months j82liang add isMember to DeclWithType?
(edit) @10a9479d   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @de7b7a5   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1cd2839   2 months pabuhr test patch for respecting lexical priority in waitfor statement
(edit) @bdf40650   2 months ajbeach Address-of is now moved under casts of any type and is done so …
(edit) @d945be9   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @7c80a86   2 months pabuhr proofread chapter 3
(edit) @ecf3812   2 months ajbeach CastExpr? reorganization and clean-up in Lvalue. I kept these from a …
(edit) @29075d1   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1b39705   2 months pabuhr proofreading on string chapter
(edit) @ed96731   2 months ajbeach With{Stmts,Decls}ToAdd? how has an -X version like WithSymbolTableX. …
(edit) @0dffe91   2 months mlbrooks Thesis, string: add missing figure
(edit) @ea10f64   2 months pabuhr first attempt at tests for tuple arrays
(edit) @dd54139   2 months pabuhr empty tuple prints a syntax error, first attempt at tuple arrays with …
(edit) @95707a3   2 months pabuhr updates to barrier.hfa
(edit) @e255902b   2 months pabuhr more updates to the uC++toCFA document
(edit) @489d3ba   2 months pabuhr change how latex code generated from sharing-demo.cfa
(edit) @2325b57   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1b56a7f   2 months pabuhr add barrier sectio uC++ to CFA cheat sheet
(edit) @00f89a6   2 months f37yu attempt to fix const reference conversion
(edit) @47174c4   2 months pabuhr formatting
(edit) @2295320   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0cb3479   2 months pabuhr update uC++toCFA manual with actor changes
(edit) @b5f1e850   2 months pabuhr update barrier test programs after changes
(edit) @a3af522   2 months pabuhr first attempt at updating barrier lock
(edit) @41882628   2 months pabuhr update test programs with actor name change
(edit) @105fb21   2 months pabuhr rename start_actor_system and stop_actor_system, add implicit messages …
(edit) @7e943e1   2 months pabuhr add citation for First-Come-First-Served paper
(edit) @2ae845e9   2 months ajbeach Removed debug output from resolver. Also made the early decision …
(edit) @b766c9b7   2 months pabuhr more string changes
(edit) @c01a2fd   2 months pabuhr work on starting chapter, fix spelling
(edit) @464cfc7   2 months pabuhr add label
Note: See TracRevisionLog for help on using the revision log.