Experimental real-time audio and signal processing application development framework.
Go to file
2019-12-18 22:24:12 -05:00
cwCommon.h Initial commit 2019-12-18 22:24:12 -05:00
cwCommonImpl.cpp Initial commit 2019-12-18 22:24:12 -05:00
cwCommonImpl.h Initial commit 2019-12-18 22:24:12 -05:00
cwFile.cpp Initial commit 2019-12-18 22:24:12 -05:00
cwFile.h Initial commit 2019-12-18 22:24:12 -05:00
cwFileSys.cpp Initial commit 2019-12-18 22:24:12 -05:00
cwFileSys.h Initial commit 2019-12-18 22:24:12 -05:00
cwLex.cpp Initial commit 2019-12-18 22:24:12 -05:00
cwLex.h Initial commit 2019-12-18 22:24:12 -05:00
cwLog.cpp Initial commit 2019-12-18 22:24:12 -05:00
cwLog.h Initial commit 2019-12-18 22:24:12 -05:00
cwMem.cpp Initial commit 2019-12-18 22:24:12 -05:00
cwMem.h Initial commit 2019-12-18 22:24:12 -05:00
cwNumericConvert.h Initial commit 2019-12-18 22:24:12 -05:00
cwObject.cpp Initial commit 2019-12-18 22:24:12 -05:00
cwObject.h Initial commit 2019-12-18 22:24:12 -05:00
cwObjectTemplate.h Initial commit 2019-12-18 22:24:12 -05:00
cwText.cpp Initial commit 2019-12-18 22:24:12 -05:00
cwText.h Initial commit 2019-12-18 22:24:12 -05:00
cwTextBuf.cpp Initial commit 2019-12-18 22:24:12 -05:00
cwTextBuf.h Initial commit 2019-12-18 22:24:12 -05:00
cwThread.cpp Initial commit 2019-12-18 22:24:12 -05:00
cwThread.h Initial commit 2019-12-18 22:24:12 -05:00
main.cfg Initial commit 2019-12-18 22:24:12 -05:00
main.cpp Initial commit 2019-12-18 22:24:12 -05:00
Makefile Initial commit 2019-12-18 22:24:12 -05:00
README.md Initial commit 2019-12-18 22:24:12 -05:00
valgrind_test.sh Initial commit 2019-12-18 22:24:12 -05:00

  • logDefaultFormatter() in cwLog.cpp uses stack allocated memory in a way that could easily be exploited.

  • lexIntMatcher() in cwLex.cpp doesn't handle 'e' notation correctly. See note in code.

  • numeric_convert() in cwNumericConvert.h could be made more efficient using type_traits.