|
|
@ef05cf0
|
5 months |
ajbeach |
Moved over some clean-up I did in various attempted fixes. …
|
|
|
@ae0c1c3
|
5 months |
ajbeach |
Rewrote the iostream traits to have a single assertion each, a table …
|
|
|
@6b33e89
|
5 months |
pabuhr |
change backquote call to regular call
|
|
|
@65b0402
|
5 months |
pabuhr |
formatting and add return values
|
|
|
@0eacfd4
|
5 months |
pabuhr |
formatting and adding alternate-named list routines
|
|
|
@9dd1dd6
|
5 months |
pabuhr |
formatting
|
|
|
@768d091
|
5 months |
pabuhr |
rename I/O function "clear" to "clearerr"
|
|
|
@5ad6f0d
|
5 months |
pabuhr |
more inlining, add strnlen and strncmp for string type
|
|
|
@30548de
|
5 months |
pabuhr |
change manipulator name quoted to quote
|
|
|
@c4f8c4bf
|
5 months |
mlbrooks |
Fix string-operator handling on +=
|
|
|
@dab6e39
|
5 months |
pabuhr |
small cleanups
|
|
|
@d03a386
|
5 months |
mlbrooks |
Give a few string operator overloads a preference boost.
Intent is to …
|
|
|
@570e7ad
|
5 months |
mlbrooks |
Make string operator-overload costs match their intuitively equivalent …
|
|
|
@3f631d6
|
5 months |
mlbrooks |
Switch string io to be generic upon iostream, rather than specific …
|
|
|
@234c432
|
5 months |
mlbrooks |
Reorder string quasi-lifecycle functions to ensure string dtor called …
|
|
|
@9018dcf
|
5 months |
pabuhr |
updates to string type
|
|
|
@ed5023d1
|
5 months |
pabuhr |
fix substring error being outside of string, simplify comparison …
|
|
|
@96a11655
|
6 months |
pabuhr |
fix bug concatenating char and string
|
|
|
@6b765d5
|
6 months |
pabuhr |
add non-backwards compatible string operations
|
|
|
@c5e1aa6
|
6 months |
pabuhr |
update abort messages for exception handling
|
|
|
@ee70ff5
|
6 months |
pabuhr |
harmonize length computations to function name "len"
|
|
|
@4223317
|
6 months |
pabuhr |
test some string operation changes
|
|
|
@e1358c0
|
6 months |
lseo |
create waituntil timeout node as literal via macro as a workaround for …
|
|
|
@3d9831b
|
6 months |
pabuhr |
fix comment
|
|
|
@8c2723f
|
6 months |
pabuhr |
change name shareEdit to share
|
|
|
@88771d7
|
6 months |
pabuhr |
second attempt to move builtin types through the system
|
|
|
@ee8f72d
|
7 months |
pabuhr |
first attempt to move builtin types through the system
|
|
|
@3483185
|
7 months |
lseo |
Make it possible to fulfil a future by loading an exception like ucpp
|
|
|
@d923fca
|
7 months |
ajbeach |
Clean-up the warnings of the concurrency tests. A lot of little test …
|
|
|
@dcf8054
|
7 months |
pabuhr |
add ssize_t to extras
|
|
|
@b3ad342
|
7 months |
pabuhr |
fix 32-bit builtin-type definitions using size_t and ssize_t
|
|
|
@a8e2215
|
7 months |
mlbrooks |
Tidy vector-iterator POC and remedy its warnings
|
|
|
@54f70c6
|
8 months |
ajbeach |
Removing some unneeded distributions.
|
|
|
@641707d
|
8 months |
ajbeach |
More fixing of warnings. Including another error that slipped through …
|
|
|
@a22e8b4
|
8 months |
ajbeach |
Removed the warnings from more tests. I think '(void)var;' might be …
|
|
|
@71ca5b9
|
8 months |
lseo |
perform proper casting before pointer arithmetic
|
|
|
@c3d0182a
|
8 months |
lseo |
plan9 inline ordering for concurrency keywords.
|
|
|
@04138cc
|
8 months |
pabuhr |
more updates for eof of file checking
|
|
|
@fd5d251
|
8 months |
pabuhr |
update eof of file checking
|
|
|
@f6f7b52
|
8 months |
lseo |
fixed a parser bug to generate correct ast for waitfor.
added a test …
|
|
|
@c086c6e
|
8 months |
pabuhr |
move code out of #ifdef
|
|
|
@6a6e205
|
8 months |
mlbrooks |
Clean some warnings from unused variables and pointer-to-int casts.
|
|
|
@3ea1d93
|
8 months |
pabuhr |
move optional code out of #ifdef
|
|
|
@cdd287b9
|
8 months |
pabuhr |
update prelude basicTypes with _Float128 and _Float128 _Complex needed …
|
|
|
@454aab2
|
8 months |
pabuhr |
update io_uring casts to prevent 32-bit warning messages about wrong …
|
|
|
@f32448e
|
8 months |
ajbeach |
Fixed white-space. Woops.
|
|
|
@658f3179
|
8 months |
ajbeach |
Moved massive function log2_u32_32 out of header.
|
|
|
@10b5970
|
8 months |
mlbrooks |
Fix many test-suite- and libcfa-caused unused variable warnings.
In …
|
|
|
@1f6623c
|
8 months |
mlbrooks |
Try to fix full build by removing missed x86-debug-specific workaround …
|
|
|
@a6b48f6
|
9 months |
pabuhr |
formatting, comment out unused parameter names to remove warnings
|
|
|
@4f4ae60
|
9 months |
ajbeach |
Added prelude-inline.cfa to the standard library. This should now have …
|
|
|
@5251c6b
|
9 months |
ajbeach |
Changed some inline declarations to static or static inline (which are …
|
|
|
@a65cd5e
|
9 months |
pabuhr |
put back parameter names in comments
|
|
|
@e0f3bd2
|
9 months |
pabuhr |
remove warnings from alloc_internal$ in stdlib.hfa
|
|
|
@5780d0d
|
9 months |
ajbeach |
Removed increment and decrement operators for enumerations from …
|
|
|
@96ef156
|
9 months |
mlbrooks |
Fix IO stream to be warning-free.
|
|
|
@5db913f
|
9 months |
mlbrooks |
Work around #269 in array bound-check printing, to avoid …
|
|
|
@ad8b6df
|
9 months |
pabuhr |
formatting
|
|
|
@8ee211d
|
9 months |
mlbrooks |
Make array and list headers free of warnings upon include and as used …
|
|
|
@532c0cd
|
9 months |
ajbeach |
Small bit of clean-up on the enum functions in builtins. Mostly …
|
|
|
@5d3d281
|
9 months |
mlbrooks |
Remove autogen forward declarations, which are never needed, and cause …
|
|
|
@8e4f34e
|
9 months |
mlbrooks |
Allow builtin ++ from += overloads, and similar, to work on a type …
|
|
|
@283fbdd
|
9 months |
ajbeach |
Removed some unused (commented) code from the builtins.
|
|
|
@50be6444
|
9 months |
ajbeach |
Follow up reformatting to builtins. Just a few extra and missing spaces.
|
|
|
@9f7285e
|
9 months |
pabuhr |
formatting, temporarily remove quasi_void
|
|
|
@eae8b37
|
10 months |
j82liang |
Move enum.hfa/enum.cfa to prelude
|
|
|
@509ec82
|
10 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@1c0a3a4
|
10 months |
pabuhr |
fix problem with future seperate compilation
|
|
|
@3e2e9b2
|
10 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@f5e37a4
|
10 months |
pabuhr |
small changes to rational
|
|
|
@71f3d45
|
10 months |
mlbrooks |
Remove unnecessary assertion: printing a rational doesn't require the …
|
|
|
@108b2c7
|
10 months |
ajbeach |
Moved the non-trivial bodies of the power (exponental) functions out …
|
|
|
@e25ef8c
|
10 months |
pabuhr |
formatting, first attempt to add priority order to waitfor selection, …
|
|
|
@10a9479d
|
10 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@1cd2839
|
10 months |
pabuhr |
test patch for respecting lexical priority in waitfor statement
|
|
|
@95707a3
|
10 months |
pabuhr |
updates to barrier.hfa
|
|
|
@47174c4
|
10 months |
pabuhr |
formatting
|
|
|
@a3af522
|
10 months |
pabuhr |
first attempt at updating barrier lock
|
|
|
@105fb21
|
10 months |
pabuhr |
rename start_actor_system and stop_actor_system, add implicit messages …
|
|
|
@74cbaa3
|
10 months |
pabuhr |
formatting
|
|
|
@44e2a5a
|
10 months |
pabuhr |
remove assertions from rational structure declaration
|
|
|
@62595b31
|
10 months |
pabuhr |
temporary update of exponentiation operator due to possible bug in box-pass
|
|
|
@b006c51e
|
11 months |
j82liang |
Move enum trait declaration to builtin/c
|
|
|
@1a7203d
|
11 months |
pabuhr |
change CFA runtime libraries to use C designator syntax
|
|
|
@7968301
|
12 months |
pabuhr |
change "exit" stream to stderr from stdout
|
|
|
@cdf7d43
|
12 months |
mlbrooks |
Hopefully fix broken build, from multiple declarations of arrah.hfa's …
|
|
|
@1665ee5
|
12 months |
mlbrooks |
Add uArray delayed-initialization equivalent to CFA array
|
|
|
@9bb6c5f
|
13 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@737bf73
|
13 months |
pabuhr |
correct check for EOF when reading character strings
|
|
|
@db19e1d
|
13 months |
ajbeach |
Changed the interpritation of () to be no parameters instead of any …
|
|
|
@ad47ec4
|
13 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@4b75ae9
|
13 months |
pabuhr |
second attempt to simplify ttype min/max functions
|
|
|
@26ee4b5
|
13 months |
pabuhr |
simplify ttype min/max functions
|
|
|
@960665c
|
13 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@df2e00f
|
13 months |
ajbeach |
Made heap pass the invariant check. We should be able to enable …
|
|
|
@3ac5fd8
|
13 months |
pabuhr |
first attempt changing end-of-file to an exception
|
|
|
@d1f5054
|
13 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@26d40a1
|
13 months |
j82liang |
add void to lowerBound() and upperBound() declaration, which is a …
|
|
|
@a51dc0d
|
13 months |
pabuhr |
add missing #ifdef to handle systems without io_uring
|
|
|
@4e09af2
|
14 months |
pabuhr |
update unfreed storage message from memory allocator
|
|
|