-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
68 lines (35 loc) · 2.01 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
2020-06-24 Jens Yllman <jens.yllman@jpyconsulting.se>
* libcolor/libcolor.cpp: better names and structure
* CMakeLists.txt: make it possible to not include tests in build
changed default flags for CXX at Realease and Debug
* .gitignore: updated to my latest version
* .clang-format: updated to my latest version
* .clang-tidy: updated to my latest version
2019-03-19 Jens Yllman <jens.yllman@jpyconsulting.se>
* .clang-tidy: added base config for clang-tidy
* libcolor/libcolor.cpp: fixed some clang-tidy warnings
* preview/preview.cpp: fixed some clang-tidy warnings
2019-03-18 Jens Yllman <jens.yllman@jpyconsulting.se>
* preview/preview.cpp (parse_CLI): format the version
2019-03-12 Jens Yllman <jens.yllman@jpyconsulting.se>
* thirdparty/Clara/CMakeLists.txt: make this library config more stand alone
2019-03-07 Jens Yllman <jens.yllman@jpyconsulting.se>
* thirdparty/CMakeLists.txt: added Clara as thirdparty library
* preview/preview.cpp (parse_CLI): first try to use Clara for CLI input
(main): added use of parse_CLI()
* preview/CMakeLists.txt: added clara to preview
2019-03-04 Jens Yllman <jens.yllman@jpyconsulting.se>
* preview/preview.cpp (preview_output): more refined output
2019-03-02 Jens Yllman <jens.yllman@jpyconsulting.se>
* thirdparty/CMakeLists.txt: added fmt as available library
* preview/CMakeLists.txt: link to fmt
* preview/preview.cpp (main): changed to use fmt instead of std::cout
* CMakeLists.txt: turn off compiler specific extensions
2019-02-25 Jens Yllman <jens.yllman@jpyconsulting.se>
* CMakeLists.txt: add libcolor, test and thirdparty to the main project
* test/tst_libcolor.cpp: test the libcolor library
* libcolor/libcolor.cpp (contrast): implements contrast calculation between two colors
* libcolor/libcolor.hpp: first use of a library for the color functions
* preview/preview.cpp (main): small output format change
2019-02-15 Jens Yllman <jens.yllman@jpyconsulting.se>
* preview/preview.cpp (main): now we have some output here