Commit
f0c9c9b16cd1d7a36d8412b7e46a990e61d51543
by Peter Buhrformatting
|
The file was modified | tests/exceptions/hotpotato_checked.cfa |
The file was modified | tests/exceptions/hotpotato.cfa |
Commit
b262cb319ecbb4a4d3556a10cd2adc1ef8640982
by ajbeachUnified and fixed handling of parameter attributes.
|
The file was modified | src/AST/Attribute.cpp |
The file was modified | src/Validate/Autogen.cpp |
The file was modified | src/Validate/ReplaceTypedef.cpp |
Commit
7db39f71234f399e13cf900f8d2b882a203038f3
by Peter Buhrsecond attempt to interpose dl_iterate_phdr with disable/enable interrupt protection
|
The file was modified | libcfa/src/interpose.cfa |
Commit
ee16f8fc60a09f87eb434142a0162248878b89a8
by Michael BrooksAttempt to fix overnight build; add test-suite Makefile entry missing from cfbc56ecb.
|
The file was modified | tests/Makefile.am |
Commit
a3f820b8df8e324ea23e2462c94f1aa1910acdf2
by Peter Buhrinterpose experiment to see if it is causing the build failure
|
The file was modified | libcfa/src/interpose.cfa |
Commit
5ecaeca582db8a0038f47d9ffc0c88db206dfc19
by Peter Buhrfirst documentation for string API
|
The file was modified | doc/user/user.tex |
Commit
479fbe377d83fb9941a02a57b51b980995a449d1
by Peter Buhrformatting, add string constructor for char, add string *= operator, simplify ?+? and ?*? operations
|
The file was modified | libcfa/src/collections/string.cfa |
The file was modified | libcfa/src/collections/string.hfa |
Commit
739495a2dfb9ddf9e1f5cab76d8451ea64d277b3
by Peter Buhrchange shape of latex minus sign, change lstlisting escapechar from $ to section symbol
|
The file was modified | doc/LaTeXmacros/common.tex |
The file was modified | doc/LaTeXmacros/common.sty |
Commit
38951c316de3e4ae1583d45726880474bcdeba7c
by Michael BrooksAdd missing test for string *= and refactor */*= to follow +/+= pattern with string_res.
|
The file was modified | libcfa/src/collections/string_res.hfa |
The file was modified | libcfa/src/collections/string.cfa |
The file was modified | tests/collections/.expect/string-api-coverage.txt |
The file was modified | tests/collections/string-api-coverage.cfa |
The file was modified | libcfa/src/collections/string_res.cfa |
Commit
06280adaadd325290fe5bd8958152ae76cb84100
by Peter Buhrformatting
|
The file was modified | libcfa/src/collections/string_res.cfa |
Commit
e891349fb7fcd052e543e9f994ba7bdc3f0ddad6
by Michael BrooksTweak string assignment-strcpy-strncpy and concatenate-strcat-strncat declarations.
Implement -n- versions correctly.
Refactor to include string_res layer.
Add missing tests.
|
The file was modified | tests/collections/string-api-coverage.cfa |
The file was modified | libcfa/src/collections/string.hfa |
The file was modified | libcfa/src/collections/string_res.cfa |
The file was modified | libcfa/src/collections/string_res.hfa |
The file was modified | tests/collections/.expect/string-api-coverage.txt |
The file was modified | libcfa/src/collections/string.cfa |
Commit
5bf685f0d09d252adfe4d47e63f8e37b99c421b6
by ajbeachReplayed maybeClone with maybeCopy, removed unused helppers in utility.h and pushed some includes out of headers.
|
The file was modified | src/Parser/parserutility.h |
The file was modified | src/AST/Pass.proto.hpp |
The file was modified | src/Common/utility.h |
The file was modified | src/InitTweak/FixInit.cpp |
The file was modified | src/Parser/DeclarationNode.cc |
The file was modified | src/Parser/TypeData.cc |
The file was modified | src/Parser/parser.yy |
The file was modified | src/SymTab/GenImplicitCall.cpp |
The file was modified | src/AST/Decl.hpp |
The file was modified | src/CodeGen/CodeGenerator.hpp |
The file was modified | src/Parser/ParseNode.h |
Commit
11f65b3369fa32d43b280f81c50724661e3d2e56
by ajbeachI believe switching isValidOnFuncParam from an allow-list to a forbid-list may have solved the recent nightly builds.
|
The file was modified | src/AST/Attribute.cpp |
Commit
7abc3de999f40164616d9d6530aca0aba093a66e
by Michael BrooksHarmonize string constructors with assignments, refactor implementations to include string_res, add missing tests
|
The file was modified | tests/collections/string-api-coverage.cfa |
The file was modified | tests/collections/.expect/string-api-coverage.txt |
The file was modified | libcfa/src/collections/string.cfa |
The file was modified | libcfa/src/collections/string.hfa |
The file was modified | libcfa/src/collections/string_res.hfa |