-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
50 lines (39 loc) · 753 Bytes
/
Copy pathCHANGELOG
File metadata and controls
50 lines (39 loc) · 753 Bytes
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
0.6.0
-----
* Add option --preprocess to only preprocess the source file
0.5.0
-----
* Upgrading dependencies
0.4.0
-----
* Upgrading dependencies
0.3.8
-----
* Updates for rustc 1.13
0.3.7
-----
* Minor changes
0.3.6
-----
* Support a few more header/source file extensions
* Safer cache writing
* Restrict only header only type checking to gcc/clang
0.3.5
-----
* Bugfix header only type checking
0.3.4
-----
* Support type checking of header file without source
0.3.3
-----
* Support headers with 'hpp' extension
0.3.2
-----
* Support type checking of headers
0.3.1
-----
* Add --no-cache and --force-recache flags
0.3.0
-----
* Add compiler option, to be able to type check with an other compiler
than the one specified in the database