shimmering clarity standard library https://docs.shimmering-clarity.net/scsl/
Go to file
Kyle Isom 407ee1c85d Cleanup code and docs; add missing header.
- The source and header files should have standard comment headers.
- Windows support has been removed, as I've decomissioned my Windows
  desktop in favour of a Linux desktop.
- Commander.h wasn't being added to the install directory.
2023-10-16 04:01:35 -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 Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Buffer.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
CMakeLists.txt Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -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 Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -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 Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
TLV.h Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -07:00
Test.cc Cleanup code and docs; add missing header. 2023-10-16 04:01:35 -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 Renaming to scsl. 2023-10-14 18:38:01 -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.