Commit Graph

15 Commits

Author SHA1 Message Date
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
91fad53d33 Added "#include cwTest.h" dependency to most *.cpp files. 2024-05-29 12:36:57 -04:00
kevin
d499dfac1c cwFile.cpp : Added guard to not write if bufByteCnt is 0. 2023-11-14 07:52:15 -05:00
kevin
dd7dcc654e cwFile.h : Added new version of backup() which takes a complete file name rather than file path parts. 2023-03-17 17:41:04 -04:00
kevin
1ea10e6d7f cwFile.h/cpp : backup() now takes an optional destination directory. 2022-12-17 08:14:40 -05:00
kevin
9a7461a147 cwFile.cpp : open() now calls filesys::expandPath() on all file names. 2021-02-26 13:33:31 -05:00
kevin
d3c7b3a572 cwFile.h/cpp : read()/write() now check 'lastRC' as a precondition. 2020-12-29 11:20:24 -05:00
kevin
adfe4a0bb9 cwFile.h/cwFile.cpp : Added lastRC(). 2020-12-29 10:09:43 -05:00
kevin
b19d0ff99a cwFile.h/cpp : Added polymorphic read() and write(). Return kEofRC when read() get an EOF error. 2020-12-15 15:29:36 -05:00
kevin.larke
d3d4c7c6f9 cwFile.cpp : Changed fnToStr() to properly close() the source file handle. 2020-04-06 19:16:09 -04:00
kevin.larke
98c9150809 cwFile.cpp : Fixed bug in _fnToBuf(). 2020-03-31 12:49:24 -04:00
kevin.larke
7b2ebd5580 Changes to support autotools build.
Changed #define cwLINUX to OS_LINUX.
2020-03-24 08:51:51 -04:00
kpl
5a62d884dd Standardized filesys and mem namespaces.
Removed use of global variable in cwAudioBuf.
2019-12-27 21:51:28 -05:00
kpl
85954c5498 Changed audio system to use external driver modules. 2019-12-25 21:44:14 -05:00
kpl
3954d794f1 Initial commit 2019-12-18 22:24:12 -05:00