source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @bc07190   3 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @115ac1ce   3 weeks j82liang Allow explict conversion from cfa enum to int (while disallow implicit)
(edit) @4117761   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @5ccc733   3 weeks j82liang Fix the bug that C style enum cannot to use as an lvalue
(edit) @62a38e7   3 weeks pabuhr remove calls to label() from planet program
(edit) @3c55fcd   3 weeks ajbeach Added some notes about how to enable heap statistics. Reformated some …
(edit) @259012e   3 weeks pabuhr put back quasi_void print
(edit) @01afd8d   3 weeks pabuhr add +~ and +~= for-control operators to match with -~ and -~= operators
(edit) @7552fde   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d3aa55e9   3 weeks j82liang 1. Disallow implicit conversion from cfa enum to int during on the …
(edit) @55ba259e   3 weeks pabuhr clarify for-control for enumerations
(edit) @d5efcb7   3 weeks pabuhr first attempt at updating enum auxiliary operations
(edit) @343c8be   3 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @089b39e1   3 weeks pabuhr clean up, prepare for downto enumerating
(edit) @d96d4f0   3 weeks pabuhr corrections to Pascal discussion
(edit) @6803ff1   3 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f3b67b6   3 weeks pabuhr update test programs for different program languages
(edit) @41f4e2d   3 weeks pabuhr update Pascal enumeration
(edit) @29092213   3 weeks pabuhr update planet example program
(edit) @3b69398   3 weeks pabuhr add protect for latex abbreviation macros
(edit) @5eb3f65   3 weeks pabuhr change enumeration function names labelE, valueE, posE to label, …
(edit) @253d0b4   3 weeks pabuhr change error message header, simplify forCtrl to have only identifier …
(edit) @d66a43b   4 weeks pabuhr fix spelling mistake in file src/ControlStruct/TrasnlateEnumRange.hpp …
(edit) @9d6082c   4 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a8ced63   4 weeks pabuhr parse countof pseduo-function, update for-loop for enumeration
(edit) @07771bc   4 weeks pabuhr lex countof pseudo-function
(edit) @006d4c4   4 weeks mlbrooks Linked-list background additions for identity model and end treatment.
(edit) @567c775   4 weeks j82liang Missing files from the last commit
(edit) @57e43cd   4 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @525f7ad   4 weeks j82liang 1. Add count_e( enum_name ), a pseudo function that return the …
(edit) @348f8992   4 weeks pabuhr git ignore parser.tab.cc
(edit) @f678c53b   4 weeks pabuhr formatting
(edit) @1725989   5 weeks pabuhr add enumeration test programs for different programming languages
(edit) @77328d0   5 weeks mlbrooks Elaborate the description and context of the md-array subscripting figure.
(edit) @b166b1c   5 weeks mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d280784   5 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bc17be98   5 weeks pabuhr small proofreading changes to Cforall numeration chapter
(edit) @c033405   5 weeks pabuhr first complete proofread of related-work chapter, still needs …
(edit) @736a38d   5 weeks pabuhr more proofreading of C background chapter
(edit) @4c8f29ff   5 weeks pabuhr address Gregor's comment about quantity and a unit in examples, add …
(edit) @3eb5f993   5 weeks pabuhr add missing keywords match and case to Python lstnewenvironment
(edit) @5144898   5 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @12f1156   5 weeks pabuhr simplify grammar in a few places
(edit) @f30be51f   5 weeks mlbrooks Add soft copy of existing thesis diagram
(edit) @f1d2c44   5 weeks ajbeach Updates to the module proposal. Just an assortment of clean-up and …
(edit) @2ab31fd   5 weeks pabuhr parse tuple-element declarations but unimplemented
(edit) @42cdd07d   6 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @85855b0   6 weeks j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @0188539c   6 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @405dbb3   6 weeks ajbeach Noticing that a function could have an early exit to save a level of …
(edit) @8d26b7a   6 weeks pabuhr added Mike's comments about modules to proposal
(edit) @159460f   6 weeks pabuhr citation updates
(edit) @1967109   6 weeks pabuhr make bool a keyword for CFA lstlisting so it is bolded
(edit) @bf64de3   6 weeks ajbeach Update to the module system, folding in feedback and some PAB content.
(edit) @83b2fb5e   6 weeks ajbeach Removed an extra include.
(edit) @d68de59   7 weeks j82liang Update enumInlineValue.cfa
(edit) @0f5e8cd   7 weeks f37yu attempt to fix #286
(edit) @822332e   7 weeks ajbeach It seems clang uses different scoping rules for the trailing return of …
(edit) @91b9e10   7 weeks pabuhr added some ideas to the module proposal
(edit) @96c04e4   7 weeks ajbeach Simplified the visit children guard to use a ValueGuardPtr?. For …
(edit) @66286aa   7 weeks pabuhr add iterator paper
(edit) @8f7109c   7 weeks pabuhr change minimum left/right hyphenation from 4 to 3 characters
(edit) @4fc7388   7 weeks pabuhr small proofreading changes
(edit) @703885e   8 weeks ajbeach Added proposal for adding knowledge of modules to Cforall.
(edit) @7da6a31   8 weeks j82liang Disable to voidEnum test for now to pass the test suite (voidEnum is WIP)
(edit) @c819d90   8 weeks j82liang A upcast proposal for enums
(edit) @bfcd3af   8 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @dc74231   8 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cad8c88   8 weeks pabuhr change xleftmargin spacing for lstinput, add code formatting macro for C++
(edit) @a4808ad   8 weeks pabuhr add Elliott18 citation
(edit) @df699e0   8 weeks pabuhr program updates to match text
(edit) @c721105   8 weeks pabuhr proofreading changes
(edit) @76425bc   8 weeks pabuhr remove Grothoff14 paper
(edit) @73da8df   8 weeks pabuhr add Elliott18 paper
(edit) @2c8946b   8 weeks ajbeach Various whitespace and intentation updates.
(edit) @e6f1a4b   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @fbc84ca   2 months ajbeach Added the review of all the autogeneration problems. Now, hopefully, …
(edit) @41c4b5e   2 months pabuhr updates related to introduction chapter changes
(edit) @ccfbfd9   2 months pabuhr more proofreading with respect to Gregor's comments
(edit) @31f4837   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @acb33f15   2 months j82liang Change enum conversion steps
(edit) @ca4f2b2   2 months pabuhr proofread string section of background chapter
(edit) @bf4fe05   2 months pabuhr fix merge
(edit) @ec20ab9   2 months pabuhr small updates, and more proofreading of the related-works chapter
(edit) @07e9df1   2 months pabuhr formatting
(edit) @5f225f5   2 months ajbeach Perhaps only src/Makefile.am needed to change, but I did a text search …
(edit) @c778ef1   2 months ajbeach Apparently the source file lists aren't used until distribution. I …
(edit) @0f612d2   2 months ajbeach Shoot, the non-extension renamings did not get caught in some corners.
(edit) @c92bdcc   2 months ajbeach Updated the rest of the names in src/ (except for the generated files).
(edit) @41c8312   2 months pabuhr small cleanups
(edit) @03ac869   2 months j82liang Add GCC visibility push(default); Fix trait satisfaction problem
(edit) @0843ba6   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c2a4b62   2 months j82liang Refactor based type from operator assertion
(edit) @e542b02   2 months ajbeach Update last reference to BasicTypes?-gen.cc. I don't know if it needs …
(edit) @983f486   2 months j82liang Reformat forall clause in enum.hfa
(edit) @9b140bd   2 months j82liang Update the test file
(edit) @6d9aa79   2 months j82liang Missing produceDecl in the last commit
(edit) @0b6c1c9   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c333ed2   2 months j82liang Remove intermeidate type (enum attribute type); remove …
(edit) @083e637   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Note: See TracRevisionLog for help on using the revision log.