# # ChangeLog for / # # Generated by Trac 1.6 # Feb 28, 2026, 11:41:04 AM Wed, 25 Feb 2026 06:39:58 GMT Matthew Au-Yeung [88bb0b4] * src/Validate/Autogen.cpp (modified) update comment Wed, 25 Feb 2026 05:56:30 GMT Matthew Au-Yeung [44940ee] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/monitor.cfa (modified) * libcfa/src/concurrency/monitor.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * src/Concurrency/Keywords.cpp (modified) * src/Concurrency/MutexFuncHash.hpp (deleted) * src/Concurrency/Waitfor.cpp (modified) * src/Validate/Autogen.cpp (modified) Revert "Add a generated hash to fix stuck waitfor comparing static ... Wed, 25 Feb 2026 05:52:06 GMT Matthew Au-Yeung [a0548c2] * tests/Makefile.am (modified) * tests/concurrency/waitfor/.expect/autogen_destructor.txt (moved) remove old test Wed, 25 Feb 2026 05:52:06 GMT Matthew Au-Yeung [6018ddb] * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/Concurrency/MutexFuncHash.hpp (modified) * tests/.expect/linkoncedestructor.txt (moved) * tests/Makefile.am (modified) * tests/concurrency/waitfor/.expect/static_inline.txt (deleted) * tests/concurrency/waitfor/gendestructor.cfa (modified) * tests/concurrency/waitfor/gendestructor.hfa (modified) Revert "cleanup and add tests" This reverts commit ... Wed, 25 Feb 2026 05:52:06 GMT Matthew Au-Yeung [2b3ebe5] * tests/Makefile.am (modified) * tests/concurrency/waitfor/autogen_destructor.cfa (modified) * tests/concurrency/waitfor/gendestructor.cfa (moved) * tests/concurrency/waitfor/gendestructor.hfa (moved) * tests/concurrency/waitfor/inlinemutex.cfa (added) * tests/concurrency/waitfor/inlinemutex.hfa (added) * tests/concurrency/waitfor/static_inline.cfa (modified) fixup tests more Wed, 25 Feb 2026 05:52:05 GMT Matthew Au-Yeung [f1cb193] * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/Concurrency/MutexFuncHash.hpp (modified) * tests/Makefile.am (modified) * tests/concurrency/waitfor/.expect/autogen_destructor.txt (moved) * tests/concurrency/waitfor/.expect/static_inline.txt (added) * tests/concurrency/waitfor/autogen_destructor.cfa (added) * tests/concurrency/waitfor/nodestructor.cfa (moved) * tests/concurrency/waitfor/nodestructor.hfa (moved) * tests/concurrency/waitfor/static_inline.cfa (added) * tests/link-once-destructor/waitfor-destructor.cfa (deleted) cleanup and add tests Wed, 25 Feb 2026 05:52:05 GMT Matthew Au-Yeung [a30fceb] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/monitor.cfa (modified) * libcfa/src/concurrency/monitor.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * src/Concurrency/Keywords.cpp (modified) * src/Concurrency/MutexFuncHash.hpp (added) * src/Concurrency/Waitfor.cpp (modified) * src/Validate/Autogen.cpp (modified) Add a generated hash to fix stuck waitfor comparing static inline ... Wed, 25 Feb 2026 05:52:05 GMT Matthew Au-Yeung [507fc97] * tests/.expect/linkoncedestructor.txt (added) * tests/Makefile.am (modified) * tests/link-once-destructor/nodestructor.cfa (added) * tests/link-once-destructor/nodestructor.hfa (added) * tests/link-once-destructor/waitfor-destructor.cfa (added) test associated with it Wed, 25 Feb 2026 05:52:05 GMT Matthew Au-Yeung [7d29089] * src/Validate/Autogen.cpp (modified) Make generated thread destructor link once instead of inline - ... Sun, 22 Feb 2026 00:46:56 GMT Alvin Zhang [0982b3ec] * .gitignore (modified) * doc/proposals/modules-alvin/1_stitched_modules/README.md (modified) add PLG-specific instructions for running antlr Tue, 17 Feb 2026 01:56:03 GMT Alvin Zhang [dde0236] * doc/proposals/modules-alvin/1_stitched_modules/stitched_modules.md (modified) addressing comments of module proposal Wed, 11 Feb 2026 16:03:24 GMT Peter A. Buhr [710623a] * doc/proposals/modules-alvin/1_stitched_modules/stitched_modules.md (modified) first proofread of module proposal Fri, 06 Feb 2026 13:48:10 GMT Peter A. Buhr [3151bc09] * doc/bibliography/pl.bib (modified) update citations Wed, 04 Feb 2026 19:51:20 GMT Alvin Zhang [2cb10170] * doc/proposals/modules-alvin/1_stitched_modules/Driver.py (added) * doc/proposals/modules-alvin/1_stitched_modules/README.md (added) * doc/proposals/modules-alvin/1_stitched_modules/parser/CMOD.g4 (added) * doc/proposals/modules-alvin/1_stitched_modules/parser/CMOD.interp (added) * doc/proposals/modules-alvin/1_stitched_modules/parser/CMOD.tokens (added) * doc/proposals/modules-alvin/1_stitched_modules/parser/CMODLexer.interp (added) * doc/proposals/modules-alvin/1_stitched_modules/parser/CMODLexer.py (added) * doc/proposals/modules-alvin/1_stitched_modules/parser/CMODLexer.tokens (added) * doc/proposals/modules-alvin/1_stitched_modules/parser/CMODListener.py (added) * doc/proposals/modules-alvin/1_stitched_modules/parser/CMODParser.py (added) * doc/proposals/modules-alvin/1_stitched_modules/requirements.txt (added) * doc/proposals/modules-alvin/1_stitched_modules/stitched_modules.md (added) * doc/proposals/modules-alvin/1_stitched_modules/testing/noImports.cmod (added) * doc/proposals/modules-alvin/1_stitched_modules/testing/yesImports.cmod (added) * doc/proposals/modules-alvin/1_stitched_modules/testing/yesImports/a.cmod (added) * doc/proposals/modules-alvin/1_stitched_modules/testing/yesImports/b.cmod (added) stitched modules proposal Wed, 04 Feb 2026 19:51:20 GMT Alvin Zhang [c824afd] * doc/proposals/modules-alvin/0_type_stubs/graph/0_initial/graph.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/0_initial/graph/edge.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/0_initial/graph/edge_picker.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/0_initial/graph/node.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/0_initial/main.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/1_size_analysis/a.out (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/1_size_analysis/size_analysis.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/2_tshell/graph.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/2_tshell/graph/edge.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/2_tshell/graph/edge__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/2_tshell/graph/edge_picker.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/2_tshell/graph/edge_picker__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/2_tshell/graph/node.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/2_tshell/graph/node__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/2_tshell/graph__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/2_tshell/main.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph/edge.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph/edge__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph/edge__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph/edge_picker.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph/edge_picker__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph/edge_picker__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph/node.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph/node__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph/node__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/graph__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/3_export/main.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/edge.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/edge__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/edge__impl.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/edge__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/edge_picker.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/edge_picker__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/edge_picker__impl.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/edge_picker__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/node.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/node__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/node__impl.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph/node__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph__impl.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/graph__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/main.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/4_impl/main__impl.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph/edge__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph/edge__impl.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph/edge__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph/edge_picker__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph/edge_picker__impl.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph/edge_picker__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph/node__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph/node__impl.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph/node__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph__export.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph__impl.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/graph__tshell.h (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/5_tweaking/main__impl.c (moved) * doc/proposals/modules-alvin/0_type_stubs/graph/info.md (moved) * doc/proposals/modules-alvin/0_type_stubs/proposal.md (moved) move old module work into another folder Wed, 04 Feb 2026 18:00:28 GMT Michael Brooks [f648875] * doc/theses/mike_brooks_MMath/benchmarks/list/results-java-general.csv (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-java-short.csv (added) * doc/theses/mike_brooks_MMath/benchmarks/list/results-java-zoomout-noshuf.csv (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-java-zoomout-shuf.csv (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-swift-general.csv (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-swift-short.csv (added) * doc/theses/mike_brooks_MMath/benchmarks/list/results-swift-zoomout-noshuf.csv (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-swift-zoomout-shuf.csv (modified) * doc/theses/mike_brooks_MMath/plots/ListCommon.py (modified) Refresh data to harness of 9d3dc40802c6. Latest harness and data now ... Wed, 04 Feb 2026 17:43:09 GMT Michael Brooks [8eb85de] * doc/theses/mike_brooks_MMath/benchmarks/list/detail-plots.gp (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-java-general.csv (added) * doc/theses/mike_brooks_MMath/benchmarks/list/results-java-zoomout-noshuf.csv (added) * doc/theses/mike_brooks_MMath/benchmarks/list/results-java-zoomout-shuf.csv (added) * doc/theses/mike_brooks_MMath/benchmarks/list/results-swift-general.csv (moved) * doc/theses/mike_brooks_MMath/benchmarks/list/results-swift-zoomout-noshuf.csv (moved) * doc/theses/mike_brooks_MMath/benchmarks/list/results-swift-zoomout-shuf.csv (moved) * doc/theses/mike_brooks_MMath/list.tex (modified) * doc/theses/mike_brooks_MMath/plots/ListCommon.py (modified) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-java.d (added) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-java.gp (moved) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-java.py (added) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-meta.dat (modified) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem-java.d (added) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem-java.gp (moved) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem-java.py (moved) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem-meta.dat (modified) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem-swift.d (added) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem-swift.gp (added) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem-swift.py (added) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem.d (deleted) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-swift.d (added) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-swift.gp (added) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-swift.py (added) * doc/theses/mike_brooks_MMath/plots/list-cfa-attrib.d (deleted) * doc/theses/mike_brooks_MMath/plots/list-cmp-exout-java.d (added) * doc/theses/mike_brooks_MMath/plots/list-cmp-exout-java.gp (added) * doc/theses/mike_brooks_MMath/plots/list-cmp-exout-java.py (moved) * doc/theses/mike_brooks_MMath/plots/list-cmp-exout-meta.dat (modified) * doc/theses/mike_brooks_MMath/plots/list-cmp-exout-swift.d (added) * doc/theses/mike_brooks_MMath/plots/list-cmp-exout-swift.gp (moved) * doc/theses/mike_brooks_MMath/plots/list-cmp-exout-swift.py (moved) * doc/theses/mike_brooks_MMath/plots/list-cmp-exout.d (deleted) * doc/theses/mike_brooks_MMath/plots/list-cmp-survey-java.d (added) * doc/theses/mike_brooks_MMath/plots/list-cmp-survey-java.gp (added) * doc/theses/mike_brooks_MMath/plots/list-cmp-survey-java.py (moved) * doc/theses/mike_brooks_MMath/plots/list-cmp-survey-meta.dat (modified) * doc/theses/mike_brooks_MMath/plots/list-cmp-survey-swift.d (added) * doc/theses/mike_brooks_MMath/plots/list-cmp-survey-swift.gp (moved) * doc/theses/mike_brooks_MMath/plots/list-cmp-survey-swift.py (added) * doc/theses/mike_brooks_MMath/plots/list-cmp-survey.d (deleted) * doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-java.d (added) * doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-java.gp (added) * doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-java.py (moved) * doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-swift.d (added) * doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-swift.gp (added) * doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-swift.py (added) * doc/theses/mike_brooks_MMath/plots/list-zoomin-abs.d (deleted) * doc/theses/mike_brooks_MMath/plots/list-zoomin-abs.gp (deleted) * doc/theses/mike_brooks_MMath/plots/list-zoomin-rel-java.d (added) * doc/theses/mike_brooks_MMath/plots/list-zoomin-rel-java.gp (added) * doc/theses/mike_brooks_MMath/plots/list-zoomin-rel-java.py (moved) * doc/theses/mike_brooks_MMath/plots/list-zoomin-rel-swift.d (added) * doc/theses/mike_brooks_MMath/plots/list-zoomin-rel-swift.gp (moved) * doc/theses/mike_brooks_MMath/plots/list-zoomin-rel-swift.py (added) * doc/theses/mike_brooks_MMath/plots/list-zoomin-rel.d (deleted) * doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf-java.d (added) * doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf-java.gp (added) * doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf-java.py (added) * doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf-swift.d (added) * doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf-swift.gp (added) * doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf-swift.py (added) * doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.d (deleted) * doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-java.d (added) * doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-java.gp (moved) * doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-java.py (moved) * doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-swift.d (added) * doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-swift.gp (moved) * doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-swift.py (moved) * doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.d (deleted) Add data for Intel host 'java', alongside incumbent AMD host 'swift'. ... Wed, 28 Jan 2026 18:32:44 GMT Michael Brooks [df72682] * Jenkins/FullBuild (modified) * Jenkinsfile (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sun, 25 Jan 2026 23:59:19 GMT Peter A. Buhr [ed9bbe8] * Jenkins/FullBuild (modified) 2nd attempt to turn off ARM builds on algol Sun, 25 Jan 2026 22:29:58 GMT Peter A. Buhr [70bc776] * Jenkins/FullBuild (modified) * Jenkinsfile (modified) try to turn off ARM builds on algol Tue, 20 Jan 2026 16:23:37 GMT Michael Brooks [79a8c2a] * doc/theses/mike_brooks_MMath/benchmarks/list/Makefile (modified) Adjust stripped-harness comparion config to exclude interleaving, ... Mon, 19 Jan 2026 16:38:54 GMT Michael Brooks [9d3dc40] * doc/theses/mike_brooks_MMath/benchmarks/list/Makefile (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/driver.c (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-cfa-GENERAL.h (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/observation.c (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/observation.h (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-smoketest.csv (modified) * doc/theses/mike_brooks_MMath/plots/ListCommon.py (modified) * libcfa/src/collections/list2.hfa (modified) Various changes motivated by improving CFA score on len-1 queues. ... Mon, 19 Jan 2026 16:24:34 GMT Michael Brooks [5a95560] * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/iostream.hfa (modified) Merge remote-tracking branch 'refs/remotes/origin/master' Thu, 15 Jan 2026 02:25:10 GMT Peter A. Buhr [a2940184] * libcfa/src/iostream.hfa (modified) formatting Thu, 15 Jan 2026 02:21:02 GMT Peter A. Buhr [39eb23b0] * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) for opening a file, change to default initialization of mode ... Thu, 08 Jan 2026 22:41:47 GMT Michael Brooks [fb7c9168] * doc/theses/mike_brooks_MMath/benchmarks/list/detail-plots.gp (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-general.csv (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-zoomout-noshuf.csv (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-zoomout-shuf.csv (modified) * doc/theses/mike_brooks_MMath/plots/ListCommon.py (modified) Data and analysis associated with harness of commit 78bc398830. ... Thu, 08 Jan 2026 18:26:42 GMT Michael Brooks [8614140] * doc/theses/mike_brooks_MMath/Makefile (modified) * doc/theses/mike_brooks_MMath/array.tex (modified) * doc/theses/mike_brooks_MMath/background.tex (modified) * doc/theses/mike_brooks_MMath/pictures/ar-bchk.pdf (added) * doc/theses/mike_brooks_MMath/pictures/ar-bchk.xlsx (added) * doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp (modified) * doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.gp (modified) * doc/theses/mike_brooks_MMath/plots/string-peq-cppemu.gp (modified) * doc/theses/mike_brooks_MMath/plots/string-peq-sharing.gp (modified) * doc/theses/mike_brooks_MMath/plots/string-pta-sharing.gp (modified) * doc/theses/mike_brooks_MMath/programs/ar-bchk/Makefile (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/control.c (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/control.cc (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/control.cfa (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.c (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.cc (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.cfa (added) * doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal-matmul.cfa (deleted) * doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal-stdvec.cpp (deleted) * doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal.cfa (deleted) * 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 (modified) * doc/theses/mike_brooks_MMath/programs/school2 (modified) * doc/theses/mike_brooks_MMath/programs/school2.out (modified) * doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa (modified) * doc/theses/mike_brooks_MMath/string.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis-frontpgs.tex (modified) * libcfa/src/collections/array.hfa (modified) * tests/array-collections/array-md-sbscr-cases.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 23 Dec 2025 13:56:16 GMT Peter A. Buhr [4904b05] * doc/theses/mike_brooks_MMath/array.tex (modified) fix wording issues in last proofread of array chapter Sun, 21 Dec 2025 18:35:46 GMT Peter A. Buhr [80e83b6c] * doc/theses/mike_brooks_MMath/array.tex (modified) * doc/theses/mike_brooks_MMath/programs/ar-bchk/control.c (modified) * doc/theses/mike_brooks_MMath/programs/ar-bchk/control.cc (modified) * doc/theses/mike_brooks_MMath/programs/ar-bchk/control.cfa (modified) * doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.c (modified) * doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.cc (modified) * doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.cfa (modified) last proofread array chapter Sat, 20 Dec 2025 09:52:54 GMT Michael Brooks [eb0d9b7] * doc/theses/mike_brooks_MMath/Makefile (modified) * doc/theses/mike_brooks_MMath/array.tex (modified) * doc/theses/mike_brooks_MMath/pictures/ar-bchk.pdf (added) * doc/theses/mike_brooks_MMath/pictures/ar-bchk.xlsx (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/Makefile (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/control.c (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/control.cc (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/control.cfa (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.c (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.cc (added) * doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.cfa (added) * doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal-matmul.cfa (deleted) * doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal-stdvec.cpp (deleted) * doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal.cfa (deleted) * libcfa/src/collections/array.hfa (modified) * tests/array-collections/array-md-sbscr-cases.cfa (modified) Improve libcfa-array's bound-check removal and write that thesis ... Wed, 17 Dec 2025 17:59:50 GMT Michael Brooks [0210a543] * libcfa/src/collections/array.hfa (modified) Revise array's overload-selection comment now that #247 is closed. ... Tue, 16 Dec 2025 12:41:51 GMT Peter A. Buhr [5d300ba] * doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp (modified) * doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.gp (modified) * doc/theses/mike_brooks_MMath/plots/string-peq-cppemu.gp (modified) * doc/theses/mike_brooks_MMath/plots/string-peq-sharing.gp (modified) * doc/theses/mike_brooks_MMath/plots/string-pta-sharing.gp (modified) * doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa (modified) * doc/theses/mike_brooks_MMath/string.tex (modified) proofread string chapter Sat, 13 Dec 2025 21:56:22 GMT Peter A. Buhr [35fc819] * 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 (modified) * doc/theses/mike_brooks_MMath/programs/school2 (modified) * doc/theses/mike_brooks_MMath/programs/school2.out (modified) more array proofreading Sat, 13 Dec 2025 21:52:46 GMT Peter A. Buhr [67748f9] * doc/theses/mike_brooks_MMath/background.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis-frontpgs.tex (modified) small wording changes Fri, 12 Dec 2025 17:29:38 GMT Michael Brooks [79ba50c] * doc/theses/mike_brooks_MMath/background.tex (modified) * doc/theses/mike_brooks_MMath/intro.tex (modified) * doc/theses/mike_brooks_MMath/papers/Final-ONCD-Technical-Report.pdf (added) * doc/theses/mike_brooks_MMath/programs/bkgd-c-tyerr.c (modified) * doc/theses/mike_brooks_MMath/programs/bkgd-carray-decay.c (modified) * doc/theses/mike_brooks_MMath/programs/bkgd-carray-mdim.c (modified) * doc/theses/mike_brooks_MMath/programs/lst-issues-multi-static.run.c (modified) * doc/theses/mike_brooks_MMath/uw-ethesis-frontpgs.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis.bib (modified) Merge remote-tracking branch 'refs/remotes/origin/master' Fri, 12 Dec 2025 17:18:17 GMT Michael Brooks [fe6047c] * doc/theses/mike_brooks_MMath/background.tex (modified) * doc/theses/mike_brooks_MMath/intro.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis-frontpgs.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis.bib (modified) Edits in early sections. Includes explicating the connection ... Tue, 09 Dec 2025 22:23:33 GMT Peter A. Buhr [f2b74e3] * doc/theses/mike_brooks_MMath/background.tex (modified) * doc/theses/mike_brooks_MMath/papers/Final-ONCD-Technical-Report.pdf (added) * doc/theses/mike_brooks_MMath/programs/bkgd-c-tyerr.c (modified) * doc/theses/mike_brooks_MMath/programs/bkgd-carray-decay.c (modified) * doc/theses/mike_brooks_MMath/programs/bkgd-carray-mdim.c (modified) * doc/theses/mike_brooks_MMath/programs/lst-issues-multi-static.run.c (modified) proofread background chapter Mon, 08 Dec 2025 16:29:33 GMT Michael Brooks [5e0b6657] * doc/LaTeXmacros/common.sty (modified) * doc/LaTeXmacros/common.tex (modified) * doc/bibliography/pl.bib (modified) * doc/proposals/autogen.md (modified) * doc/theses/fangren_yu_MMath/test.adb (modified) * doc/theses/mike_brooks_MMath/intro.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis-frontpgs.tex (modified) * doc/uC++toCFA/uC++toCFA.tex (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/bits/weakso_locks.cfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/barrier.hfa (modified) * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/monitor.cfa (modified) * libcfa/src/concurrency/monitor.hfa (modified) * libcfa/src/concurrency/select.cfa (modified) * libcfa/src/concurrency/select.hfa (modified) * libcfa/src/strstream.cfa (modified) * libcfa/src/strstream.hfa (modified) * src/Concurrency/Waituntil.cpp (modified) * tests/concurrency/barrier/generation.cfa (modified) * tests/concurrency/barrier/last.cfa (modified) * tests/concurrency/barrier/order.cfa (modified) * tests/concurrency/examples/boundedBufferTHREAD.cfa (modified) * tests/concurrency/examples/datingService.cfa (modified) * tests/concurrency/futures/.expect/multi.txt.off (moved) * tests/concurrency/futures/multi.cfa (modified) * tests/concurrency/futures/select_future.cfa (modified) * tests/concurrency/futures/typed.cfa (modified) * tests/concurrency/once.cfa (modified) * tests/concurrency/readyQ/barrier_sleeper.cfa (modified) * tests/concurrency/signal/block.cfa (modified) * tests/concurrency/waituntil/futures.cfa (modified) * tests/io/comp_basic.cfa (modified) * tests/io/comp_fair.cfa (modified) Merge remote-tracking branch 'refs/remotes/origin/master' Sat, 06 Dec 2025 22:02:29 GMT Peter A. Buhr [79ec8c3] * doc/theses/mike_brooks_MMath/intro.tex (modified) proofread introduction chapter Wed, 03 Dec 2025 20:04:18 GMT Peter A. Buhr [9c8afc7] * doc/theses/mike_brooks_MMath/uw-ethesis-frontpgs.tex (modified) proofread abstract Mon, 24 Nov 2025 21:13:37 GMT Peter A. Buhr [00aa122] * libcfa/src/concurrency/future.hfa (modified) * tests/concurrency/futures/.expect/multi.txt.off (moved) * tests/concurrency/futures/multi.cfa (modified) * tests/concurrency/futures/typed.cfa (modified) harmonize single_future with other future types, remove multi_future, ... Mon, 24 Nov 2025 03:54:30 GMT Peter A. Buhr [fbaea970] * libcfa/src/bits/weakso_locks.cfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/select.cfa (modified) * libcfa/src/concurrency/select.hfa (modified) * src/Concurrency/Waituntil.cpp (modified) rename private waituntil routines register_select, unregister_select, ... Wed, 19 Nov 2025 15:00:11 GMT Peter A. Buhr [8ffee9a] * libcfa/src/concurrency/future.hfa (modified) more cleanup of future code Tue, 18 Nov 2025 15:32:06 GMT Peter A. Buhr [b5749f9] * tests/concurrency/waituntil/futures.cfa (modified) fix design error in test waituntil/futures.cfa Tue, 18 Nov 2025 02:04:40 GMT Peter A. Buhr [86b418f] * tests/concurrency/waituntil/futures.cfa (modified) rewrite test program with futures and waituntil Tue, 18 Nov 2025 02:02:57 GMT Peter A. Buhr [822ae48] * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) update semaphore lock Tue, 18 Nov 2025 02:00:50 GMT Peter A. Buhr [771a4f7] * doc/theses/fangren_yu_MMath/test.adb (modified) add missing Ada test program to Fangren's thesis Tue, 18 Nov 2025 01:59:32 GMT Peter A. Buhr [8604492] * doc/bibliography/pl.bib (modified) many citation updates Tue, 18 Nov 2025 01:58:19 GMT Peter A. Buhr [411142c] * doc/LaTeXmacros/common.sty (modified) * doc/LaTeXmacros/common.tex (modified) raise * in /* and */ to look better Tue, 18 Nov 2025 01:54:32 GMT Peter A. Buhr [de8a0286] * doc/uC++toCFA/uC++toCFA.tex (modified) many updates and additions to the uC++ to CFA cheat sheet Mon, 17 Nov 2025 14:18:16 GMT Peter A. Buhr [f04623f] * doc/proposals/autogen.md (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 17 Nov 2025 14:13:40 GMT Peter A. Buhr [4a16ddfa] * libcfa/src/concurrency/future.hfa (modified) add reference counting futures for use with waituntil Thu, 13 Nov 2025 17:40:21 GMT Michael Brooks [43911a0] * doc/proposals/autogen.md (modified) Add issues with autogen removal: hiding too eagerly and not acting ... Wed, 12 Nov 2025 18:27:30 GMT Michael Brooks [8f448e0] * libcfa/src/collections/list2.hfa (modified) * tests/list/.expect/dlist2-insert-remove.txt (added) * tests/list/dlist-insert-remove.cfa (modified) * tests/list/dlist2-insert-remove.cfa (added) Make dlist2 pass the original dlist test. Now, there is one common ... Fri, 07 Nov 2025 13:30:59 GMT Peter A. Buhr [b94579a] * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) update semaphore lock Fri, 07 Nov 2025 13:29:53 GMT Peter A. Buhr [0048327] * tests/concurrency/examples/boundedBufferTHREAD.cfa (modified) change use of random to prng Fri, 07 Nov 2025 13:28:03 GMT Peter A. Buhr [b6de35e] * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/monitor.cfa (modified) * libcfa/src/concurrency/monitor.hfa (modified) * tests/concurrency/examples/datingService.cfa (modified) * tests/concurrency/signal/block.cfa (modified) change name is_empty to empty for monitor conditions Fri, 31 Oct 2025 15:56:32 GMT Peter A. Buhr [f5856ecd] * tests/concurrency/barrier/generation.cfa (modified) * tests/concurrency/barrier/last.cfa (modified) * tests/concurrency/barrier/order.cfa (modified) * tests/concurrency/futures/select_future.cfa (modified) * tests/concurrency/once.cfa (modified) * tests/concurrency/readyQ/barrier_sleeper.cfa (modified) * tests/io/comp_basic.cfa (modified) * tests/io/comp_fair.cfa (modified) update barrier tests for updated barrier Fri, 31 Oct 2025 15:50:55 GMT Peter A. Buhr [1034059] * libcfa/src/strstream.cfa (modified) * libcfa/src/strstream.hfa (modified) add "clear" function to strstring Fri, 31 Oct 2025 15:49:13 GMT Peter A. Buhr [95330c33] * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) rename private variable with trailing $, and restructure lock Fri, 31 Oct 2025 15:45:09 GMT Peter A. Buhr [14a51d3] * libcfa/src/concurrency/invoke.h (modified) rename private variable with trailing $ Fri, 31 Oct 2025 15:44:20 GMT Peter A. Buhr [95a0824] * libcfa/src/concurrency/barrier.hfa (modified) change counters from ssize_t to size_t Fri, 31 Oct 2025 01:32:40 GMT Peter A. Buhr [b14d0d97] * libcfa/src/concurrency/invoke.h (modified) add shadow variable to thread structure Fri, 31 Oct 2025 01:31:39 GMT Peter A. Buhr [c4e3b507] * libcfa/src/concurrency/barrier.hfa (modified) new version of barrier lock Fri, 31 Oct 2025 01:30:53 GMT Peter A. Buhr [8920c6d] * libcfa/src/bits/defs.hfa (modified) formatting Wed, 15 Oct 2025 20:22:18 GMT Michael Brooks [1b4e5a8] * doc/theses/mike_brooks_MMath/benchmarks/list/fx-cfa-cfa.h (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-cfa-likeLq.h (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-cfa-mandHead.h (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-cfa-noIter.h (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-cfa-noListed.h (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-cfa-strip.h (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/collections/list2.hfa (moved) Move link-list to-be implementation to libcfa Tue, 14 Oct 2025 22:53:02 GMT Michael Brooks [75f888e7] * tests/list/dlist-insert-remove.cfa (modified) Replace dlist test's sout with printf, to enable testing non-libcfa ... Tue, 14 Oct 2025 20:10:09 GMT Michael Brooks [843bce5] * INSTALL (modified) * Jenkins/FullBuild (modified) * Jenkinsfile (modified) * README (modified) * doc/bibliography/pl.bib (modified) * libcfa/src/stdhdr/assert.h (modified) * tests/.expect/alloc-ERROR.txt (moved) * tests/.expect/alloc-ERROR.x64.txt (deleted) * tests/.expect/alloc-ERROR.x86.txt (deleted) Merge remote-tracking branch 'refs/remotes/origin/master' Tue, 30 Sep 2025 20:40:23 GMT Peter A. Buhr [f0011bf] * README (modified) Add section about contributing to the Cforall project Tue, 30 Sep 2025 11:55:45 GMT Peter A. Buhr [7ffd7f0] * doc/bibliography/pl.bib (modified) add bibliography references Tue, 30 Sep 2025 11:51:45 GMT Peter A. Buhr [a24a69e] * INSTALL (modified) Indicate CFA only builds on Linux operating system Tue, 30 Sep 2025 11:50:03 GMT Peter A. Buhr [23681db] * libcfa/src/stdhdr/assert.h (modified) remove warnings from empty verify macros Fri, 26 Sep 2025 00:56:48 GMT Peter A. Buhr [2d41c70] * Jenkins/FullBuild (modified) * Jenkinsfile (modified) test full build on x86 Thu, 25 Sep 2025 20:29:29 GMT Peter A. Buhr [a8f49cc6] * Jenkinsfile (modified) 2nd attempt test full build on ARM Thu, 25 Sep 2025 01:34:36 GMT Peter A. Buhr [f63e35c] * Jenkins/FullBuild (modified) test full build on ARM Wed, 24 Sep 2025 22:45:56 GMT Peter A. Buhr [2d743bd] * tests/.expect/alloc-ERROR.txt (moved) * tests/.expect/alloc-ERROR.x64.txt (deleted) * tests/.expect/alloc-ERROR.x86.txt (deleted) update expected alloc-ERR files Wed, 24 Sep 2025 22:31:58 GMT Michael Brooks [3d02803] * doc/theses/fangren_yu_MMath/benchmarks.tex (deleted) * libcfa/src/stdlib.cfa (modified) * tests/.expect/alloc.txt (modified) * tests/alloc.cfa (modified) Merge remote-tracking branch 'refs/remotes/origin/master' Wed, 24 Sep 2025 22:23:34 GMT Peter A. Buhr [1911f37] * libcfa/src/stdlib.cfa (modified) * tests/.expect/alloc.txt (modified) * tests/alloc.cfa (modified) formatting, add tests for new anew/adelete Wed, 24 Sep 2025 22:08:04 GMT Peter A. Buhr [2df85ce] * libcfa/src/stdlib.cfa (modified) update anew/adelete ctor/dtor to handle array with 0-byte elements Wed, 24 Sep 2025 02:07:16 GMT Peter A. Buhr [a8079351] * doc/theses/fangren_yu_MMath/benchmarks.tex (deleted) remove empty chapter benchmarks.tex Mon, 22 Sep 2025 18:52:19 GMT Michael Brooks [78bc398] * doc/theses/mike_brooks_MMath/benchmarks/list/driver.c (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-general.csv (modified) LL perf: small fixes Fix off-by-one bug in runtime-no-shuf ... Mon, 22 Sep 2025 18:51:09 GMT Michael Brooks [bb5b866] * doc/theses/mike_brooks_MMath/benchmarks/list/.gitignore (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/Makefile (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/detail-plots.gp (added) * doc/theses/mike_brooks_MMath/benchmarks/list/detail-plots.py (added) * doc/theses/mike_brooks_MMath/benchmarks/list/qplot.py (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-zoomout-noshuf.csv (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/results-zoomout-shuf.csv (modified) * doc/theses/mike_brooks_MMath/plots/ListCommon.py (modified) * doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp (modified) * doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.gp (modified) LL perf: adjust configurations Simplify doing a manual one-off run. ... Mon, 22 Sep 2025 18:33:42 GMT Michael Brooks [1dec8f3] * Jenkins/Distribute (modified) * Jenkins/Promote (modified) * Jenkins/tools.groovy (modified) * benchmark/io/http/channel.hfa (modified) * benchmark/io/http/printer.hfa (modified) * doc/papers/llheap/Makefile (modified) * doc/papers/llheap/Paper.tex (modified) * doc/papers/llheap/figures/AddressSpace.fig (modified) * doc/papers/llheap/figures/Alignment2.fig (modified) * doc/papers/llheap/figures/Alignment2Impl.fig (modified) * doc/papers/llheap/figures/AllocatedObject.fig (modified) * doc/papers/llheap/figures/AllocatorComponents.fig (modified) * doc/papers/llheap/figures/Container.fig (modified) * doc/papers/llheap/figures/FakeHeader.fig (modified) * doc/papers/llheap/figures/Header.fig (modified) * doc/papers/llheap/figures/IntExtFragmentation.fig (modified) * doc/papers/llheap/figures/PerThreadHeap.fig (modified) * doc/papers/llheap/figures/SharedHeaps.fig (modified) * doc/papers/llheap/figures/SingleHeap.fig (modified) * doc/papers/llheap/figures/decreasing.fig (added) * doc/papers/llheap/figures/increasing.fig (added) * doc/papers/llheap/figures/llheap.fig (modified) * doc/papers/llheap/local.bib (modified) * doc/papers/llheap/plotcacheL.gp (added) * doc/papers/llheap/plotcacheS.gp (added) * doc/papers/llheap/plotexp.gp (added) * doc/papers/llheap/plotlarson.gp (added) * doc/papers/llheap/plotownership.gp (added) * doc/papers/llheap/plotownership_res.gp (added) * doc/papers/llheap/plotrealloc.gp (added) * doc/papers/llheap/plotreallocsim.gp (added) * doc/papers/llheap/plotres.gp (added) * doc/proposals/modules-alvin/proposal.md (modified) * doc/theses/mike_brooks_MMath/string.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) * doc/uC++toCFA/uC++toCFA.tex (modified) * doc/user/user.tex (modified) * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) * libcfa/src/concurrency/clib/cfathread.cfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/mutex.cfa (modified) * libcfa/src/concurrency/mutex.hfa (modified) * libcfa/src/iostream.hfa (modified) * longrun_tests/block.cfa (modified) * longrun_tests/coroutine.cfa (modified) * longrun_tests/disjoint.cfa (modified) * longrun_tests/locks.cfa (modified) * longrun_tests/preempt.cfa (modified) * longrun_tests/wait.cfa (modified) * src/Parser/StatementNode.cpp (modified) * tests/collections/.expect/string-api-coverage.txt (modified) * tests/collections/string-api-coverage.cfa (modified) * tests/concurrency/futures/.expect/select_future.txt.off (moved) * tests/concurrency/unified_locking/locks.cfa (modified) * tests/concurrency/unified_locking/pthread_locks.cfa (modified) * tests/concurrency/unified_locking/timeout_lock.cfa (modified) Merge remote-tracking branch 'refs/remotes/origin/master' Wed, 17 Sep 2025 15:31:12 GMT Peter A. Buhr [295ed2d1] * longrun_tests/block.cfa (modified) * longrun_tests/coroutine.cfa (modified) * longrun_tests/disjoint.cfa (modified) * longrun_tests/locks.cfa (modified) * longrun_tests/preempt.cfa (modified) * longrun_tests/wait.cfa (modified) fix symbolic links from concurrent to concurrency in longrun_tests Wed, 17 Sep 2025 13:18:00 GMT Peter A. Buhr [96aca388] * doc/user/user.tex (modified) wording and formatting changes to multiple sections Tue, 16 Sep 2025 01:22:48 GMT Peter A. Buhr [d2e6f84] * doc/user/user.tex (modified) clean up string discussion Tue, 16 Sep 2025 01:21:42 GMT Peter A. Buhr [4b465445] * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) make tabcolsep variable global Tue, 16 Sep 2025 01:20:53 GMT Peter A. Buhr [780727f] * doc/theses/mike_brooks_MMath/string.tex (modified) harmonize user manual string discussion with string chapter Mon, 15 Sep 2025 21:24:48 GMT Peter A. Buhr [8317671] * Jenkins/Promote (modified) * libcfa/src/iostream.hfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 15 Sep 2025 21:11:15 GMT Peter A. Buhr [829a955] * doc/user/user.tex (modified) * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) update strings, update for-control and string documentation Sat, 13 Sep 2025 20:41:55 GMT Peter A. Buhr [c488cf0] * Jenkins/Promote (modified) test push Sat, 13 Sep 2025 20:10:33 GMT Peter A. Buhr [86ce925] * libcfa/src/iostream.hfa (modified) test push Sat, 13 Sep 2025 19:58:57 GMT Peter A. Buhr [c47a271] * libcfa/src/iostream.hfa (modified) test push Fri, 12 Sep 2025 12:03:52 GMT Peter A. Buhr [fae93a40] * Jenkins/Promote (modified) update groovy scripts to suppress warning messages Fri, 12 Sep 2025 11:55:55 GMT Peter A. Buhr [4be9a14] * Jenkins/Promote (modified) update groovy scripts to suppress warning messages Fri, 12 Sep 2025 11:50:51 GMT Peter A. Buhr [5186e327] * Jenkins/Promote (modified) update groovy scripts to suppress warning messages Fri, 12 Sep 2025 11:44:29 GMT Peter A. Buhr [8730e57] * Jenkins/Promote (modified) update groovy scripts to suppress warning messages Fri, 12 Sep 2025 03:35:17 GMT Peter A. Buhr [0a10dc8] * Jenkins/Distribute (modified) * Jenkins/Promote (modified) update groovy scripts to suppress warning messages Thu, 11 Sep 2025 03:14:41 GMT Peter A. Buhr [a307552] * tests/concurrency/futures/.expect/select_future.txt.off (moved) temporarily turn off failing test select_future Thu, 11 Sep 2025 02:32:19 GMT Peter A. Buhr [04375cf] * doc/uC++toCFA/uC++toCFA.tex (modified) major updates to the uC++toCFA cheat sheet