.. |
Makefile.am
|
Rename misspelled crytpo_t.cpp -> crypto_t.cpp
|
2017-09-04 15:37:07 -07:00 |
Makefile.in
|
Rename misspelled crytpo_t.cpp -> crypto_t.cpp
|
2017-09-04 15:37:07 -07:00 |
archive_t.cpp
|
Additional unit test tweaks to make DOS+DJGPP happier
|
2017-09-24 23:48:57 -07:00 |
blockfile_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
blockrecordarray_t.cpp
|
Fix various unit tests that didn't test anything, or needed cleanup; disable some cTWLocale methods that were unused outside of their own unit tests.
|
2017-09-08 16:31:36 -07:00 |
charutil_t.cpp
|
Additional unit test tweaks to make DOS+DJGPP happier
|
2017-09-24 23:48:57 -07:00 |
cmdlineparser_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
codeconvert_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
configfile_t.cpp
|
Make 'syslog not supported' a warning vs a fatal error if someone tries to use it on syslog-less platforms; clean up unit & harness tests & handle some per-platform quirks
|
2017-09-09 23:26:45 -07:00 |
crypto_t.cpp
|
Rename misspelled crytpo_t.cpp -> crypto_t.cpp
|
2017-09-04 15:37:07 -07:00 |
cryptoarchive_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
dbdatasource_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
debug_t.cpp
|
Make sure cFile_i is constructed & destructed cleanly; clean up GetSymLinkStr a bit more; improve Debug/Basic & UnixFSServices/GetExecutableFilename unit tests
|
2017-09-21 01:12:28 -07:00 |
displayencoder_t.cpp
|
Make 'syslog not supported' a warning vs a fatal error if someone tries to use it on syslog-less platforms; clean up unit & harness tests & handle some per-platform quirks
|
2017-09-09 23:26:45 -07:00 |
error_t.cpp
|
Make 'syslog not supported' a warning vs a fatal error if someone tries to use it on syslog-less platforms; clean up unit & harness tests & handle some per-platform quirks
|
2017-09-09 23:26:45 -07:00 |
errorbucketimpl_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fcocompare_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fcodatabasefile_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fconame_t.cpp
|
Make 'syslog not supported' a warning vs a fatal error if someone tries to use it on syslog-less platforms; clean up unit & harness tests & handle some per-platform quirks
|
2017-09-09 23:26:45 -07:00 |
fconametbl_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fconametranslator_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fcopropimpl_t.cpp
|
Break some big unit tests into smaller ones
|
2017-09-04 11:47:35 -07:00 |
fcopropvector_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fcoreport_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fcosetimpl_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fcospec_t.cpp
|
Make 'syslog not supported' a warning vs a fatal error if someone tries to use it on syslog-less platforms; clean up unit & harness tests & handle some per-platform quirks
|
2017-09-09 23:26:45 -07:00 |
fcospecattr_t.cpp
|
Tweak unit tests that didn't invoke TEST() at all; add operator== to cFCOSpecAttr & cFSPropDisplayer for the sake of unit testing.
|
2017-09-04 01:35:27 -07:00 |
fcospechelper_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fcospeclist_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fcospecutil_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
file_t.cpp
|
Update config.guess & config.sub to GNU latest (but re-adding MidnightBSD fix); add config macros for struct stat fields that aren't always present (instead of static defines in platform.h); platform detection & path handling for Redox
|
2017-09-22 20:20:17 -07:00 |
fileheader_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fileutil_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fsdatasourceiter_t.cpp
|
Fix/implement more unit tests that were marked as 'skipped'
|
2017-09-24 18:44:47 -07:00 |
fsobject_t.cpp
|
Fix/implement more unit tests that were marked as 'skipped'
|
2017-09-24 18:44:47 -07:00 |
fspropcalc_t.cpp
|
Fix various unit tests that didn't test anything, or needed cleanup; disable some cTWLocale methods that were unused outside of their own unit tests.
|
2017-09-08 16:31:36 -07:00 |
fspropdisplayer_t.cpp
|
Tweak unit tests that didn't invoke TEST() at all; add operator== to cFCOSpecAttr & cFSPropDisplayer for the sake of unit testing.
|
2017-09-04 01:35:27 -07:00 |
fspropset_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
fsspec_t.cpp
|
Path fixes for FreeDOS/DJGPP
|
2017-09-13 21:35:56 -07:00 |
genre_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
genrespeclist_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
genreswitcher_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
growheap_t.cpp
|
Make 'syslog not supported' a warning vs a fatal error if someone tries to use it on syslog-less platforms; clean up unit & harness tests & handle some per-platform quirks
|
2017-09-09 23:26:45 -07:00 |
hashtable_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
hierdatabase_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
keyfile_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
platform_t.cpp
|
Additional unit test tweaks to make DOS+DJGPP happier
|
2017-09-24 23:48:57 -07:00 |
policyparser_t.cpp
|
Path fixes for FreeDOS/DJGPP
|
2017-09-13 21:35:56 -07:00 |
refcountobj_t.cpp
|
Fix/implement more unit tests that were marked as 'skipped'
|
2017-09-24 18:44:47 -07:00 |
resources_t.cpp
|
Tweak unit tests that didn't invoke TEST() at all; add operator== to cFCOSpecAttr & cFSPropDisplayer for the sake of unit testing.
|
2017-09-04 01:35:27 -07:00 |
serializer_t.cpp
|
Tweak unit tests that didn't invoke TEST() at all; add operator== to cFCOSpecAttr & cFSPropDisplayer for the sake of unit testing.
|
2017-09-04 01:35:27 -07:00 |
serializerimpl_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
signature_t.cpp
|
Make 'syslog not supported' a warning vs a fatal error if someone tries to use it on syslog-less platforms; clean up unit & harness tests & handle some per-platform quirks
|
2017-09-09 23:26:45 -07:00 |
srefcountobj_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
stdtest.cpp
|
Update copyright years
|
2017-04-25 18:31:11 -07:00 |
stdtest.h
|
Update copyright years
|
2017-04-25 18:31:11 -07:00 |
stringencoder_t.cpp
|
Make 'syslog not supported' a warning vs a fatal error if someone tries to use it on syslog-less platforms; clean up unit & harness tests & handle some per-platform quirks
|
2017-09-09 23:26:45 -07:00 |
stringutil_t.h
|
Fix various unit tests that didn't test anything, or needed cleanup; disable some cTWLocale methods that were unused outside of their own unit tests.
|
2017-09-08 16:31:36 -07:00 |
tasktimer_t.cpp
|
Additional unit test tweaks to make DOS+DJGPP happier
|
2017-09-24 23:48:57 -07:00 |
tchar_t.cpp
|
Tweak unit tests that didn't invoke TEST() at all; add operator== to cFCOSpecAttr & cFSPropDisplayer for the sake of unit testing.
|
2017-09-04 01:35:27 -07:00 |
test.cpp
|
Make 'syslog not supported' a warning vs a fatal error if someone tries to use it on syslog-less platforms; clean up unit & harness tests & handle some per-platform quirks
|
2017-09-09 23:26:45 -07:00 |
test.h
|
Tweak unit tests that didn't invoke TEST() at all; add operator== to cFCOSpecAttr & cFSPropDisplayer for the sake of unit testing.
|
2017-09-04 01:35:27 -07:00 |
test.mak
|
Revive the old unit test suite. Needs autoconf/buildsys work, and tests don't all pass yet.
|
2016-04-16 19:16:32 -07:00 |
textreportviewer_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
twlocale_t.cpp
|
Fix/implement more unit tests that were marked as 'skipped'
|
2017-09-24 18:44:47 -07:00 |
twutil_t.cpp
|
Update ChangeLog for 2.4.3.6 (finally); Tweak a TWUtil test so it expects the right uid value on AROS
|
2017-09-27 00:07:59 -07:00 |
types_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
unixfsservices_t.cpp
|
Make sure cFile_i is constructed & destructed cleanly; clean up GetSymLinkStr a bit more; improve Debug/Basic & UnixFSServices/GetExecutableFilename unit tests
|
2017-09-21 01:12:28 -07:00 |
usernotifystdout_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |
wchar16_t.cpp
|
Rework unit test framework (such as it is) to refer to tests by name & not numeric id. Mark tests as skipped if they don't make any TEST assertions or are skipped explicitly
|
2017-09-03 20:28:24 -07:00 |