source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @525f7ad   2 months j82liang 1. Add count_e( enum_name ), a pseudo function that return the …
(edit) @1725989   2 months pabuhr add enumeration test programs for different programming languages
(edit) @77328d0   2 months mlbrooks Elaborate the description and context of the md-array subscripting figure.
(edit) @b166b1c   2 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d280784   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bc17be98   2 months pabuhr small proofreading changes to Cforall numeration chapter
(edit) @c033405   2 months pabuhr first complete proofread of related-work chapter, still needs …
(edit) @736a38d   2 months pabuhr more proofreading of C background chapter
(edit) @4c8f29ff   2 months pabuhr address Gregor's comment about quantity and a unit in examples, add …
(edit) @3eb5f993   2 months pabuhr add missing keywords match and case to Python lstnewenvironment
(edit) @5144898   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @12f1156   2 months pabuhr simplify grammar in a few places
(edit) @f30be51f   2 months mlbrooks Add soft copy of existing thesis diagram
(edit) @f1d2c44   2 months ajbeach Updates to the module proposal. Just an assortment of clean-up and …
(edit) @2ab31fd   2 months pabuhr parse tuple-element declarations but unimplemented
(edit) @42cdd07d   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @85855b0   2 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @0188539c   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @405dbb3   2 months ajbeach Noticing that a function could have an early exit to save a level of …
(edit) @8d26b7a   2 months pabuhr added Mike's comments about modules to proposal
(edit) @159460f   2 months pabuhr citation updates
(edit) @1967109   2 months pabuhr make bool a keyword for CFA lstlisting so it is bolded
(edit) @bf64de3   2 months ajbeach Update to the module system, folding in feedback and some PAB content.
(edit) @83b2fb5e   2 months ajbeach Removed an extra include.
(edit) @d68de59   3 months j82liang Update enumInlineValue.cfa
(edit) @0f5e8cd   3 months f37yu attempt to fix #286
(edit) @822332e   3 months ajbeach It seems clang uses different scoping rules for the trailing return of …
(edit) @91b9e10   3 months pabuhr added some ideas to the module proposal
(edit) @96c04e4   3 months ajbeach Simplified the visit children guard to use a ValueGuardPtr?. For …
(edit) @66286aa   3 months pabuhr add iterator paper
(edit) @8f7109c   3 months pabuhr change minimum left/right hyphenation from 4 to 3 characters
(edit) @4fc7388   3 months pabuhr small proofreading changes
(edit) @703885e   3 months ajbeach Added proposal for adding knowledge of modules to Cforall.
(edit) @7da6a31   3 months j82liang Disable to voidEnum test for now to pass the test suite (voidEnum is WIP)
(edit) @c819d90   3 months j82liang A upcast proposal for enums
(edit) @bfcd3af   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @dc74231   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cad8c88   3 months pabuhr change xleftmargin spacing for lstinput, add code formatting macro for C++
(edit) @a4808ad   3 months pabuhr add Elliott18 citation
(edit) @df699e0   3 months pabuhr program updates to match text
(edit) @c721105   3 months pabuhr proofreading changes
(edit) @76425bc   3 months pabuhr remove Grothoff14 paper
(edit) @73da8df   3 months pabuhr add Elliott18 paper
(edit) @2c8946b   3 months ajbeach Various whitespace and intentation updates.
(edit) @e6f1a4b   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @fbc84ca   3 months ajbeach Added the review of all the autogeneration problems. Now, hopefully, …
(edit) @41c4b5e   3 months pabuhr updates related to introduction chapter changes
(edit) @ccfbfd9   3 months pabuhr more proofreading with respect to Gregor's comments
(edit) @31f4837   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @acb33f15   3 months j82liang Change enum conversion steps
(edit) @ca4f2b2   3 months pabuhr proofread string section of background chapter
(edit) @bf4fe05   3 months pabuhr fix merge
(edit) @ec20ab9   3 months pabuhr small updates, and more proofreading of the related-works chapter
(edit) @07e9df1   3 months pabuhr formatting
(edit) @5f225f5   3 months ajbeach Perhaps only src/Makefile.am needed to change, but I did a text search …
(edit) @c778ef1   3 months ajbeach Apparently the source file lists aren't used until distribution. I …
(edit) @0f612d2   3 months ajbeach Shoot, the non-extension renamings did not get caught in some corners.
(edit) @c92bdcc   3 months ajbeach Updated the rest of the names in src/ (except for the generated files).
(edit) @41c8312   3 months pabuhr small cleanups
(edit) @03ac869   3 months j82liang Add GCC visibility push(default); Fix trait satisfaction problem
(edit) @0843ba6   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c2a4b62   3 months j82liang Refactor based type from operator assertion
(edit) @e542b02   3 months ajbeach Update last reference to BasicTypes?-gen.cc. I don't know if it needs …
(edit) @983f486   3 months j82liang Reformat forall clause in enum.hfa
(edit) @9b140bd   3 months j82liang Update the test file
(edit) @6d9aa79   3 months j82liang Missing produceDecl in the last commit
(edit) @0b6c1c9   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c333ed2   3 months j82liang Remove intermeidate type (enum attribute type); remove …
(edit) @083e637   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @195d1d8   3 months pabuhr update search strings to raw strings for python 3.12
(edit) @0f4c513   3 months pabuhr gcc-13 include file problem in …
(edit) @f5cb7c2   3 months pabuhr add gcc builtin function builtin_dynamic_object_size for gcc-13
(edit) @b2ea0cd   3 months ajbeach First wave of file renaming. Rename files in src/ and update all …
(edit) @69dd8e6   4 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ac16a55   4 months pabuhr update thesis front page from 2020 to 2022 macros
(edit) @1379c96e   4 months pabuhr formatting changes to programs
(edit) @123e8b9   4 months pabuhr move background material from list chapter to background chapter
(edit) @0775468   4 months pabuhr proofreading background section Linked Lists
(edit) @297b796   4 months pabuhr add pl.bib to file dependencies
(edit) @164a6b6   4 months ajbeach Simplified the visit_children feature of Pass template. This should …
(edit) @d69f7114   4 months pabuhr proofread section Enumeration Trait, and a few other wording changes
(edit) @72713e5   4 months j82liang Add libcfa/src/enum.hfa
(edit) @d414664   4 months j82liang Update writing part for enum trait
(edit) @35897fb   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @de3a579   4 months j82liang Add trait subsection
(edit) @69867ad9   4 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @caaf424   4 months pabuhr remove glossary macros, switch back to newterm marco from Newterm, …
(edit) @0153dbd   4 months ajbeach Updated hoistStruct so the nested mangled names are human readable. …
(edit) @5c27b6a   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c5c123f   4 months j82liang Missing changes for the last commit
(edit) @eb7586e   4 months j82liang 1. Change return value of typed Enum in null context: they now return …
(edit) @f632117   4 months pabuhr more proofreading on enumeration chapters
(edit) @e78966e   4 months pabuhr add parsing support for enum type in 'with' statement
(edit) @7042c60   4 months j82liang resolve conflict
(edit) @cf191ac   4 months j82liang Change enum functions return type
(edit) @55c97e4   4 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @314c9d8   4 months pabuhr more proofreading on introduction chapter (discussion of ADT)
(edit) @566cc33   4 months pabuhr move all lstnewenvironment macros to central location in uw-ethesis.tex
(edit) @a1fbad0   4 months ajbeach Fix in code generation. forall clauses are now printed before return …
(edit) @03b1815   4 months ajbeach Added a Python script for reviewing the timing of the test suite.
Note: See TracRevisionLog for help on using the revision log.