shimmering clarity standard library https://docs.shimmering-clarity.net/scsl/
Go to file
Kyle Isom 0071b84ab5 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 02:21:03 -07:00
.idea Start StringUtils, update build, add CLion config for code style. 2023-10-14 17:56:26 -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 Add command line flag processing. 2023-10-15 17:09:31 -07:00
Arena.h Renaming to scsl. 2023-10-14 18:38:01 -07:00
Buffer.cc Add command line flag processing. 2023-10-15 17:09:31 -07:00
Buffer.h Renaming to scsl. 2023-10-14 18:38:01 -07:00
CMakeDocs.txt Add command line flag processing. 2023-10-15 17:09:31 -07:00
CMakeLists.txt First package deployed. 2023-10-15 18:34:24 -07:00
CMakePack.txt First package deployed. 2023-10-15 18:34:24 -07:00
Commander.cc Renaming to scsl. 2023-10-14 18:38:01 -07:00
Commander.h Renaming to scsl. 2023-10-14 18:38:01 -07:00
Dictionary.cc Renaming to scsl. 2023-10-14 18:38:01 -07:00
Dictionary.h Renaming to scsl. 2023-10-14 18:38:01 -07:00
Exceptions.cc Renaming to scsl. 2023-10-14 18:38:01 -07:00
Exceptions.h Renaming to scsl. 2023-10-14 18:38:01 -07:00
Flag.cc Add command line flag processing. 2023-10-15 17:09:31 -07:00
Flag.h Add command line flag processing. 2023-10-15 17:09:31 -07:00
Makefile Renaming to scsl. 2023-10-14 18:38:01 -07:00
README.rst Cleanup code and docs; add missing header. 2023-10-16 02:21:03 -07:00
StringUtil.cc Renaming to scsl. 2023-10-14 18:38:01 -07:00
StringUtil.h Renaming to scsl. 2023-10-14 18:38:01 -07:00
TLV.cc Renaming to scsl. 2023-10-14 18:38:01 -07:00
TLV.h Renaming to scsl. 2023-10-14 18:38:01 -07:00
Test.cc Add command line flag processing. 2023-10-15 17:09:31 -07:00
Test.h Add command line flag processing. 2023-10-15 17:09:31 -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 Add command line flag processing. 2023-10-15 17:09:31 -07:00
phonebook.cc Renaming to scsl. 2023-10-14 18:38:01 -07:00
scsl.h Renaming to scsl. 2023-10-14 18:38:01 -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 Renaming to scsl. 2023-10-14 18:38:01 -07:00
testFixtures.h Renaming to scsl. 2023-10-14 18:38:01 -07:00
tlvTest.cc Renaming to scsl. 2023-10-14 18:38:01 -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.