# # ChangeLog for libcfa # # Generated by Trac 1.2.1 # May 21, 2024, 4:36:55 PM Mon, 18 Sep 2023 14:21:11 GMT caparsons [334e0cf2] * libcfa/src/concurrency/cofor.hfa (modified) added cofor macro Thu, 14 Sep 2023 11:41:59 GMT caparsons [f64cc42] * libcfa/src/Makefile.am (modified) committed makefile change for cofor include Wed, 13 Sep 2023 15:33:37 GMT caparsons [1ed5e9e] * libcfa/src/concurrency/cofor.hfa (added) * tests/concurrency/.expect/cofor.txt (added) * tests/concurrency/cofor.cfa (added) Added cfa equivalent of cofor/cobegin/coend Mon, 11 Sep 2023 16:12:25 GMT Peter A. Buhr [73d0a84c] * libcfa/src/clock.hfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * tests/concurrency/waituntil/locks.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 11 Sep 2023 16:12:17 GMT Peter A. Buhr [c58ead7] * libcfa/src/heap.cfa (modified) * libcfa/src/heap.hfa (modified) add malloc_stats_clear routine to zero the heap master and all active ... Sat, 09 Sep 2023 18:11:23 GMT Peter A. Buhr [ba068c0] * libcfa/src/clock.hfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) rename clock routines processor and program to processor_cpu and ... Sat, 09 Sep 2023 17:54:55 GMT Peter A. Buhr [5cfb8b1] * libcfa/prelude/extras.c (modified) * libcfa/prelude/extras.regx2 (modified) add getenv, strlen, strcmp, strncmp to extras Fri, 08 Sep 2023 04:46:55 GMT Michael Brooks [2fa0237] * libcfa/src/iostream.cfa (modified) * tests/io/.expect/manipulatorsInput.arm64.txt (modified) * tests/io/.expect/manipulatorsInput.x64.txt (modified) * tests/io/.expect/manipulatorsInput.x86.txt (modified) * tests/io/.in/manipulatorsInput.txt (modified) * tests/io/manipulatorsInput.cfa (modified) Fix cstring input length interpretation issue that had a buffer ... Thu, 07 Sep 2023 05:02:54 GMT Michael Brooks [416b443] * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) * libcfa/src/collections/string_res.cfa (modified) * libcfa/src/collections/string_res.hfa (modified) * tests/collections/.expect/string-compare.txt (added) * tests/collections/string-compare.cfa (added) Implement full set of relational operators for strings Wed, 06 Sep 2023 19:44:03 GMT caparsons [9d47c1f] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/pthread.cfa (modified) changes over all usages of uC++ collections to use dlist instead Tue, 05 Sep 2023 20:22:53 GMT Michael Brooks [737988b] * libcfa/src/collections/string.cfa (modified) Deduplicate manipulator read-to-string by delegating from string to ... Tue, 05 Sep 2023 20:08:32 GMT Michael Brooks [ff56dd2e] * libcfa/src/collections/string_res.cfa (modified) * libcfa/src/collections/string_res.hfa (modified) * tests/collections/.expect/string-istream-manip.txt (modified) * tests/collections/.in/string-istream-manip.txt (modified) * tests/collections/string-istream-manip.cfa (modified) Duplicate manipulator read-to-string code for string_res, and test. Tue, 05 Sep 2023 18:57:01 GMT Michael Brooks [f54e6ec] * libcfa/src/collections/string.cfa (modified) * tests/collections/.expect/string-istream-manip.txt (added) * tests/collections/.in/string-istream-manip.txt (added) * tests/collections/string-istream-manip.cfa (added) * tests/io/manipulatorsInput.cfa (modified) Port basic input-manipulator test from cstring to string and fix ... Tue, 05 Sep 2023 17:20:16 GMT Michael Brooks [acafba4] * libcfa/src/bits/collections.hfa (modified) Rename internal macro away from `TYPE`, which is a cs343 name collision. Mon, 04 Sep 2023 19:49:15 GMT Peter A. Buhr [555af62] * libcfa/src/concurrency/pthread.cfa (modified) add include bits/sequence.hfa to pthread.cfa after removing it from ... Mon, 04 Sep 2023 19:27:34 GMT Peter A. Buhr [43eb8e9] * libcfa/src/bits/weakso_locks.hfa (modified) remove unnecessary include bits/sequence.hfa Mon, 04 Sep 2023 19:26:03 GMT Peter A. Buhr [4b78d25] * libcfa/src/bits/collection.hfa (added) Revert "remove ucpp-style collections used before Mike's lists" ... Sun, 03 Sep 2023 15:36:52 GMT Peter A. Buhr [b388d1ba] * libcfa/src/bits/collection.hfa (deleted) remove ucpp-style collections used before Mike's lists Sun, 03 Sep 2023 12:35:06 GMT Peter A. Buhr [16e6905] * libcfa/src/concurrency/thread.cfa (modified) fix get_seed signature Sun, 03 Sep 2023 12:22:16 GMT Peter A. Buhr [5f31bf0] * libcfa/src/stdlib.hfa (modified) simplify 32/64-bit random-number constructors Sun, 03 Sep 2023 12:20:39 GMT Peter A. Buhr [3ef5905] * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) add get_seed for thread random numbers Sun, 03 Sep 2023 12:19:28 GMT Peter A. Buhr [6e93819] * libcfa/src/bits/random.hfa (modified) use arm64 to select 64-bit random numbers Sat, 02 Sep 2023 19:07:49 GMT Peter A. Buhr [4b30318b] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/exception.cfa (modified) * src/InitTweak/FixInitNew.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/ResolveTypeof.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/Validate/GenericParameter.cpp (modified) * tests/pybin/settings.py (modified) * tests/test.py (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 02 Sep 2023 19:01:05 GMT Peter A. Buhr [34c6e1e6] * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) add string output manipulators, third attempt at input manipulators ... Sat, 02 Sep 2023 18:57:43 GMT Peter A. Buhr [0f107e4] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) add reading fixed strings, seperate skip input manipulator, getline ... Fri, 01 Sep 2023 19:54:42 GMT caparsons [8a9a3ab] * driver/cfa.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/bits/collections.hfa (moved) * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/collections/array.hfa (moved) * libcfa/src/collections/list.hfa (moved) * libcfa/src/collections/lockfree.hfa (moved) * libcfa/src/collections/maybe.cfa (moved) * libcfa/src/collections/maybe.hfa (moved) * libcfa/src/collections/pair.cfa (moved) * libcfa/src/collections/pair.hfa (moved) * libcfa/src/collections/result.cfa (moved) * libcfa/src/collections/result.hfa (moved) * libcfa/src/collections/string.cfa (moved) * libcfa/src/collections/string.hfa (moved) * libcfa/src/collections/string_res.cfa (moved) * libcfa/src/collections/string_res.hfa (moved) * libcfa/src/collections/string_sharectx.hfa (moved) * libcfa/src/collections/vector.cfa (moved) * libcfa/src/collections/vector.hfa (moved) * libcfa/src/collections/vector2.hfa (moved) * libcfa/src/concurrency/alarm.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/once.hfa (modified) * libcfa/src/concurrency/select.hfa (modified) * libcfa/src/executor.baseline.txt (modified) * libcfa/src/executor.cfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * src/InitTweak/FixInitNew.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/ResolveTypeof.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/Validate/GenericParameter.cpp (modified) * tests/Makefile.am (modified) * tests/array-collections/.expect/array-basic.txt (moved) * tests/array-collections/.expect/array-md-sbscr-cases.arm64.txt (moved) * tests/array-collections/.expect/array-md-sbscr-cases.x64.txt (moved) * tests/array-collections/.expect/array-sbscr-types.txt (moved) * tests/array-collections/.expect/dimexpr-match-c-ERRS.arm64.txt (added) * tests/array-collections/.expect/dimexpr-match-c-ERRS.x64.txt (added) * tests/array-collections/.expect/dimexpr-match-c-ERRS.x86.txt (added) * tests/array-collections/.expect/dimexpr-match-c.txt (moved) * tests/array-collections/.expect/dimexpr-match-cfa-ERRS.arm64.txt (moved) * tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x64.txt (moved) * tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x86.txt (moved) * tests/array-collections/.expect/dimexpr-match-cfa.txt (moved) * tests/array-collections/.expect/language-dim-mismatch.txt (added) * tests/array-collections/.expect/safety-summary.txt (added) * tests/array-collections/.expect/symtab-collision.txt (moved) * tests/array-collections/array-basic.cfa (moved) * tests/array-collections/array-md-sbscr-cases.cfa (moved) * tests/array-collections/array-sbscr-types.cfa (moved) * tests/array-collections/dimexpr-match-c.cfa (moved) * tests/array-collections/dimexpr-match-cfa.cfa (moved) * tests/array-collections/dimexpr-match-detail.sh (moved) * tests/array-collections/dimexpr-match.hfa (moved) * tests/array-collections/language-dim-mismatch.cfa (moved) * tests/array-collections/safety-summary.cfa (moved) * tests/array-collections/symtab-collision.cfa (moved) * tests/array-container/.expect/dimexpr-match-c-ERRS.arm64.txt (deleted) * tests/array-container/.expect/dimexpr-match-c-ERRS.x64.txt (deleted) * tests/array-container/.expect/dimexpr-match-c-ERRS.x86.txt (deleted) * tests/array-container/.expect/language-dim-mismatch.txt (deleted) * tests/array-container/.expect/safety-summary.txt (deleted) * tests/collections/atomic_mpsc.cfa (modified) * tests/collections/string-api-coverage.cfa (modified) * tests/collections/string-istream.cfa (modified) * tests/collections/string-overwrite.cfa (modified) * tests/collections/vector-demo.cfa (modified) * tests/concurrency/unified_locking/thread_test.cfa (modified) * tests/include/.expect/vector-collections.txt (moved) * tests/include/vector-collections.cfa (moved) * tests/list/dlist-insert-remove.cfa (modified) * tests/maybe.cfa (modified) * tests/pybin/settings.py (modified) * tests/result.cfa (modified) * tests/test.py (modified) * tests/zombies/gc_no_raii/premake4.lua (modified) * tests/zombies/hashtable.cfa (modified) * tests/zombies/hashtable2.cfa (modified) * tests/zombies/linked-list-perf/experiment.koad (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 01 Sep 2023 19:54:35 GMT caparsons [4269d1b] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/exception.cfa (modified) fixed unhandled exception bug causing deleted memory to be accessed ... Thu, 31 Aug 2023 17:25:38 GMT Peter A. Buhr [686912c] * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) third attempt at input manipulators for strings Thu, 31 Aug 2023 02:13:45 GMT Peter A. Buhr [55b060d] * driver/cfa.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/bits/collections.hfa (moved) * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/collections/array.hfa (moved) * libcfa/src/collections/list.hfa (moved) * libcfa/src/collections/lockfree.hfa (moved) * libcfa/src/collections/maybe.cfa (moved) * libcfa/src/collections/maybe.hfa (moved) * libcfa/src/collections/pair.cfa (moved) * libcfa/src/collections/pair.hfa (moved) * libcfa/src/collections/result.cfa (moved) * libcfa/src/collections/result.hfa (moved) * libcfa/src/collections/string.cfa (moved) * libcfa/src/collections/string.hfa (moved) * libcfa/src/collections/string_res.cfa (moved) * libcfa/src/collections/string_res.hfa (moved) * libcfa/src/collections/string_sharectx.hfa (moved) * libcfa/src/collections/vector.cfa (moved) * libcfa/src/collections/vector.hfa (moved) * libcfa/src/collections/vector2.hfa (moved) * libcfa/src/concurrency/alarm.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/once.hfa (modified) * libcfa/src/concurrency/select.hfa (modified) * libcfa/src/executor.baseline.txt (modified) * libcfa/src/executor.cfa (modified) * tests/array-container/array-basic.cfa (modified) * tests/array-container/array-md-sbscr-cases.cfa (modified) * tests/array-container/array-sbscr-types.cfa (modified) * tests/array-container/dimexpr-match-cfa.cfa (modified) * tests/array-container/safety-summary.cfa (modified) * tests/collections/atomic_mpsc.cfa (modified) * tests/collections/string-api-coverage.cfa (modified) * tests/collections/string-istream.cfa (modified) * tests/collections/string-overwrite.cfa (modified) * tests/collections/vector-demo.cfa (modified) * tests/concurrency/unified_locking/thread_test.cfa (modified) * tests/include/vector-containers.cfa (modified) * tests/list/dlist-insert-remove.cfa (modified) * tests/maybe.cfa (modified) * tests/result.cfa (modified) * tests/zombies/gc_no_raii/premake4.lua (modified) * tests/zombies/hashtable.cfa (modified) * tests/zombies/hashtable2.cfa (modified) * tests/zombies/linked-list-perf/experiment.koad (modified) rename directories containers to collections Wed, 30 Aug 2023 15:20:14 GMT Peter A. Buhr [38de914] * libcfa/src/containers/string.cfa (modified) * libcfa/src/containers/string.hfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) second attempt at input manipulators for strings Mon, 28 Aug 2023 23:05:05 GMT Peter A. Buhr [7e1dbd7] * libcfa/src/containers/string.cfa (modified) * libcfa/src/containers/string.hfa (modified) first attempt at input manipulators for strings Mon, 28 Aug 2023 23:03:20 GMT Peter A. Buhr [0926487] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) formatting, use C-style compound literal Fri, 25 Aug 2023 16:53:55 GMT Peter A. Buhr [aa25216] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) remove special case for getline in C-string input Thu, 24 Aug 2023 15:39:08 GMT Peter A. Buhr [88001dd] * libcfa/src/containers/string.cfa (modified) * libcfa/src/containers/string.hfa (modified) first attempt reading strings in chunks using C strings Thu, 24 Aug 2023 15:37:16 GMT Peter A. Buhr [5ad2c6c7] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) update reading C strings with size check Fri, 18 Aug 2023 16:12:22 GMT Peter A. Buhr [d0cfcbe1] * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/strstream.cfa (modified) * libcfa/src/strstream.hfa (modified) change setter routines in basic_i/ostream to return previous state Tue, 15 Aug 2023 11:53:51 GMT Peter A. Buhr [bcbc7e4] * libcfa/src/iostream.cfa (modified) fix printing of decimal point when manipulator nodp is on Tue, 15 Aug 2023 01:32:06 GMT Peter A. Buhr [329487c] * libcfa/src/containers/string_res.cfa (modified) * tests/collections/string-istream.cfa (modified) * tests/io/manipulatorsInput.cfa (modified) change examples to use the new wdi manipulator for C-strings to ... Tue, 15 Aug 2023 01:29:40 GMT Peter A. Buhr [6264087] * libcfa/src/containers/string.cfa (modified) * libcfa/src/containers/string.hfa (modified) formatting Tue, 15 Aug 2023 01:28:00 GMT Peter A. Buhr [b5e725a] * libcfa/src/parseconfig.cfa (modified) * libcfa/src/parseconfig.hfa (modified) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) * tests/PRNG.cfa (modified) move setting the default random-generator size from PRNG.cfa to ... Tue, 15 Aug 2023 01:19:32 GMT Peter A. Buhr [7baff35] * libcfa/src/fstream.cfa (modified) formatting Mon, 14 Aug 2023 23:10:38 GMT Peter A. Buhr [2f34fde] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) add new wdi manipulator for C-strings to specify string and read size Mon, 14 Aug 2023 23:08:03 GMT Peter A. Buhr [3543e99] * libcfa/src/Exception.hfa (added) * libcfa/src/Makefile.am (modified) * libcfa/src/common.hfa (modified) move exception macros from common.hfa to their own include file ... Sun, 13 Aug 2023 02:26:52 GMT Michael Brooks [d32679d5] * libcfa/src/containers/string.cfa (modified) * libcfa/src/containers/string.hfa (modified) * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * tests/collections/.expect/string-istream.txt (added) * tests/collections/.in/string-istream.txt (added) * tests/collections/string-istream.cfa (added) String input operator with chunked memory management. Sat, 12 Aug 2023 19:49:57 GMT Peter A. Buhr [9ca5e56] * libcfa/src/containers/string.cfa (modified) * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) formatting, remove superfluous space at end of string when printing, ... Fri, 11 Aug 2023 02:27:05 GMT Peter A. Buhr [09a767e] * libcfa/src/iostream.cfa (modified) fix incorrect location of decimal point for floating-point value in ... Fri, 11 Aug 2023 02:24:06 GMT Peter A. Buhr [13600e8] * libcfa/src/exception.c (modified) fix error when exception propagation does not find a handler and ... Thu, 10 Aug 2023 19:44:28 GMT caparsons [9ff71ff] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/parseconfig.cfa (modified) * tests/io/io.cfa (modified) * tests/io/manipulatorsInput.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 10 Aug 2023 18:53:42 GMT caparsons [23edb61] * libcfa/src/concurrency/coroutine.cfa (modified) added warning message and cleanup for unhandled pending non-local ... Wed, 09 Aug 2023 21:40:57 GMT Peter A. Buhr [74c6748] * libcfa/src/parseconfig.cfa (modified) * tests/io/io.cfa (modified) * tests/io/manipulatorsInput.cfa (modified) change test programs to reflect input changes for C strings Wed, 09 Aug 2023 21:34:21 GMT Peter A. Buhr [e7a8f65] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) force all input of C strings to specify a maximum length for the ... Wed, 09 Aug 2023 19:17:16 GMT caparsons [3318dff] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) fixed non-local ehm issue and added no arg resumer routine Wed, 09 Aug 2023 19:16:43 GMT caparsons [57fd66d] * libcfa/src/exception.c (modified) * libcfa/src/exception.h (modified) exposed some exception routines to use for non local ehm in coroutines Mon, 07 Aug 2023 19:08:14 GMT caparsons [c34bb1f] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) fixed nonlocal exception edge case for program main and added poll() ... Mon, 07 Aug 2023 16:35:53 GMT caparsons [c3e510b] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * tests/exceptions/.expect/cor_resumer.txt (added) * tests/exceptions/cor_resumer.cfa (added) * tests/exceptions/pingpong_nonlocal.cfa (modified) added support for resuming at resumer, added test for support and ... Mon, 07 Aug 2023 14:24:58 GMT Peter A. Buhr [ff7f6d07] * libcfa/src/iostream.cfa (modified) formatting Mon, 07 Aug 2023 14:24:22 GMT Peter A. Buhr [bc9f84a] * libcfa/src/containers/string.cfa (modified) add missing slicing routine with one argument Mon, 07 Aug 2023 14:23:02 GMT Peter A. Buhr [3c82bf6] * libcfa/src/common.hfa (modified) update exception macros Mon, 07 Aug 2023 14:11:11 GMT Peter A. Buhr [6d5790d] * libcfa/prelude/bootloader.cf (modified) formatting Sat, 05 Aug 2023 17:08:10 GMT Peter A. Buhr [76acb60] * libcfa/src/common.hfa (modified) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) remove static from Exception macro Sat, 05 Aug 2023 16:00:10 GMT Peter A. Buhr [419985c] * libcfa/src/common.hfa (modified) add macros Exception and Throw to simplify using exceptions Sat, 05 Aug 2023 15:42:53 GMT Peter A. Buhr [502a107] * libcfa/src/fstream.hfa (modified) add comment on lock$ in i/ofstream indicating used by trait is_lock ... Sat, 05 Aug 2023 13:41:11 GMT Peter A. Buhr [a47fe52] * libcfa/src/heap.cfa (modified) missing add of terminating thread-heap statistics to master heap, ... Mon, 31 Jul 2023 21:00:38 GMT Peter A. Buhr [28c2933] * libcfa/src/iostream.cfa (modified) formatting Mon, 31 Jul 2023 20:59:46 GMT Peter A. Buhr [07b59ec] * libcfa/src/heap.cfa (modified) change startup sequence by adding back heapManagerBootFlag, add build ... Thu, 27 Jul 2023 14:39:31 GMT Peter A. Buhr [33e9b87] * libcfa/src/exception.c (modified) remove spurious .section from exception assembler code, which is ... Thu, 27 Jul 2023 14:37:42 GMT Peter A. Buhr [7882c58] * libcfa/src/containers/array.hfa (modified) * libcfa/src/vec/vec.hfa (modified) change old trait syntax to use new forall syntax Sat, 22 Jul 2023 12:37:38 GMT Peter A. Buhr [88f2f0f] * libcfa/src/concurrency/stats.cfa (modified) change zeroing of individual statistics fields to memset Sat, 22 Jul 2023 12:35:30 GMT Peter A. Buhr [d9b7b66] * libcfa/src/bits/algorithm.hfa (modified) * libcfa/src/bits/debug.cfa (modified) * libcfa/src/bits/queue.hfa (modified) change C style for-loops to CFA-style for-loops Sat, 22 Jul 2023 01:44:29 GMT Peter A. Buhr [f898983] * libcfa/src/concurrency/iofwd.hfa (modified) add missing #include Sat, 22 Jul 2023 00:38:41 GMT Peter A. Buhr [0a2e0e21] * libcfa/src/iostream.hfa (modified) add FIX-ME comment for forall-void routine in iostream Sat, 22 Jul 2023 00:37:33 GMT Peter A. Buhr [374cdb66] * libcfa/src/concurrency/iofwd.hfa (modified) use memset to initialize struct io_uring_sqe to zero in routine zero_sqe Thu, 20 Jul 2023 18:09:15 GMT caparsons [7a2c6b18] * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/locks.hfa (modified) did some cleanup in locks.hfa and fixed seg fault bug in channel ... Thu, 20 Jul 2023 14:57:09 GMT Andrew Beach [d3b8752] * libcfa/src/common.hfa (modified) Added min/max for 3+ argument cases. Wed, 19 Jul 2023 14:20:50 GMT Andrew Beach [8a1d62b6] * libcfa/prelude/builtins.c (modified) Reorganize ?\? operator to shorten it a bit and move lines of code ... Tue, 18 Jul 2023 20:41:37 GMT Peter A. Buhr [49caf644] * libcfa/src/concurrency/channel.hfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 18 Jul 2023 20:41:12 GMT Peter A. Buhr [c635047] * libcfa/src/gmp.hfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) more convertion to new void-creation stream macros Tue, 18 Jul 2023 17:25:21 GMT caparsons [db94b5d] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/rational.cfa (modified) * libcfa/src/rational.hfa (modified) * libcfa/src/time.cfa (modified) * libcfa/src/vec/vec2.hfa (modified) * libcfa/src/vec/vec3.hfa (modified) * libcfa/src/vec/vec4.hfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 18 Jul 2023 17:25:00 GMT caparsons [c44705c] * libcfa/src/concurrency/channel.hfa (modified) fixed remove ambiguity issue Tue, 18 Jul 2023 16:22:32 GMT Peter A. Buhr [5454d77] * libcfa/src/rational.cfa (modified) * libcfa/src/rational.hfa (modified) * libcfa/src/time.cfa (modified) * libcfa/src/vec/vec2.hfa (modified) * libcfa/src/vec/vec3.hfa (modified) * libcfa/src/vec/vec4.hfa (modified) update types to use new void-creation stream macros Tue, 18 Jul 2023 16:20:12 GMT Peter A. Buhr [94d2544] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, ... Tue, 18 Jul 2023 13:33:12 GMT caparsons [ca22a7c] * libcfa/src/concurrency/channel.hfa (modified) removed ambiguous waituntil remove support Mon, 17 Jul 2023 20:19:26 GMT caparsons [a1467c1] * libcfa/src/concurrency/channel.hfa (modified) added support for remove and insert calls in waituntils Mon, 17 Jul 2023 19:59:29 GMT caparsons [bf55f32] * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/select.hfa (modified) added support for general channel operators Mon, 17 Jul 2023 17:52:44 GMT caparsons [f3c02ea] * libcfa/src/concurrency/channel.hfa (modified) reverted addition of channel operators since it broke the waituntil ... Mon, 17 Jul 2023 17:46:08 GMT caparsons [a0b59ed] * libcfa/src/concurrency/channel.hfa (modified) added support for go style channel operators Tue, 11 Jul 2023 18:35:50 GMT caparsons [bdbb448] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) * libcfa/src/concurrency/select.hfa (modified) updated documentation related to waituntil changes Tue, 11 Jul 2023 18:28:38 GMT caparsons [bbecdd4] * libcfa/src/bits/weakso_locks.cfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) missed two files with previous commit Tue, 11 Jul 2023 18:27:58 GMT caparsons [b93bf85] * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (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) fixed spurious channel close waituntil error case. Was caused by a ... Thu, 06 Jul 2023 20:51:42 GMT caparsons [2fe64ba] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) added support for non-local exceptions Wed, 05 Jul 2023 18:10:59 GMT caparsons [9235192c] * doc/theses/colby_parsons_MMAth/benchmarks/actors/run (modified) * libcfa/src/concurrency/actor.hfa (modified) added support for missed gulps benchmark Mon, 03 Jul 2023 17:12:31 GMT caparsons [00b046f] * libcfa/src/concurrency/channel.hfa (modified) very slim race condition between a channel closing and a waituntil ... Thu, 29 Jun 2023 16:12:01 GMT Peter A. Buhr [7d25f44] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/gmp.hfa (modified) * libcfa/src/parseconfig.cfa (modified) * tests/PRNG.cfa (modified) * tests/io/.expect/io.txt (modified) * tests/io/io.cfa (modified) * tests/raii/dtor-early-exit.cfa (modified) update files from old separator manipulator names to new names Thu, 29 Jun 2023 16:07:50 GMT Peter A. Buhr [f5d9c37] * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/strstream.cfa (modified) * libcfa/src/strstream.hfa (modified) harmonize separator manipulators names with newline names: change ... Tue, 27 Jun 2023 20:48:44 GMT caparsons [2dfdae3] * libcfa/src/concurrency/actor.hfa (modified) * src/Parser/parser.yy (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 27 Jun 2023 20:46:56 GMT caparsons [508671e] * libcfa/src/concurrency/actor.hfa (modified) added termination check for non-stealing actor system Tue, 27 Jun 2023 20:46:17 GMT caparsons [a1f0cb6] * libcfa/src/virtual_dtor.hfa (modified) added pragma once Tue, 27 Jun 2023 03:01:39 GMT Peter A. Buhr [b9c06b98] * libcfa/src/concurrency/actor.hfa (modified) formatting, change set_allocation to return previous value, add ... Mon, 26 Jun 2023 14:20:11 GMT caparsons [1fbf481] * libcfa/src/concurrency/actor.hfa (modified) more actor changes and touchups Fri, 23 Jun 2023 15:24:07 GMT Andrew Beach [97b47ec] * libcfa/prelude/prelude-gen.cc (modified) * src/AST/Decl.cpp (modified) * src/Validate/LinkReferenceToTypes.cpp (modified) The 'sized' trait is now implemented on top of 'T *' declarations and ...