Skip to content

Releases: LanguageMachines/ticcutils

v0.37

11 Dec 08:32

Choose a tag to compare

  • updated UniHash.h and UniHash.cxx as suggested by #30
  • newest json version
  • fixed GitHub actions

v0.36

16 Dec 12:57

Choose a tag to compare

  • code rework and cleanup
  • LogStream interface
  • Enum type utils
  • XmlTools
  • bumped library version
  • added more tests

v0.35

12 Sep 09:11

Choose a tag to compare

  • C++17 is required now
  • FileUtils is now based on std::filesystem
  • general code cleanup and refactoring
  • Github CI action is streamlined

v0.34

21 Oct 16:09

Choose a tag to compare

  • The Unicode functions now assure that all Unicode is normalized to NFC
  • some code quality improvements, like:
    const correctness, explicit constructors etc

v0.33.1

21 Sep 10:46

Choose a tag to compare

  • bug fix: one function definition was accidentally omitted

v0.33

21 Sep 10:37

Choose a tag to compare

  • started requiring C++14 (would prefer C++17, but to early yet)
  • added some more XMLtools goodies
  • added a format_non_printable() function to output weird Unicode
  • Some C++ modernization, refactoring and reformatting
  • removed references to libtar in README.md
  • some include file cleanup

v0.32

20 Feb 08:21

Choose a tag to compare

[Ko van der Sloot]

  • started a Templates.h to gather template programming goodies.
    (nowhere used yet. Handle with care)
  • StringOps:
    • added a pad() function, so sprintf should never be needed again
  • UnicodeString support:
    • Added an UnicodeString pad() function
  • numerous code refactoring

v0.31

23 Jan 13:25

Choose a tag to compare

[Ko van der Sloot]

  • removed Tar module and dependency on libtar (obsolete)

v0.30

02 Jan 14:07

Choose a tag to compare

[Ko van der Sloot]

  • added test in fileutils::isDir() to check for Writability
  • added eneum_flahs.h for handling enums as bitflags
  • updated Json tot Nlohmann JSON 3.11.2
  • implement fix for LanguageMachines/ticcltools#46
  • code modernizing
  • code cleaning, fixed warnings by CppCheck
  • added more tests to 'make check'
  • improved GitHub action

v0.29

22 Jul 09:17

Choose a tag to compare

[Ko vd Sloot]

  • some c++11 additions
  • export and use the Timer::milli_wait function as a member of Timer
  • updated JSON code
  • include the filename in messages while unit-testing
  • made functions inline, to prevent multiple inclusion errors

[Maarten van Gompel]

  • software metadata update (codemeta.json)