-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
50 lines (35 loc) · 897 Bytes
/
changelog
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
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