shimmering clarity standard library https://docs.shimmering-clarity.net/scsl/
Go to file
Kyle Isom a0cd2ca866 Add trailing newline to cmake config. 2023-10-16 21:23:26 -07:00
.idea Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
cmake Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
.clang-tidy finish doxygen docs. 2023-10-10 02:35:43 -07:00
.gitignore Start StringUtils, update build, add CLion config for code style. 2023-10-14 17:56:26 -07:00
Arena.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Arena.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Buffer.cc Remove test prints and fix cursor checks in dictionary. 2023-10-16 17:53:50 -07:00
Buffer.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
CMakeLists.txt Remove test prints and fix cursor checks in dictionary. 2023-10-16 17:53:50 -07:00
Commander.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Commander.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Dictionary.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Dictionary.h Update docs; bump patch version. 2023-10-16 15:03:22 -07:00
Exceptions.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Exceptions.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Flag.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Flag.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
LICENSE Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Makefile Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
README.rst Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
StringUtil.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
StringUtil.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
TLV.cc Remove test prints and fix cursor checks in dictionary. 2023-10-16 17:53:50 -07:00
TLV.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Test.cc Remove test prints and fix cursor checks in dictionary. 2023-10-16 17:53:50 -07:00
Test.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
bufferTest.cc Renaming to scsl. 2023-10-14 18:38:01 -07:00
dictionaryTest.cc Renaming to scsl. 2023-10-14 18:38:01 -07:00
flagTest.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
phonebook.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
scsl.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
scsl.pc.in Renaming to scsl. 2023-10-14 18:38:01 -07:00
scslConfig.cmake Add trailing newline to cmake config. 2023-10-16 21:23:26 -07:00
stringutil_test.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
testFixtures.h Renaming to scsl. 2023-10-14 18:38:01 -07:00
tlvTest.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00

README.rst

scsl : The Shimmering Clarity Standard C++ Library
==================================================

scsl is a collection of software I found myself needing to use repeatedly.

Full `Doxygen documentation`_ is available.

.. _Doxygen documentation: https://docs.shimmering-clarity.net/scsl/


License
-------

Copyright 2023 K. Isom <kyle@imap.cc>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.