# # ChangeLog for / # # Generated by Trac 1.2.1 # Apr 15, 2025, 3:05:57 PM Wed, 05 Feb 2025 22:08:06 GMT Andrew Beach <ajbeach@…> [301e9f7] * tests/Makefile.am (modified) A bit of clean-up in the Makefile on some new rules. Wed, 05 Feb 2025 22:06:45 GMT Andrew Beach <ajbeach@…> [ab94c37] * src/Concurrency/Actors.cpp (modified) Change in actor ?|? function generation. It looks accessive (and in a ... Wed, 05 Feb 2025 18:45:29 GMT Michael Brooks <mlbrooks@…> [d3d54b3] * src/AST/Expr.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/Util.cpp (modified) * src/AST/Util.hpp (modified) * src/main.cpp (modified) * tests/.expect/alloc-ERROR.arm64.txt (moved) * tests/.expect/alloc-ERROR.x64.txt (added) * tests/.expect/alloc-ERROR.x86.txt (added) * tests/.expect/extension.x86.txt (modified) * tests/array-collections/.expect/dimexpr-match-c-ERRS.x86.txt (modified) * tests/nowarn/.expect/printf-sizeof.txt (modified) * tests/nowarn/printf-sizeof.cfa (modified) Eliminate warnings due to sizeof returning type inconsistent with ... Wed, 05 Feb 2025 18:04:09 GMT Michael Brooks <mlbrooks@…> [92aeae1] * tests/Makefile.am (modified) Correct spelling mistake in variables Wed, 05 Feb 2025 18:00:57 GMT Michael Brooks <mlbrooks@…> [090b076] * tests/array-collections/dimexpr-match-detail.sh (modified) * tests/array-collections/dimexpr-match.hfa (modified) Expand and update comments re testing instrucions Wed, 05 Feb 2025 02:18:54 GMT Peter A. Buhr <pabuhr@…> [332e93a] * libcfa/src/parseargs.cfa (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Util.cpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/CodeGen/CodeGenerator.hpp (modified) * src/CodeGen/GenType.cpp (modified) * src/CodeGen/Generate.cpp (modified) * src/Concurrency/Actors.cpp (modified) * src/InitTweak/GenInit.cpp (modified) * src/Parser/TypeData.cpp (modified) * src/ResolvExpr/CastCost.cpp (modified) * src/ResolvExpr/CommonType.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) * src/ResolvExpr/ResolveTypeof.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) * tests/.expect/zero_one-ERR1.txt (added) * tests/.expect/zero_one.txt (modified) * tests/Makefile.am (modified) * tests/bugs/238.cfa (added) * tests/bugs/50.cfa (added) * tests/zero_one.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 05 Feb 2025 02:17:13 GMT Peter A. Buhr <pabuhr@…> [985ff5f] * doc/theses/fangren_yu_MMath/content2.tex (modified) small proofreading changes Wed, 05 Feb 2025 02:16:19 GMT Peter A. Buhr <pabuhr@…> [7846f91] * doc/theses/fangren_yu_MMath/intro.tex (modified) start adding table overload discriminating features Tue, 04 Feb 2025 15:10:11 GMT Andrew Beach <ajbeach@…> [1ee74df] * src/Concurrency/Actors.cpp (modified) I am working on errors in actors and I got tripped up by some code ... Mon, 03 Feb 2025 19:22:16 GMT Andrew Beach <ajbeach@…> [dfe8f78] * tests/bugs/238.cfa (added) * tests/bugs/50.cfa (added) Getting the reproduction of every trac ticket in the repository looks ... Mon, 03 Feb 2025 18:27:20 GMT Michael Brooks <mlbrooks@…> [7959e56] * src/CodeGen/CodeGenerator.cpp (modified) * src/CodeGen/CodeGenerator.hpp (modified) * src/CodeGen/Generate.cpp (modified) * tests/.expect/zero_one-ERR1.txt (added) * tests/.expect/zero_one.txt (modified) * tests/Makefile.am (modified) * tests/zero_one.cfa (modified) Eliminate libcfa-build warnings of missing int-to-pointer casts. ... Mon, 03 Feb 2025 18:26:21 GMT Michael Brooks <mlbrooks@…> [59fdd0d] * src/CodeGen/GenType.cpp (modified) Improve intermediate code dumps: don't lower zero_t/one_t to int ... Mon, 03 Feb 2025 17:13:51 GMT Andrew Beach <ajbeach@…> [54f70c6] * libcfa/src/parseargs.cfa (modified) Removing some unneeded distributions. Mon, 03 Feb 2025 16:46:55 GMT Andrew Beach <ajbeach@…> [90e683b] * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Util.cpp (modified) * src/InitTweak/GenInit.cpp (modified) * src/Parser/TypeData.cpp (modified) * src/ResolvExpr/CastCost.cpp (modified) * src/ResolvExpr/CommonType.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) * src/ResolvExpr/ResolveTypeof.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) I set out to do a enum rework. It ended up being much the same and I ... Sat, 01 Feb 2025 13:49:35 GMT Peter A. Buhr <pabuhr@…> [bbbff10] * tests/Makefile.am (modified) * tests/ctrl-flow/.expect/loop_else-WRN1.txt (added) * tests/ctrl-flow/.expect/loop_else.txt (modified) * tests/ctrl-flow/.expect/superfluous.txt (deleted) * tests/ctrl-flow/loop_else.cfa (modified) * tests/ctrl-flow/superfluous.cfa (deleted) update loop_else test to handle warnings Fri, 31 Jan 2025 18:52:18 GMT Andrew Beach <ajbeach@…> [641707d] * libcfa/src/collections/vector.hfa (modified) * tests/.expect/attributes.x86.txt (modified) * tests/Makefile.am (modified) * tests/math.cfa (modified) * tests/minmax.cfa (modified) * tests/operators.cfa (modified) * tests/poly-many-arsz.cfa (modified) * tests/polymorphism.cfa (modified) * tests/shortCircuit.cfa (modified) * tests/sum.cfa (modified) * tests/switch.cfa (modified) * tests/userLiterals.cfa (modified) More fixing of warnings. Including another error that slipped through ... Thu, 30 Jan 2025 21:13:51 GMT Andrew Beach <ajbeach@…> [372d33c] * tests/Makefile.am (modified) Use lax warnings on forall test. This should get the nightly build ... Thu, 30 Jan 2025 15:50:41 GMT Andrew Beach <ajbeach@…> [a465d751] * tests/.expect/designations.txt (modified) * tests/designations.cfa (modified) In the 'designations': Instead of leaving some variables unused, ... Wed, 29 Jan 2025 21:42:31 GMT Andrew Beach <ajbeach@…> [161b98e] * tests/collections/queue.cfa (modified) * tests/collections/sequence.cfa (modified) Cleaned up some errors that did not show up in my local test but ... Wed, 29 Jan 2025 16:41:32 GMT Andrew Beach <ajbeach@…> [a22e8b4] * libcfa/src/gmp.hfa (modified) * tests/Makefile.am (modified) * tests/forall.cfa (modified) * tests/function-operator.cfa (modified) * tests/identParamDeclarator.cfa (modified) Removed the warnings from more tests. I think '(void)var;' might be ... Wed, 29 Jan 2025 14:09:20 GMT Peter A. Buhr <pabuhr@…> [49510db] * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/pthread.cfa (modified) * src/Concurrency/Keywords.cpp (modified) * tests/.expect/attributes.arm64.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/Makefile.am (modified) * tests/attributes.cfa (modified) * tests/collections/queue.cfa (modified) * tests/collections/sequence.cfa (modified) * tests/collections/stack.cfa (modified) * tests/collections/vector-demo.cfa (modified) * tests/configs/usage.cfa (modified) * tests/ctrl-flow/.expect/superfluous.txt (added) * tests/ctrl-flow/labelledExit.cfa (modified) * tests/ctrl-flow/loop_else.cfa (modified) * tests/ctrl-flow/superfluous.cfa (added) * tests/designations.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 29 Jan 2025 14:07:21 GMT Peter A. Buhr <pabuhr@…> [a950021] * doc/theses/fangren_yu_MMath/content1.tex (modified) proofread chapter 3 Wed, 29 Jan 2025 03:11:24 GMT Peter A. Buhr <pabuhr@…> [c699602] * libcfa/src/concurrency/future.hfa (modified) * tests/.expect/attributes.arm64.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/Makefile.am (modified) * tests/attributes.cfa (modified) * tests/collections/queue.cfa (modified) * tests/collections/sequence.cfa (modified) * tests/collections/stack.cfa (modified) * tests/collections/vector-demo.cfa (modified) * tests/configs/usage.cfa (modified) * tests/ctrl-flow/.expect/superfluous.txt (added) * tests/ctrl-flow/labelledExit.cfa (modified) * tests/ctrl-flow/loop_else.cfa (modified) * tests/ctrl-flow/superfluous.cfa (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 29 Jan 2025 03:10:47 GMT Peter A. Buhr <pabuhr@…> [2e0bb92] * tests/designations.cfa (modified) remove warnings, and change I/O to work with gcc Tue, 28 Jan 2025 21:12:53 GMT Andrew Beach <ajbeach@…> [bada452] * tests/.expect/attributes.arm64.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/Makefile.am (modified) * tests/attributes.cfa (modified) * tests/collections/queue.cfa (modified) * tests/collections/sequence.cfa (modified) * tests/collections/stack.cfa (modified) * tests/collections/vector-demo.cfa (modified) * tests/configs/usage.cfa (modified) * tests/ctrl-flow/.expect/superfluous.txt (added) * tests/ctrl-flow/labelledExit.cfa (modified) * tests/ctrl-flow/loop_else.cfa (modified) * tests/ctrl-flow/superfluous.cfa (added) Removed warnings from serveral tests and removed them from the ... Tue, 28 Jan 2025 17:19:23 GMT kyoung <lseo@…> [71ca5b9] * libcfa/src/concurrency/future.hfa (modified) perform proper casting before pointer arithmetic Tue, 28 Jan 2025 02:23:35 GMT kyoung <lseo@…> [c3d0182a] * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/pthread.cfa (modified) * src/Concurrency/Keywords.cpp (modified) plan9 inline ordering for concurrency keywords. Sun, 26 Jan 2025 23:37:05 GMT Peter A. Buhr <pabuhr@…> [de8a0a4] * libcfa/src/iostream.cfa (modified) * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Visitor.hpp (modified) * src/BasicTypes-gen.cpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Concurrency/Keywords.cpp (modified) * src/InitTweak/GenInit.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) * tests/.expect/arithmeticConversions.arm64.txt (added) * tests/arithmeticConversions.cfa (modified) * tests/array-collections/boxed.bookend.cfa (modified) * tests/io/.expect/eofType.txt (added) * tests/io/.in/eofType.bool.1.txt (added) * tests/io/.in/eofType.bool.2.txt (added) * tests/io/.in/eofType.char.1.txt (added) * tests/io/.in/eofType.char.2.txt (added) * tests/io/.in/eofType.complex.1.txt (added) * tests/io/.in/eofType.complex.2.txt (added) * tests/io/.in/eofType.double.1.txt (added) * tests/io/.in/eofType.double.2.txt (added) * tests/io/.in/eofType.int.1.txt (added) * tests/io/.in/eofType.int.2.txt (added) * tests/io/eofType.cfa (added) * tests/malloc.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sun, 26 Jan 2025 23:33:14 GMT Peter A. Buhr <pabuhr@…> [0f070a4] * doc/theses/fangren_yu_MMath/intro.tex (modified) proofread intro chapter Sun, 26 Jan 2025 23:32:31 GMT Peter A. Buhr <pabuhr@…> [c0beea3] * doc/bibliography/pl.bib (modified) remove spurious blank line Sun, 26 Jan 2025 23:31:23 GMT Peter A. Buhr <pabuhr@…> [8c3516c] * doc/theses/fangren_yu_MMath/.gitignore (modified) update .gitignore file list Sun, 26 Jan 2025 20:19:19 GMT Peter A. Buhr <pabuhr@…> [11f92fac] * src/BasicTypes-gen.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sun, 26 Jan 2025 20:19:11 GMT Peter A. Buhr <pabuhr@…> [35eef3b] * src/Concurrency/Keywords.cpp (modified) updates to prepare for moving location of inline data for new kinds ... Sat, 25 Jan 2025 22:59:05 GMT Fangren Yu <f37yu@…> [2a5345b] * src/BasicTypes-gen.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) try to fix cost table one more time, add some comments Fri, 24 Jan 2025 20:00:27 GMT Peter A. Buhr <pabuhr@…> [1fb0a883] * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Visitor.hpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * tests/arithmeticConversions.cfa (modified) * tests/io/.in/eofText.1.txt (deleted) * tests/io/.in/eofText.2.txt (deleted) * tests/io/.in/eofType.bool.1.txt (moved) * tests/io/.in/eofType.bool.2.txt (moved) * tests/io/.in/eofType.char.1.txt (moved) * tests/io/.in/eofType.char.2.txt (moved) * tests/io/.in/eofType.complex.1.txt (moved) * tests/io/.in/eofType.complex.2.txt (moved) * tests/io/.in/eofType.double.1.txt (moved) * tests/io/.in/eofType.double.2.txt (moved) * tests/io/.in/eofType.int.1.txt (moved) * tests/io/.in/eofType.int.2.txt (moved) * tests/io/eofType.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 24 Jan 2025 19:53:53 GMT Peter A. Buhr <pabuhr@…> [1cc5c6a] * src/BasicTypes-gen.cpp (modified) * tests/.expect/arithmeticConversions.arm64.txt (added) update C arithmetic conversions and add ARM conversion testing Fri, 24 Jan 2025 18:19:52 GMT Andrew Beach <ajbeach@…> [f070ea8] * src/CodeGen/CodeGenerator.cpp (modified) Improved code generation for intermediate steps. Now generates using ... Thu, 23 Jan 2025 19:42:49 GMT Peter A. Buhr <pabuhr@…> [9e72bae3] * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Visitor.hpp (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * tests/array-collections/boxed.bookend.cfa (modified) * tests/malloc.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 23 Jan 2025 19:37:33 GMT Peter A. Buhr <pabuhr@…> [a750c71b] * tests/io/.in/eofText.1.txt (deleted) * tests/io/.in/eofText.2.txt (deleted) * tests/io/.in/eofType.bool.1.txt (moved) * tests/io/.in/eofType.bool.2.txt (moved) * tests/io/.in/eofType.char.1.txt (moved) * tests/io/.in/eofType.char.2.txt (moved) * tests/io/.in/eofType.complex.1.txt (moved) * tests/io/.in/eofType.complex.2.txt (moved) * tests/io/.in/eofType.double.1.txt (moved) * tests/io/.in/eofType.double.2.txt (moved) * tests/io/.in/eofType.int.1.txt (moved) * tests/io/.in/eofType.int.2.txt (moved) * tests/io/eofType.cfa (modified) update input file names for eofType test Thu, 23 Jan 2025 17:09:40 GMT Andrew Beach <ajbeach@…> [857b5f9] * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Visitor.hpp (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) CountExpr -> CountofExpr. Actually the main fix was making countof ... Wed, 22 Jan 2025 18:15:59 GMT Michael Brooks <mlbrooks@…> [829821c] * tests/array-collections/boxed.bookend.cfa (modified) * tests/malloc.cfa (modified) Fix test suite to run with no warnings on gcc 12, 13, 14 Wed, 22 Jan 2025 13:47:17 GMT Peter A. Buhr <pabuhr@…> [a9e327a] * tests/io/eofType.cfa (modified) formatting Wed, 22 Jan 2025 13:34:43 GMT Peter A. Buhr <pabuhr@…> [e051c8e] * tests/io/eofType.cfa (modified) remove spurious include file Wed, 22 Jan 2025 13:25:03 GMT Peter A. Buhr <pabuhr@…> [373f098] * src/InitTweak/GenInit.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 22 Jan 2025 13:24:44 GMT Peter A. Buhr <pabuhr@…> [04138cc] * libcfa/src/iostream.cfa (modified) more updates for eof of file checking Wed, 22 Jan 2025 13:23:29 GMT Peter A. Buhr <pabuhr@…> [5db17077] * tests/io/.expect/eofType.txt (added) * tests/io/.in/eofBool.1.txt (added) * tests/io/.in/eofBool.2.txt (added) * tests/io/.in/eofChar.1.txt (added) * tests/io/.in/eofChar.2.txt (added) * tests/io/.in/eofComplex.1.txt (added) * tests/io/.in/eofComplex.2.txt (added) * tests/io/.in/eofDouble.1.txt (added) * tests/io/.in/eofDouble.2.txt (added) * tests/io/.in/eofInt.1.txt (added) * tests/io/.in/eofInt.2.txt (added) * tests/io/.in/eofText.1.txt (added) * tests/io/.in/eofText.2.txt (added) * tests/io/eofType.cfa (added) test for end-of-file with and without a terminating newline across ... Tue, 21 Jan 2025 03:59:57 GMT JiadaL <j82liang@…> [5dad25df] * libcfa/src/iostream.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 21 Jan 2025 03:59:43 GMT JiadaL <j82liang@…> [e6491ca] * src/InitTweak/GenInit.cpp (modified) resolve enum dimension as size of enum Tue, 21 Jan 2025 02:45:18 GMT Peter A. Buhr <pabuhr@…> [fd5d251] * libcfa/src/iostream.cfa (modified) update eof of file checking Sat, 18 Jan 2025 21:04:19 GMT Peter A. Buhr <pabuhr@…> [d0b6712] * doc/bibliography/pl.bib (modified) formatting 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 Sat, 18 Jan 2025 20:30:18 GMT Peter A. Buhr <pabuhr@…> [9ae4f5f] * tools/cforall.el (deleted) remove cforall.el 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 20:43:47 GMT Peter A. Buhr <pabuhr@…> [3b340d68] * my_tests/floating.cfa (deleted) remove spurious file my_tests/floating.cfa 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 18:58:15 GMT Andrew Beach <ajbeach@…> [5cc53b2] * src/AST/Expr.cpp (modified) Updated documenation in VariableExpr::get_lvalue. This accounts for ... Thu, 16 Jan 2025 18:49:27 GMT Peter A. Buhr <pabuhr@…> [9c65169] * tests/concurrency/waitfor/lexical_priority.cfa (modified) reduce yields in test but still get deterministic results Thu, 16 Jan 2025 18:27:27 GMT kyoung <lseo@…> [f6f7b52] * libcfa/src/concurrency/monitor.cfa (modified) * src/Parser/StatementNode.cpp (modified) * tests/concurrency/waitfor/.expect/lexical_priority.txt (added) * tests/concurrency/waitfor/lexical_priority.cfa (added) fixed a parser bug to generate correct ast for waitfor. added a ... 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 21:21:14 GMT Peter A. Buhr <pabuhr@…> [c086c6e] * libcfa/prelude/prelude-gen.cc (modified) move code out of #ifdef Mon, 13 Jan 2025 18:32:32 GMT Michael Brooks <mlbrooks@…> [6a6e205] * libcfa/src/concurrency/actor.hfa (modified) * tests/Makefile.am (modified) * tests/collections/atomic_mpsc.cfa (modified) * tests/concurrency/actors/dynamic.cfa (modified) * tests/concurrency/actors/inherit.cfa (modified) * tests/concurrency/actors/inline.cfa (modified) * tests/concurrency/actors/pingpong.cfa (modified) * tests/concurrency/actors/types.cfa (modified) * tests/concurrency/pthread/bounded_buffer.cfa (modified) * tests/concurrency/pthread/pthread_demo_lock.cfa (modified) * tests/concurrency/pthread/pthread_once_test.cfa (modified) * tests/concurrency/unified_locking/mcs.cfa (modified) * tests/concurrency/unified_locking/mcs_spin.cfa (modified) * tests/concurrency/unified_locking/mutex_test.hfa (modified) * tests/concurrency/unified_locking/timeout_lock.cfa (modified) Clean some warnings from unused variables and pointer-to-int casts. Mon, 13 Jan 2025 18:03:07 GMT Michael Brooks <mlbrooks@…> [267b543] * doc/dev/getting-started.md (modified) Add basic gdb navigation. Mon, 13 Jan 2025 18:02:41 GMT Michael Brooks <mlbrooks@…> [9b9d3f9] * src/CodeGen/Generate.cpp (modified) Offer CodeGen::generate overloads that simplify calling from gdb. Mon, 13 Jan 2025 18:01:46 GMT Michael Brooks <mlbrooks@…> [37c3db8] * src/AST/Print.cpp (modified) Improve pointer's debug print format to include array-like detail ... Mon, 13 Jan 2025 17:10:54 GMT Peter A. Buhr <pabuhr@…> [86cccd5] * tests/.expect/arithmeticConversions.x64.txt (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 13 Jan 2025 17:10:45 GMT Peter A. Buhr <pabuhr@…> [a595ab7] * tests/arithmeticConversions.cfa (modified) update arithmeticConversions test to work on ARM Mon, 13 Jan 2025 17:10:01 GMT Peter A. Buhr <pabuhr@…> [3ea1d93] * libcfa/prelude/prelude-gen.cc (modified) move optional code out of #ifdef Mon, 13 Jan 2025 03:34:39 GMT Peter A. Buhr <pabuhr@…> [5a79dae3] * tests/.expect/arithmeticConversions.x64.txt (added) expected output for arithmeticConversions test on x64 Mon, 13 Jan 2025 03:26:28 GMT Peter A. Buhr <pabuhr@…> [689d057] * src/AST/BasicKind.hpp (modified) * src/AST/Type.cpp (modified) * src/ResolvExpr/CommonType.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) * src/SymTab/ManglerCommon.cpp (modified) unsure if these files should be committed because they have generated ... Mon, 13 Jan 2025 03:24:27 GMT Peter A. Buhr <pabuhr@…> [445b281] * tests/.expect/arithmeticConversions.x86.txt (moved) * tests/arithmeticConversions.cfa (moved) rename test ArithmeticConversions to arithmeticConversions Mon, 13 Jan 2025 02:13:38 GMT Peter A. Buhr <pabuhr@…> [522f71c] * doc/LaTeXmacros/common.tex (modified) * doc/theses/fangren_yu_MMath/content2.tex (modified) * doc/theses/fangren_yu_MMath/intro.tex (modified) * doc/theses/fangren_yu_MMath/pictures/CFA_arithmetic_conversion.fig (added) * doc/theses/fangren_yu_MMath/pictures/CFA_curr_arithmetic_conversion.fig (added) * doc/theses/fangren_yu_MMath/pictures/C_expression_conversion.fig (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 13 Jan 2025 02:13:06 GMT Peter A. Buhr <pabuhr@…> [b0708ea] * tests/.expect/ArithmeticConversions.x86.txt (added) * tests/ArithmeticConversions.cfa (added) add test for gcc arithmetic conversions Mon, 13 Jan 2025 01:46:48 GMT Peter A. Buhr <pabuhr@…> [44acc72] * src/BasicTypes-gen.cpp (modified) update conversion graph to correct and complete all relationships ... Mon, 13 Jan 2025 01:44:07 GMT Peter A. Buhr <pabuhr@…> [cdd287b9] * libcfa/prelude/prelude-gen.cc (modified) update prelude basicTypes with _Float128 and _Float128 _Complex ... 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 Sat, 11 Jan 2025 21:32:29 GMT Peter A. Buhr <pabuhr@…> [32a119e9] * src/Makefile.am (modified) make AST/BasicKind.hpp .PRECIOUS so it is not deleted if BasicTypes- ... Sat, 11 Jan 2025 14:36:19 GMT Peter A. Buhr <pabuhr@…> [c309af1] * src/BasicTypes-gen.cpp (modified) * src/ResolvExpr/CommonType.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) update complex float conversion cost Sat, 11 Jan 2025 00:02:09 GMT Fangren Yu <f37yu@…> [c44f1f9] * src/BasicTypes-gen.cpp (modified) attempt to fix complex float conversion cost Fri, 10 Jan 2025 20:40:21 GMT Andrew Beach <ajbeach@…> [299bd989] * src/ControlStruct/ExceptDecl.cpp (modified) * src/Virtual/ExpandCasts.cpp (modified) * src/Virtual/ExpandCasts.hpp (modified) Looking over some virtual cast related code to reduce the forall list ... 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. Thu, 09 Jan 2025 18:13:21 GMT Peter A. Buhr <pabuhr@…> [329c62f] * tests/exceptions/message.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 09 Jan 2025 18:13:12 GMT Peter A. Buhr <pabuhr@…> [454aab2] * libcfa/src/concurrency/io/call.cfa.in (modified) update io_uring casts to prevent 32-bit warning messages about wrong ... Thu, 09 Jan 2025 16:44:59 GMT Andrew Beach <ajbeach@…> [5a894e12] * tests/exceptions/message.cfa (modified) Added more custom constructors into the new exceptions test to avoid ... Wed, 08 Jan 2025 21:30:50 GMT Andrew Beach <ajbeach@…> [550446f] * src/CodeGen/CodeGenerator.cpp (modified) * src/CodeGen/CodeGenerator.hpp (modified) Added some code to the code generator for printing try statements in ... Wed, 08 Jan 2025 19:10:07 GMT Andrew Beach <ajbeach@…> [f32448e] * libcfa/src/math.cfa (modified) Fixed white-space. Woops. Wed, 08 Jan 2025 19:00:36 GMT Andrew Beach <ajbeach@…> [658f3179] * libcfa/src/math.cfa (modified) * libcfa/src/math.hfa (modified) Moved massive function log2_u32_32 out of header. Wed, 08 Jan 2025 18:00:13 GMT Michael Brooks <mlbrooks@…> [d84f2ae] * src/GenPoly/Box.cpp (modified) * tests/.expect/functions.arm64.txt (modified) * tests/.expect/functions.x64.txt (modified) * tests/.expect/functions.x86.txt (modified) * tests/Makefile.am (modified) * tests/nowarn/unused.cfa (modified) Fix transpiler-induced unused parameter on layoutof. Tue, 07 Jan 2025 21:31:21 GMT Andrew Beach <ajbeach@…> [190a833] * src/ControlStruct/ExceptDecl.cpp (modified) * tests/exceptions/.expect/message.txt (added) * tests/exceptions/message.cfa (added) Returning to exceptions after a long time and added the ability to ... Tue, 07 Jan 2025 20:22:19 GMT Michael Brooks <mlbrooks@…> [10b5970] * libcfa/src/bits/queue.hfa (modified) * libcfa/src/concurrency/mutex_stmt.hfa (modified) * tests/Makefile.am (modified) * tests/PRNG.cfa (modified) * tests/alloc.cfa (modified) * 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/barge.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/coroutine/raii.cfa (modified) * tests/ctrl-flow/goto.cfa (modified) * tests/ctrl-flow/ifwhileCtl.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/hotpotato.cfa (modified) * tests/exceptions/hotpotato_checked.cfa (modified) * tests/io/io-acquire-no-io.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/poly-d-cycle.cfa (modified) * tests/poly-member.cfa (modified) * tests/poly-o-cycle.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/tuple/tupleAssign.cfa (modified) * tests/tuple/tuplePolymorphism.cfa (modified) * tests/tuple/tupleVariadic.cfa (modified) * tests/typeof.cfa (modified) Fix many test-suite- and libcfa-caused unused variable warnings. In ... Mon, 06 Jan 2025 23:10:23 GMT Michael Brooks <Michael Brooks> [70670e7] * tests/array-collections/.expect/dimexpr-match-c-ERRS.arm64.txt (modified) Try to fix full build by regenerating botched .arm64.expect file on ... Mon, 06 Jan 2025 21:19:07 GMT Michael Brooks <mlbrooks@…> [7d30a1e] * tests/.expect/castReturn.txt (added) * tests/.expect/const-ref.txt (added) * tests/castReturn.cfa (added) * tests/const-ref.cfa (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 06 Jan 2025 21:18:42 GMT Michael Brooks <mlbrooks@…> [1f6623c] * libcfa/src/collections/array.hfa (modified) Try to fix full build by removing missed x86-debug-specific ... Mon, 06 Jan 2025 17:54:32 GMT Andrew Beach <ajbeach@…> [66e7cc1] * tests/.expect/castReturn.txt (added) * tests/.expect/const-ref.txt (added) * tests/castReturn.cfa (added) * tests/const-ref.cfa (added) Added some tests for recent changes to the resolver.