# # ChangeLog for doc # # Generated by Trac 1.2.1 # Mar 30, 2025, 7:39:12 PM Sat, 18 Jan 2025 20:46:06 GMT Peter A. Buhr <pabuhr@…> [8e90fd6] * doc/LaTeXmacros/lstlang.sty (modified) * doc/papers/OOPSLA17/generic_types.tex (modified) * doc/papers/concurrency/Paper.tex (modified) * doc/papers/general/Paper.tex (modified) * doc/papers/llheap/Paper.tex (modified) * doc/refrat/keywords.tex (modified) * doc/refrat/refrat.tex (modified) * doc/theses/aaron_moss_PhD/phd/cfa-macros.tex (modified) * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/fangren_yu_MMath/intro.tex (modified) * doc/uC++toCFA/uC++toCFA.tex (modified) * doc/user/user.tex (modified) * libcfa/src/concurrency/monitor.cfa (modified) * my_tests/floating.cfa (deleted) * src/AST/Expr.cpp (modified) * src/AST/Stmt.hpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/Parser/StatementNode.cpp (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * tests/concurrency/actors/dynamic.cfa (modified) * tests/concurrency/actors/executor.cfa (modified) * tests/concurrency/actors/matrixMultiply.cfa (modified) * tests/concurrency/actors/static.cfa (modified) * tests/concurrency/channels/barrier.cfa (modified) * tests/concurrency/channels/churn.cfa (modified) * tests/concurrency/channels/contend.cfa (modified) * tests/concurrency/channels/daisy_chain.cfa (modified) * tests/concurrency/channels/hot_potato.cfa (modified) * tests/concurrency/channels/pub_sub.cfa (modified) * tests/concurrency/waitfor/.expect/lexical_priority.txt (added) * tests/concurrency/waitfor/lexical_priority.cfa (added) * tests/ctrl-flow/fallthrough.cfa (modified) * tests/ctrl-flow/labelledExit.cfa (modified) * tests/exceptions/try-ctrl-flow.cfa (modified) * tests/quotedKeyword.cfa (modified) * tests/switch.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 18 Jan 2025 20:32:44 GMT Peter A. Buhr <pabuhr@…> [fa59c40] * doc/papers/llheap/Paper.tex (modified) updates on llheap paper Fri, 17 Jan 2025 20:46:40 GMT Peter A. Buhr <pabuhr@…> [df56e25] * doc/theses/fangren_yu_MMath/intro.tex (modified) * src/AST/Expr.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 17 Jan 2025 20:46:34 GMT Peter A. Buhr <pabuhr@…> [d96f7c4] * doc/LaTeXmacros/lstlang.sty (modified) * doc/papers/OOPSLA17/generic_types.tex (modified) * doc/papers/concurrency/Paper.tex (modified) * doc/papers/general/Paper.tex (modified) * doc/papers/llheap/Paper.tex (modified) * doc/refrat/keywords.tex (modified) * doc/refrat/refrat.tex (modified) * doc/theses/aaron_moss_PhD/phd/cfa-macros.tex (modified) * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/uC++toCFA/uC++toCFA.tex (modified) * doc/user/user.tex (modified) * src/AST/Stmt.hpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * tests/concurrency/actors/dynamic.cfa (modified) * tests/concurrency/actors/executor.cfa (modified) * tests/concurrency/actors/matrixMultiply.cfa (modified) * tests/concurrency/actors/static.cfa (modified) * tests/concurrency/channels/barrier.cfa (modified) * tests/concurrency/channels/churn.cfa (modified) * tests/concurrency/channels/contend.cfa (modified) * tests/concurrency/channels/daisy_chain.cfa (modified) * tests/concurrency/channels/hot_potato.cfa (modified) * tests/concurrency/channels/pub_sub.cfa (modified) * tests/ctrl-flow/fallthrough.cfa (modified) * tests/ctrl-flow/labelledExit.cfa (modified) * tests/exceptions/try-ctrl-flow.cfa (modified) * tests/quotedKeyword.cfa (modified) * tests/switch.cfa (modified) * tools/cforall.el (modified) expunge fallthru keyword and replace its usages with fallthrough Fri, 17 Jan 2025 02:52:41 GMT Fangren Yu <f37yu@…> [4ac0949] * doc/theses/fangren_yu_MMath/intro.tex (modified) add contributions section Thu, 16 Jan 2025 16:57:29 GMT Peter A. Buhr <pabuhr@…> [3b21c96] * doc/uC++toCFA/uC++toCFA.tex (modified) update comparison of C++ and Cforall I/O Tue, 14 Jan 2025 02:37:00 GMT Peter A. Buhr <pabuhr@…> [7aa246cb] * doc/dev/getting-started.md (modified) add information about sources for providing permissions Mon, 13 Jan 2025 18:03:07 GMT Michael Brooks <mlbrooks@…> [267b543] * doc/dev/getting-started.md (modified) Add basic gdb navigation. Sat, 11 Jan 2025 23:29:39 GMT Peter A. Buhr <pabuhr@…> [f886608] * doc/theses/fangren_yu_MMath/pictures/CFA_arithmetic_conversion.fig.bak (deleted) * doc/theses/fangren_yu_MMath/pictures/CFA_curr_arithmetic_conversion.fig.bak (deleted) * doc/theses/fangren_yu_MMath/pictures/C_expression_conversion.fig.bak (deleted) remove temp files generated by xfig Sat, 11 Jan 2025 22:48:46 GMT Peter A. Buhr <pabuhr@…> [d60a4c2] * INSTALL (modified) * doc/dev/README (added) * doc/dev/getting-started.md (added) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/collections/array.hfa (modified) * libcfa/src/concurrency/io/call.cfa.in (modified) * libcfa/src/concurrency/mutex_stmt.hfa (modified) * libcfa/src/math.cfa (modified) * libcfa/src/math.hfa (modified) * src/BasicTypes-gen.cpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/CodeGen/CodeGenerator.hpp (modified) * src/ControlStruct/ExceptDecl.cpp (modified) * src/GenPoly/Box.cpp (modified) * src/Makefile.am (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CommonType.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) * src/Virtual/ExpandCasts.cpp (modified) * src/Virtual/ExpandCasts.hpp (modified) * tests/.expect/array-ERR1.txt (modified) * tests/.expect/array-ERR2.txt (modified) * tests/.expect/array-ERR3.txt (modified) * tests/.expect/array.txt (modified) * tests/.expect/attr-priority.txt (modified) * tests/.expect/cast.txt (modified) * tests/.expect/castReturn.txt (added) * tests/.expect/const-ref.txt (added) * tests/.expect/expression.txt (modified) * tests/.expect/functions.arm64.txt (modified) * tests/.expect/functions.x64.txt (modified) * tests/.expect/functions.x86.txt (modified) * tests/.expect/identFuncDeclarator.txt (modified) * tests/.expect/init1-ERROR.txt (modified) * tests/.expect/init1.txt (modified) * tests/.expect/limits.txt (modified) * tests/.expect/nested-types-ERR1.txt (modified) * tests/.expect/nested-types-ERR2.txt (modified) * tests/.expect/nested-types.txt (modified) * tests/.expect/numericConstants.txt (modified) * tests/.expect/quasiKeyword.txt (modified) * tests/.expect/switch.txt (modified) * tests/.expect/typedefRedef-ERR1.txt (modified) * tests/.expect/typedefRedef.txt (modified) * tests/.expect/variableDeclarator.txt (modified) * tests/Makefile.am (modified) * tests/PRNG.cfa (modified) * tests/alloc.cfa (modified) * tests/array-collections/.expect/dimexpr-match-c-ERRS.arm64.txt (modified) * tests/array-collections/.expect/dimexpr-match-c-ERRS.x64.txt (modified) * tests/array-collections/.expect/dimexpr-match-c-ERRS.x86.txt (modified) * tests/array-collections/.expect/dimexpr-match-c.txt (modified) * tests/array-collections/.expect/dimexpr-match-cfa-ERRS.arm64.txt (modified) * tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x64.txt (modified) * tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x86.txt (modified) * tests/array-collections/.expect/dimexpr-match-cfa.txt (modified) * tests/array-collections/boxed.main.cfa (modified) * tests/array-collections/dimexpr-match-c.cfa (modified) * tests/array-collections/dimexpr-match-cfa.cfa (modified) * tests/array.cfa (modified) * tests/attr-priority.cfa (modified) * tests/builtins/.expect/sync.txt (modified) * tests/builtins/sync.cfa (modified) * tests/cast.cfa (modified) * tests/castReturn.cfa (added) * tests/concurrency/channels/ping_pong.cfa (modified) * tests/concurrency/cluster.cfa (modified) * tests/concurrency/coroutineYield.cfa (modified) * tests/concurrency/examples/boundedBufferEXT.cfa (modified) * tests/concurrency/examples/boundedBufferINT.cfa (modified) * tests/concurrency/futures/wait_any.cfa (modified) * tests/concurrency/join.cfa (modified) * tests/concurrency/migrate.cfa (modified) * tests/concurrency/monitor.cfa (modified) * tests/concurrency/multi-monitor.cfa (modified) * tests/concurrency/mutexstmt/locks.cfa (modified) * tests/concurrency/mutexstmt/monitors.cfa (modified) * tests/concurrency/preempt.cfa (modified) * tests/concurrency/pthread/pthread_cond_test.cfa (modified) * tests/concurrency/pthread/pthread_once_test.cfa (modified) * tests/concurrency/readyQ/leader_spin.cfa (modified) * tests/concurrency/signal/block.cfa (modified) * tests/concurrency/signal/disjoint.cfa (modified) * tests/concurrency/signal/wait.cfa (modified) * tests/concurrency/suspend_then.cfa (modified) * tests/concurrency/thread.cfa (modified) * tests/concurrency/unified_locking/locks.cfa (modified) * tests/concurrency/unified_locking/pthread_locks.cfa (modified) * tests/concurrency/waitfor/.expect/parse.txt (modified) * tests/concurrency/waitfor/barge.cfa (modified) * tests/concurrency/waitfor/parse.cfa (modified) * tests/concurrency/waitfor/statment.cfa (modified) * tests/concurrency/waitfor/when.cfa (modified) * tests/concurrency/waituntil/channel_zero_size.cfa (modified) * tests/concurrency/waituntil/one_chan.cfa (modified) * tests/configs/parsebools.cfa (modified) * tests/configs/parsenums.cfa (modified) * tests/const-ref.cfa (added) * tests/coroutine/raii.cfa (modified) * tests/ctrl-flow/.expect/labelledExit.txt (modified) * tests/ctrl-flow/goto.cfa (modified) * tests/ctrl-flow/ifwhileCtl.cfa (modified) * tests/ctrl-flow/labelledExit.cfa (modified) * tests/enum.cfa (modified) * tests/enum_tests/inc-dec.cfa (modified) * tests/enum_tests/planet.cfa (modified) * tests/enum_tests/structEnum.cfa (modified) * tests/exceptions/.expect/message.txt (added) * tests/exceptions/hotpotato.cfa (modified) * tests/exceptions/hotpotato_checked.cfa (modified) * tests/exceptions/message.cfa (added) * tests/expression.cfa (modified) * tests/identFuncDeclarator.cfa (modified) * tests/include/.expect/includes.txt (modified) * tests/include/.expect/stdincludes.txt (modified) * tests/include/includes.cfa (modified) * tests/include/stdincludes.cfa (modified) * tests/init1.cfa (modified) * tests/io/io-acquire-no-io.cfa (modified) * tests/limits.cfa (modified) * tests/link-once/main.cfa (modified) * tests/linking/mangling/main.cfa (modified) * tests/malloc.cfa (modified) * tests/mathX.cfa (modified) * tests/maybe.cfa (modified) * tests/nested-types.cfa (modified) * tests/nowarn/.expect/printf-sizeof.txt (added) * tests/nowarn/printf-sizeof.cfa (added) * tests/nowarn/unused.cfa (modified) * tests/nowarn/zero-thunk.cfa (modified) * tests/numericConstants.cfa (modified) * tests/poly-d-cycle.cfa (modified) * tests/poly-member.cfa (modified) * tests/poly-o-cycle.cfa (modified) * tests/quasiKeyword.cfa (modified) * tests/quotedKeyword.cfa (modified) * tests/raii/partial.cfa (modified) * tests/result.cfa (modified) * tests/sizeof.cfa (modified) * tests/smart-pointers.cfa (modified) * tests/switch.cfa (modified) * tests/tuple/tupleAssign.cfa (modified) * tests/tuple/tuplePolymorphism.cfa (modified) * tests/tuple/tupleVariadic.cfa (modified) * tests/typedefRedef.cfa (modified) * tests/typeof.cfa (modified) * tests/variableDeclarator.cfa (modified) * tests/warnings/.expect/self-assignment.txt (modified) * tests/warnings/self-assignment.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 11 Jan 2025 21:49:22 GMT Peter A. Buhr <pabuhr@…> [7d65715f] * doc/theses/fangren_yu_MMath/pictures/CFA_arithmetic_conversion.fig (added) * doc/theses/fangren_yu_MMath/pictures/CFA_arithmetic_conversion.fig.bak (added) * doc/theses/fangren_yu_MMath/pictures/CFA_curr_arithmetic_conversion.fig (added) * doc/theses/fangren_yu_MMath/pictures/CFA_curr_arithmetic_conversion.fig.bak (added) * doc/theses/fangren_yu_MMath/pictures/C_expression_conversion.fig (added) * doc/theses/fangren_yu_MMath/pictures/C_expression_conversion.fig.bak (added) add thesis pictures Sat, 11 Jan 2025 21:48:44 GMT Peter A. Buhr <pabuhr@…> [eb42db4] * doc/theses/fangren_yu_MMath/content2.tex (modified) * doc/theses/fangren_yu_MMath/intro.tex (modified) more thesis proofreading Sat, 11 Jan 2025 21:47:15 GMT Peter A. Buhr <pabuhr@…> [5db580e] * doc/LaTeXmacros/common.tex (modified) adjust formatting of second-level enumeration Fri, 10 Jan 2025 17:49:53 GMT Michael Brooks <mlbrooks@…> [d6c59bce] * INSTALL (modified) * doc/dev/README (added) * doc/dev/getting-started.md (added) Starter for developer roll-on instructions. Mon, 23 Dec 2024 16:28:47 GMT Andrew Beach <ajbeach@…> [43299af] * doc/man/cfa.1 (modified) * doc/user/user.tex (modified) * driver/cfa.cc (modified) Isolated the removal of -fgnu89-inline. With the recent static/static ... Sun, 22 Dec 2024 21:48:21 GMT Peter A. Buhr <pabuhr@…> [5a02308] * doc/theses/fangren_yu_MMath/intro.tex (modified) respond to Andrew's comments about intro chapter Fri, 20 Dec 2024 18:56:12 GMT Michael Brooks <mlbrooks@…> [d9162ec] * doc/proposals/nowarn.md (modified) Fix test-classification commands to detect more strict-capable tests. ... Fri, 20 Dec 2024 13:55:52 GMT Peter A. Buhr <pabuhr@…> [df91e15] * doc/proposals/nowarn.md (modified) change wflags-orig.txt to wflags-lax.txt Wed, 18 Dec 2024 23:37:11 GMT Michael Brooks <mlbrooks@…> [e0330d2c] * doc/proposals/nowarn.md (added) * src/CodeGen/CodeGenerator.cpp (modified) * tests/Makefile.am (modified) * tests/array-collections/array-basic.cfa (modified) * tests/nowarn/.expect/zero-thunk.txt (added) * tests/nowarn/zero-thunk.cfa (added) Remove unnecessary special case for zero_t in code gen that caused ... Tue, 17 Dec 2024 13:26:17 GMT Peter A. Buhr <pabuhr@…> [2980ccb8] * doc/theses/fangren_yu_MMath/intro.tex (modified) more proofreading of introduction chapter Mon, 16 Dec 2024 22:59:04 GMT Andrew Beach <ajbeach@…> [80018f5] * doc/proposals/enums.md (modified) Attempted to inject some examples (and some other pieces I had ... Fri, 13 Dec 2024 03:24:30 GMT Peter A. Buhr <pabuhr@…> [63b32f9d] * doc/theses/fangren_yu_MMath/background.tex (modified) temporarily add citations to background chapter Fri, 13 Dec 2024 03:23:32 GMT Peter A. Buhr <pabuhr@…> [13887ac2] * doc/bibliography/pl.bib (modified) add citation Sun, 08 Dec 2024 14:32:45 GMT Peter A. Buhr <pabuhr@…> [18a7dcf1] * doc/theses/fangren_yu_MMath/intro.tex (modified) found some initial material for section Polymorphism Sun, 08 Dec 2024 14:09:42 GMT Peter A. Buhr <pabuhr@…> [fbb5bdd] * doc/theses/fangren_yu_MMath/background.tex (modified) add some initial background material Sun, 08 Dec 2024 14:09:02 GMT Peter A. Buhr <pabuhr@…> [bc999b7] * doc/theses/fangren_yu_MMath/intro.tex (modified) more proofreading of intro chapter Sat, 07 Dec 2024 23:48:26 GMT Peter A. Buhr <pabuhr@…> [6503ef4] * doc/user/user.tex (modified) formatting Sat, 07 Dec 2024 23:47:29 GMT Peter A. Buhr <pabuhr@…> [0b98381] * doc/theses/fangren_yu_COOP_S20/Report.tex (modified) remove line numbering Sat, 07 Dec 2024 23:47:05 GMT Peter A. Buhr <pabuhr@…> [b4c6e10] * doc/bibliography/pl.bib (modified) * doc/theses/fangren_yu_MMath/content1.tex (modified) * doc/theses/fangren_yu_MMath/content2.tex (modified) * doc/theses/fangren_yu_MMath/intro.tex (modified) thesis proofreading Fri, 06 Dec 2024 15:02:01 GMT Fangren Yu <f37yu@…> [9861ef2] * doc/theses/fangren_yu_MMath/performance.tex (modified) add description of closed trait types Thu, 28 Nov 2024 22:31:05 GMT Andrew Beach <ajbeach@…> [46c4dea] * doc/proposals/alt-enums.md (deleted) * doc/proposals/enum.tex (deleted) * doc/proposals/enums.md (added) Update the enumeration proposal with some updates now that the rework ... Wed, 20 Nov 2024 14:32:44 GMT Peter A. Buhr <pabuhr@…> [7c80a86] * doc/theses/fangren_yu_MMath/content1.tex (modified) proofread chapter 3 Tue, 19 Nov 2024 03:07:22 GMT Peter A. Buhr <pabuhr@…> [1b39705] * doc/theses/mike_brooks_MMath/string.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis.bib (modified) proofreading on string chapter Mon, 18 Nov 2024 16:49:23 GMT Michael Brooks <mlbrooks@…> [0dffe91] * doc/theses/mike_brooks_MMath/pictures/memmgr-basic.pdf (added) * doc/theses/mike_brooks_MMath/pictures/memmgr-basic.vsdx (added) * doc/theses/mike_brooks_MMath/string.tex (modified) Thesis, string: add missing figure Sat, 16 Nov 2024 23:32:00 GMT Peter A. Buhr <pabuhr@…> [e255902b] * doc/uC++toCFA/uC++toCFA.tex (modified) more updates to the uC++toCFA document Fri, 15 Nov 2024 22:48:11 GMT Peter A. Buhr <pabuhr@…> [489d3ba] * doc/theses/mike_brooks_MMath/Makefile (modified) * doc/theses/mike_brooks_MMath/programs/sharectx.run.cfa (moved) * doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa (modified) * doc/theses/mike_brooks_MMath/string.tex (modified) change how latex code generated from sharing-demo.cfa Wed, 13 Nov 2024 23:15:42 GMT Peter A. Buhr <pabuhr@…> [1b56a7f] * doc/uC++toCFA/.gitignore (modified) * doc/uC++toCFA/uC++toCFA.tex (modified) add barrier sectio uC++ to CFA cheat sheet Tue, 12 Nov 2024 03:35:03 GMT Peter A. Buhr <pabuhr@…> [0cb3479] * doc/uC++toCFA/uC++toCFA.tex (modified) update uC++toCFA manual with actor changes Tue, 12 Nov 2024 03:26:57 GMT Peter A. Buhr <pabuhr@…> [7e943e1] * doc/bibliography/pl.bib (modified) add citation for First-Come-First-Served paper Mon, 11 Nov 2024 13:30:57 GMT Peter A. Buhr <pabuhr@…> [b766c9b7] * doc/theses/mike_brooks_MMath/string.tex (modified) more string changes Mon, 11 Nov 2024 01:57:28 GMT Peter A. Buhr <pabuhr@…> [c01a2fd] * doc/theses/mike_brooks_MMath/string.tex (modified) work on starting chapter, fix spelling Mon, 11 Nov 2024 01:56:34 GMT Peter A. Buhr <pabuhr@…> [464cfc7] * doc/theses/mike_brooks_MMath/background.tex (modified) add label Fri, 08 Nov 2024 22:12:48 GMT Peter A. Buhr <pabuhr@…> [135a2d8] * doc/uC++toCFA/uC++toCFA.tex (modified) updates to uC++toCFA document Thu, 07 Nov 2024 17:42:01 GMT Michael Brooks <mlbrooks@…> [83a581a] * doc/theses/mike_brooks_MMath/string.tex (modified) Thesis, string, intro: provide missing facts Thu, 07 Nov 2024 17:29:33 GMT Michael Brooks <mlbrooks@…> [04c6340] * doc/theses/mike_brooks_MMath/array.tex (modified) Array, lifecycle: more proofreading Thu, 07 Nov 2024 15:11:31 GMT Peter A. Buhr <pabuhr@…> [e1107ec] * doc/theses/mike_brooks_MMath/array.tex (modified) proofread section Array lifecycle Wed, 06 Nov 2024 20:19:09 GMT Peter A. Buhr <pabuhr@…> [174a11a] * doc/theses/mike_brooks_MMath/string.tex (modified) add starting section 5.1 for strings Wed, 06 Nov 2024 20:18:28 GMT Peter A. Buhr <pabuhr@…> [5ba756c] * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) generalize cfa-code indentation (xleftmargin) Wed, 06 Nov 2024 00:27:44 GMT Michael Brooks <mlbrooks@…> [97ac01d3] * doc/theses/mike_brooks_MMath/array.tex (modified) Thesis, array: add section on lifecycle Mon, 04 Nov 2024 17:21:11 GMT Michael Brooks <mlbrooks@…> [7d95bce9] * doc/theses/mike_brooks_MMath/background.tex (modified) Thesis, background, array: clarify C laxed inner dimension checking Mon, 04 Nov 2024 02:13:16 GMT Peter A. Buhr <pabuhr@…> [c3e41cda] * doc/theses/mike_brooks_MMath/array.tex (modified) * doc/theses/mike_brooks_MMath/background.tex (modified) * doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa (modified) * doc/theses/mike_brooks_MMath/programs/hello-array.cfa (modified) * doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa (modified) * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) proofread new material in background and array chapters Mon, 04 Nov 2024 02:11:35 GMT Peter A. Buhr <pabuhr@…> [63a7394] * doc/LaTeXmacros/common.sty (modified) * doc/LaTeXmacros/common.tex (modified) reduce topsep for enumitem Fri, 01 Nov 2024 20:48:29 GMT Michael Brooks <mlbrooks@…> [ad9f593] * doc/theses/mike_brooks_MMath/background.tex (modified) Thesis, background, array: flesh out and rework section Array ... Thu, 31 Oct 2024 19:20:05 GMT Michael Brooks <mlbrooks@…> [b7921d8] * doc/theses/mike_brooks_MMath/array.tex (modified) Thesis, array: Add section Dimension Parameter Implementation Thu, 31 Oct 2024 03:05:41 GMT Peter A. Buhr <pabuhr@…> [292d6cf6] * doc/proposals/tuples.md (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 31 Oct 2024 03:05:29 GMT Peter A. Buhr <pabuhr@…> [520fa9e] * doc/theses/mike_brooks_MMath/background.tex (modified) * doc/theses/mike_brooks_MMath/intro.tex (modified) * doc/theses/mike_brooks_MMath/programs/bkgd-carray-arrty.c (modified) * doc/theses/mike_brooks_MMath/programs/bkgd-carray-decay.c (modified) * doc/theses/mike_brooks_MMath/programs/bkgd-carray-mdim.c (modified) proofread background chapter, and other small changes Wed, 30 Oct 2024 20:41:30 GMT Andrew Beach <ajbeach@…> [5485bcac] * doc/proposals/tuples.md (modified) Updated tuple proposal to include array interations. Tue, 29 Oct 2024 16:50:56 GMT Peter A. Buhr <pabuhr@…> [7ef4438] * doc/theses/mike_brooks_MMath/array.tex (modified) * doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa (modified) * doc/theses/mike_brooks_MMath/programs/hello-array.cfa (modified) * doc/theses/mike_brooks_MMath/programs/school1 (modified) * doc/theses/mike_brooks_MMath/programs/school1.out (added) * doc/theses/mike_brooks_MMath/programs/school2 (modified) * doc/theses/mike_brooks_MMath/programs/school2.out (added) * doc/theses/mike_brooks_MMath/uw-ethesis.bib (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 29 Oct 2024 16:48:41 GMT Peter A. Buhr <pabuhr@…> [63cf80e] * doc/theses/mike_brooks_MMath/background.tex (modified) finish proofreading the array section of the background chapter Tue, 29 Oct 2024 16:45:42 GMT Michael Brooks <mlbrooks@…> [d0296db6] * doc/theses/mike_brooks_MMath/array.tex (modified) * doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa (modified) * doc/theses/mike_brooks_MMath/programs/school1 (modified) * doc/theses/mike_brooks_MMath/programs/school1.out (added) * doc/theses/mike_brooks_MMath/programs/school2 (modified) * doc/theses/mike_brooks_MMath/programs/school2.out (added) Thesis, array, upgrade accordion demo to use data in all arrays Mon, 28 Oct 2024 15:31:39 GMT Michael Brooks <mlbrooks@…> [33474e6] * doc/theses/mike_brooks_MMath/intro.tex (modified) * doc/theses/mike_brooks_MMath/programs/bkgd-carray-arrty.c (modified) * doc/uC++toCFA/uC++toCFA.tex (modified) * tests/concurrency/examples/quickSort.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 26 Oct 2024 22:51:04 GMT Peter A. Buhr <pabuhr@…> [bf91d1d] * doc/uC++toCFA/uC++toCFA.tex (modified) numerous changes to the uC++ to CFA cheat sheet Sat, 26 Oct 2024 22:48:38 GMT Peter A. Buhr <pabuhr@…> [14c31eb] * doc/theses/mike_brooks_MMath/intro.tex (modified) * doc/theses/mike_brooks_MMath/programs/bkgd-carray-arrty.c (modified) proofread introduction chapter Fri, 25 Oct 2024 20:09:56 GMT Michael Brooks <mlbrooks@…> [720eec9] * doc/theses/mike_brooks_MMath/array.tex (modified) * doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa (modified) * doc/theses/mike_brooks_MMath/programs/hello-array.cfa (modified) * doc/theses/mike_brooks_MMath/uw-ethesis.bib (modified) Thesis, array, proofread intro sections. Wed, 23 Oct 2024 20:18:15 GMT Andrew Beach <ajbeach@…> [12c4a5f] * doc/proposals/tuples.md (modified) Folding in feedback to the tuple proposal and rewriting the last rewrite. Wed, 23 Oct 2024 19:04:47 GMT Michael Brooks <mlbrooks@…> [42d81a7] * doc/theses/mike_brooks_MMath/array.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) Thesis, array, C typing rules, add old C rules and case-comparison table. Mon, 21 Oct 2024 16:34:46 GMT Michael Brooks <mlbrooks@…> [d3942b9] * doc/theses/mike_brooks_MMath/array.tex (modified) Thesis, array, C typing rules, add discussion dimension hoisting. Fri, 18 Oct 2024 18:42:59 GMT Michael Brooks <mlbrooks@…> [187be97] * doc/theses/mike_brooks_MMath/array.tex (modified) Thesis, array, add content on C typing changes. Wed, 16 Oct 2024 17:31:40 GMT Michael Brooks <mlbrooks@…> [02ea981] * doc/theses/mike_brooks_MMath/intro.tex (modified) Thesis introduction contributions, first try. Wed, 09 Oct 2024 21:34:18 GMT Peter A. Buhr <pabuhr@…> [7d415b4] * doc/theses/mike_brooks_MMath/intro.tex (modified) more proofreading of intro chapter Sun, 06 Oct 2024 21:19:21 GMT Peter A. Buhr <pabuhr@…> [1b770e40] * doc/proposals/tuples.md (modified) first proofread of tuple proposal Wed, 02 Oct 2024 17:16:29 GMT Michael Brooks <mlbrooks@…> [b0fcd0e] * doc/proposals/tuples.md (modified) Tuple proposal spelling-grammar-typo fixes. No content changes intended. Sun, 29 Sep 2024 20:02:30 GMT Peter A. Buhr <pabuhr@…> [86841ee] * doc/proposals/tuples.md (added) * doc/theses/rob_schluntz_MMath/tuples/Makefile (moved) * doc/theses/rob_schluntz_MMath/tuples/tuples.tex (moved) * src/AST/Decl.hpp (modified) * src/AST/Stmt.hpp (modified) * src/Parser/TypedefTable.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sun, 29 Sep 2024 20:02:18 GMT Peter A. Buhr <pabuhr@…> [c82dad4] * doc/theses/fangren_yu_MMath/content1.tex (modified) * doc/theses/fangren_yu_MMath/intro.tex (modified) more proofreading of intro and content1 chapters Tue, 24 Sep 2024 18:43:58 GMT Andrew Beach <ajbeach@…> [7a0e8c8] * doc/proposals/tuples.md (added) * doc/theses/rob_schluntz_MMath/tuples/Makefile (moved) * doc/theses/rob_schluntz_MMath/tuples/tuples.tex (moved) Finally finished the tuple proposal. Feedback is welcome. Moved the ... Fri, 20 Sep 2024 12:56:34 GMT Peter A. Buhr <pabuhr@…> [b723b63] * doc/uC++toCFA/uC++toCFA.tex (modified) updated for uC++ to CFA document Fri, 20 Sep 2024 12:56:04 GMT Peter A. Buhr <pabuhr@…> [07dbcba] * doc/theses/fangren_yu_MMath/content1.tex (modified) * doc/theses/fangren_yu_MMath/content2.tex (modified) * doc/theses/fangren_yu_MMath/intro.tex (modified) some proofreading of Fangren's thesis Thu, 19 Sep 2024 11:42:04 GMT Peter A. Buhr <pabuhr@…> [b9b8643] * doc/theses/jiada_liang_MMath/conclusion.tex (modified) * doc/theses/jiada_liang_MMath/relatedwork.tex (modified) fix two spelling issues Wed, 18 Sep 2024 20:06:35 GMT JiadaL <j82liang@…> [59627b3] * doc/bibliography/pl.bib (modified) * doc/proposals/modules.md (modified) * src/Parser/TypeData.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 18 Sep 2024 20:06:28 GMT JiadaL <j82liang@…> [c329bca] * doc/theses/jiada_liang_MMath/CFAenum.tex (modified) * doc/theses/jiada_liang_MMath/uw-ethesis-frontpgs.tex (modified) Add a sentence about linkonce Mon, 16 Sep 2024 13:04:05 GMT Peter A. Buhr <pabuhr@…> [e37d45e1] * doc/bibliography/pl.bib (modified) add mising comma in citation Mon, 16 Sep 2024 13:03:07 GMT Peter A. Buhr <pabuhr@…> [eaeba79] * doc/proposals/modules.md (modified) update module proposal with some emails on the topic Sun, 15 Sep 2024 23:53:45 GMT JiadaL <j82liang@…> [0bda8d7] * doc/theses/jiada_liang_MMath/CFAenum.tex (modified) * doc/theses/jiada_liang_MMath/Cenum.tex (modified) * doc/theses/jiada_liang_MMath/relatedwork.tex (modified) * doc/theses/jiada_liang_MMath/trait.tex (modified) Small updates Sun, 15 Sep 2024 22:38:33 GMT JiadaL <j82liang@…> [175a750e] * doc/theses/jiada_liang_MMath/relatedwork.tex (modified) change the superset row as we now conclude adt form a superset Sun, 15 Sep 2024 18:36:14 GMT Peter A. Buhr <pabuhr@…> [4fa7096] * doc/theses/jiada_liang_MMath/relatedwork.tex (modified) small changes Sun, 15 Sep 2024 18:35:13 GMT Peter A. Buhr <pabuhr@…> [68a7028] * doc/theses/jiada_liang_MMath/CFAenum.tex (modified) * doc/theses/jiada_liang_MMath/relatedwork.tex (modified) * doc/theses/jiada_liang_MMath/test.ml (modified) small changes Sun, 15 Sep 2024 16:25:59 GMT JiadaL <j82liang@…> [0c88135] * doc/theses/jiada_liang_MMath/CFAenum.tex (modified) * doc/theses/jiada_liang_MMath/relatedwork.tex (modified) Update on thesis Sun, 15 Sep 2024 14:13:30 GMT Peter A. Buhr <pabuhr@…> [17fdf6f] * doc/theses/jiada_liang_MMath/conclusion.tex (modified) missed proofreading in conclusion Sat, 14 Sep 2024 21:07:55 GMT Peter A. Buhr <pabuhr@…> [dcfcf368] * doc/theses/jiada_liang_MMath/CFAenum.tex (modified) * doc/theses/jiada_liang_MMath/Cenum.tex (modified) * doc/theses/jiada_liang_MMath/background.tex (modified) * doc/theses/jiada_liang_MMath/intro.tex (modified) * doc/theses/jiada_liang_MMath/relatedwork.tex (modified) * doc/theses/jiada_liang_MMath/test.go (modified) * doc/theses/jiada_liang_MMath/trait.tex (modified) * doc/theses/jiada_liang_MMath/uw-ethesis.bib (modified) final proofread of thesis Fri, 13 Sep 2024 12:29:50 GMT Peter A. Buhr <pabuhr@…> [3733643] * doc/uC++toCFA/uC++toCFA.tex (modified) multiple changes to reflect updates in Cforall Wed, 11 Sep 2024 17:21:03 GMT JiadaL <j82liang@…> [a35e342] * doc/theses/jiada_liang_MMath/intro.tex (modified) update the discussion of unit type Tue, 10 Sep 2024 06:31:22 GMT JiadaL <j82liang@…> [aa14aafe] * doc/theses/jiada_liang_MMath/conclusion.tex (modified) * doc/theses/jiada_liang_MMath/trait.tex (modified) Update thesis Mon, 09 Sep 2024 22:15:53 GMT JiadaL <j82liang@…> [d93b813] * doc/theses/jiada_liang_MMath/CFAenum.tex (modified) * doc/theses/jiada_liang_MMath/conclusion.tex (modified) Add separate compilation discussion Mon, 09 Sep 2024 10:29:59 GMT JiadaL <j82liang@…> [29c8675] * doc/theses/jiada_liang_MMath/CFAenum.tex (modified) * doc/theses/jiada_liang_MMath/Cenum.tex (modified) * doc/theses/jiada_liang_MMath/background.tex (modified) * doc/theses/jiada_liang_MMath/conclusion.tex (modified) * doc/theses/jiada_liang_MMath/intro.tex (modified) * doc/theses/jiada_liang_MMath/relatedwork.tex (modified) update thesis Wed, 04 Sep 2024 21:35:55 GMT Peter A. Buhr <pabuhr@…> [508cff0] * doc/theses/jiada_liang_MMath/Cenum.tex (modified) * doc/theses/jiada_liang_MMath/relatedwork.tex (modified) fix quotations from C++ reference manual Mon, 02 Sep 2024 18:54:53 GMT Peter A. Buhr <pabuhr@…> [cdbb909] * doc/theses/fangren_yu_MMath/intro.tex (modified) proofread introduction chapter Mon, 02 Sep 2024 15:12:40 GMT Peter A. Buhr <pabuhr@…> [d6b7d1d] * doc/bibliography/pl.bib (modified) citation updates Sun, 25 Aug 2024 16:02:26 GMT Peter A. Buhr <pabuhr@…> [075c6d5] * doc/theses/fangren_yu_MMath/content1.tex (modified) afterthought addition to chapter 3 Sun, 25 Aug 2024 15:56:45 GMT Peter A. Buhr <pabuhr@…> [7f2e87a] * doc/theses/fangren_yu_MMath/intro.tex (modified) first proofread of chapter 1 Sun, 25 Aug 2024 15:55:44 GMT Peter A. Buhr <pabuhr@…> [7a37fcb1] * doc/theses/fangren_yu_MMath/content1.tex (modified) first proofread of chapter 3