1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Version 1.4.2
- Clean up makefile
Version 1.4.1
- Remove libmcfp cmake config entirely
- Do not build tests when BUILD_TESTING is ON, use
our own flag instead. Avoids building tests when
included by other packages.
Version 1.4.0
- Better error reporting
Version 1.3.5
- Install a cmake version file
- Avoid using catch2 version 2
Version 1.3.4
- Renaming the mcfp to libmcfp was not very consistent
with the naming of all the other libraries I write.
Version 1.3.3
- Yet another config fix
Version 1.3.2
- Fix config.cmake file
Version 1.3.1
- revert the name change
Version 1.3.0
- Config file syntax improvements (better conforming to ini file syntax)
- Better cmake file
Version 1.2.5
- Replace test for _MSC_VER with more generic _WIN32
Version 1.2.4
- Simpler get (added a version without template arguments)
Version 1.2.3
- MSVC compatibility
Version 1.2.2
- Added a non-throwing get
- Added extended example code
Version 1.2.1
- Renamed to libmcfp and namespace mcfp
Version 1.2.0
- Fix in word wrapping code
Version 1.1.1
- Better support for older GCC compilers
Version 1.2.0
- New, tuples base implementation
- Add 'usage' parameter to init
Version 1.1.0
- Parse config files
Version 1.0.2
- Fix get_terminal_width. Should be inline of course.
Version 1.0.1
- printing options, word-wrapped
Version 1.0.0
- initial release
|