Commit Graph

  • 6266148eed adding more to intro master kyle 2024-02-23 23:41:09 -08:00
  • af61d914f0 add rpm support kyle 2024-02-04 07:01:06 +00:00
  • f99d5a8356 Add integer square root to SCMP. kyle 2023-11-09 00:38:01 -08:00
  • 94672bba98 SimpleConfig: Put was setting key=key, not key=value. v1.1.3 kyle 2023-10-24 13:22:54 -07:00
  • 33675c18ec Flags: show default value. kyle 2023-10-24 12:12:17 -07:00
  • f76d524999 SimpleConfig: Add missing definition. kyle 2023-10-23 21:51:43 -07:00
  • 1bc8a9ad82 SimpleConfig: Add const char * key variants. kyle 2023-10-23 21:47:33 -07:00
  • 9a83cf6c08 Add option to set config values. kyle 2023-10-23 21:09:56 -07:00
  • 28238ba041 Install headers correctly. kyle 2023-10-23 20:58:23 -07:00
  • 044afb9a60 Darwin: don't build .pkg, build stgz and tgz packages. kyle 2023-10-23 03:04:00 -07:00
  • 8ba8dee78d Bump patch to cut new packages. kyle 2023-10-22 15:18:56 -07:00
  • 7f0a814b3f Vector: IsParallel now works. kyle 2023-10-22 15:18:40 -07:00
  • 8868fe40a1 With Trunk in CI disabled, try Alpine again. v1.0.1 v1.0.0 kyle 2023-10-22 03:24:36 -07:00
  • c5308dedba Add SimpleConfig. kyle 2023-10-22 01:45:04 -07:00
  • 9a8dc08a4f cppcheck cleanups and additional docs+testing. kyle 2023-10-21 23:33:22 -07:00
  • 9faed6a95b phonebook: exit with appropriate code. kyle 2023-10-21 19:58:22 -07:00
  • 168ee430f4 Quaternion self test fixed. kyle 2023-10-21 19:53:22 -07:00
  • f393f8614f Adjust phonebook help usage. kyle 2023-10-21 19:49:36 -07:00
  • 8b63985ac9 Fix flags usage and make Commander Flags capable. kyle 2023-10-21 19:45:07 -07:00
  • 1420ff343d tests: simple test example should be a standalone demo. kyle 2023-10-21 17:45:33 -07:00
  • 10888b4872 tests: all tests now use SimpleSuite. kyle 2023-10-21 17:40:01 -07:00
  • 0bf4dd54f3 Remove unused Debug header. kyle 2023-10-21 12:34:38 -07:00
  • aee337f2e9 clang-tidy fixes, documentation, refactoring. kyle 2023-10-21 02:07:59 -07:00
  • 4e83da345f Attempt to fix CircleCI trunk config, round 3. kyle 2023-10-20 21:39:23 -07:00
  • 540a0d5b74 Attempt to fix CircleCI trunk config, round 2. kyle 2023-10-20 21:21:39 -07:00
  • 2d7a8d5c1d Attempt to fix CircleCI trunk config. kyle 2023-10-20 21:20:40 -07:00
  • 0c7fa41cc8 Document and refactor geom code, round 2. kyle 2023-10-20 21:17:18 -07:00
  • 6a421d6adf Document and refactor geom code. kyle 2023-10-20 20:45:39 -07:00
  • 4b1007123a Test suite cleanups, convert Coord2D to Vector<T, 2>. kyle 2023-10-20 19:05:55 -07:00
  • 68ed5e0aca Minor code cleanups. kyle 2023-10-20 16:13:49 -07:00
  • 2fceae91fd geom: add missing include. kyle 2023-10-20 03:14:12 -07:00
  • 1c2f9af9d9 ci: update script name. kyle 2023-10-20 03:08:08 -07:00
  • e923335396 Alpine image can't run trunk. kyle 2023-10-20 03:06:04 -07:00
  • fa8a89625b add trunk config to repo kyle 2023-10-20 03:05:12 -07:00
  • b49caa3ec9 Cleaning up and documenting scmp code. kyle 2023-10-20 02:59:36 -07:00
  • 4eb4008130 Further code cleanups and documentation. kyle 2023-10-20 01:31:06 -07:00
  • 2a23d2e204 Fix CircleCI build, more coverity fixes. kyle 2023-10-19 22:57:55 -07:00
  • a5bb31943c Add trunk to repo, import clang-format. kyle 2023-10-19 22:04:15 -07:00
  • f896a108dd Coverity fixes. kyle 2023-10-19 21:43:38 -07:00
  • 9494871145 README.md: use the correct badge for CircleCI. kyle 2023-10-19 21:19:53 -07:00
  • 1c6de07b7a test/coord2d: add missing <array> include. kyle 2023-10-19 21:18:08 -07:00
  • eaea8c2ab0 Buffer: add explicit/defensive coding checks. kyle 2023-10-19 21:00:35 -07:00
  • 6dab443789 Dictionary: add defensive coding checks. kyle 2023-10-19 21:00:21 -07:00
  • 0a661a7d70 Close file handle when done. kyle 2023-10-19 20:55:31 -07:00
  • b1bbaebdac Slow working on bringing the old code up to standard. kyle 2023-10-19 20:32:46 -07:00
  • a9991f241a Add badges to README. kyle 2023-10-19 11:16:13 -07:00
  • 49eea73449 Arena: remove resource leak. kyle 2023-10-19 10:59:22 -07:00
  • 36fe049485 Continuing refactor work. kyle 2023-10-19 00:37:56 -07:00
  • 8d02d078e7 refactor namespaces kyle 2023-10-18 23:57:50 -07:00
  • 5f3dc6e9f6 Restructure project, start importing sc3 code. kyle 2023-10-18 23:44:05 -07:00
  • 3122ed6ac7 Add circleci config. v0.2.5 kyle 2023-10-18 17:57:19 -07:00
  • 184d468b06 Dictionary conditions reversed. kyle 2023-10-18 17:35:27 -07:00
  • fa1cb59697 Add missing include header. kyle 2023-10-18 16:21:09 -07:00
  • a8387f010f Trying to get build working on Fedora. kyle 2023-10-18 16:19:09 -07:00
  • 00e9bc0f22 Format README. kyle 2023-10-17 00:45:21 -07:00
  • 567f5f9564 gitea doesn't support RST READMEs, so renamed this. kyle 2023-10-17 00:44:40 -07:00
  • b7584b06cc Cleanup example program in Flag docs. kyle 2023-10-16 17:54:35 -07:00
  • a0cd2ca866 Add trailing newline to cmake config. kyle 2023-10-16 21:23:26 -07:00
  • a0edf915ad Remove test prints and fix cursor checks in dictionary. kyle 2023-10-16 17:53:50 -07:00
  • 930a2d68f4 Update docs; bump patch version. v0.2.4 kyle 2023-10-16 15:03:22 -07:00
  • 40d92db968 Bump package version. v0.2.3 kyle 2023-10-16 04:02:46 -07:00
  • 407ee1c85d Cleanup code and docs; add missing header. kyle 2023-10-16 02:18:09 -07:00
  • 0071b84ab5 Cleanup code and docs; add missing header. v0.2.1 kyle 2023-10-16 02:18:09 -07:00
  • 0fff669b40 First package deployed. 0.1.1 kyle 2023-10-15 18:34:24 -07:00
  • 4d2abcf434 Add command line flag processing. kyle 2023-10-15 17:09:31 -07:00
  • e80f597ec8 Add Flag files from rcpp branch. kyle 2023-10-15 01:11:06 -07:00
  • 05790a95fa Renaming to scsl. kyle 2023-10-14 18:38:01 -07:00
  • dd696e2c1f Start StringUtils, update build, add CLion config for code style. kyle 2023-10-14 17:56:26 -07:00
  • b28199553f Update build files. kyle 2023-10-10 22:17:22 -07:00
  • 7cb39680c1 add doc dependency on klib kyle 2023-10-10 19:39:18 -07:00
  • 6317c2dd36 update packaging kyle 2023-10-10 19:09:25 -07:00
  • bf1ea5e749 Code cleanups. kyle 2023-10-10 18:57:43 -07:00
  • 8dba3d27f2 Documentation and code cleaenups. kyle 2023-10-10 17:24:29 -07:00
  • 67d4a1ebce Windows is a nightmare. kyle 2023-10-10 16:44:29 -07:00
  • 138bf8267b Code cleanups and doc updates. kyle 2023-10-10 15:05:22 -07:00
  • eb665bdd92 Fix man page install target. kyle 2023-10-10 14:10:02 -07:00
  • e3c95964b3 Finish phonebook command and add to install targets. kyle 2023-10-10 14:01:09 -07:00
  • 30c586d37d Fix WIN32 file read. kyle 2023-10-10 12:15:14 -07:00
  • a6d7b948d4 Start work on phonebook tool. kyle 2023-10-10 06:02:21 -07:00
  • cc17abea53 Fix memory bugs in shift left. kyle 2023-10-10 04:22:04 -07:00
  • a8b09001f7 finish doxygen docs. kyle 2023-10-10 02:35:43 -07:00
  • 386869df44 Documentation, usability updates, and removing debug code. kyle 2023-10-09 22:41:07 -07:00
  • 0f1eff514d Ignore IDE stuff. kyle 2023-10-09 20:00:18 -07:00
  • 8122ca265d Debugging another memory bug. kyle 2023-10-09 19:59:21 -07:00
  • 85ff28360b add library packaging kyle 2023-10-09 17:20:18 -07:00
  • 11eeafac16 Add cmake configuration. kyle 2023-10-09 16:37:02 -07:00
  • 87fe9719c1 Fix memory leak, start work on win file api. kyle 2023-10-09 16:20:26 -07:00
  • b2e0e849ef Tracking down a memory error. kyle 2023-10-09 15:23:23 -07:00
  • 372de925df Clang-tidy warnings. kyle 2023-10-09 13:23:03 -07:00
  • 5c06c81029 valgrind fixes kyle 2023-10-09 13:16:05 -07:00
  • f8041c2bfa Finish basic buffer implementation. kyle 2023-10-09 12:45:19 -07:00
  • 1bc5bc0b10 Move Buffer from kge. kyle 2023-10-09 10:24:40 -07:00
  • 36af6ac1f8 Clean up the Linux side of the build. kyle 2023-10-06 06:25:58 +00:00
  • f727ce4b5a Rename phonebook -> dictionary. kyle 2023-10-05 23:17:09 -07:00
  • 0d28baef0e Finish working phonebook. kyle 2023-10-05 23:08:35 -07:00
  • 82f5e32ddb working on testing the phonebook kyle 2023-10-05 21:18:21 -07:00
  • 5d2e255bea fix record deletion kyle 2023-10-05 20:49:17 -07:00
  • 8b8be9421a Initial import. kyle 2023-10-06 03:13:46 +00:00