forked from andmaj/cyclecount
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
55 lines (35 loc) · 1.15 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
Version 1.0.6:
==============
2014-06-21 Andras Majdan <[email protected]>
* Added "nothing" and fixed a typo in README
* Added a new special test "nothing"
Version 1.0.5:
==============
2014-06-07 Andras Majdan <[email protected]>
* Added a progress indicator for run
Version 1.0.4:
==============
2014-04-28 Andras Majdan <[email protected]>
* FIX: SOURCE, LINK, INCLUDE, RUN filter empty lines
Version 1.0.3:
==============
2014-04-05 Andras Majdan <[email protected]>
* FIX: Run commands from RUN file in current working directory
instead of test directory
* Path can be given for a library in LINK file
Version 1.0.2:
==============
2013-12-12 Andras Majdan <[email protected]>
* FIX: XML to gnuplot bugs
* Added defines as -D parameter
* Added a progress indicator for make
Version 1.0.1:
==============
2013-12-11 Andras Majdan <[email protected]>
* Added -O2 optimization
* Added -DSTDC_LIMIT_MACROS
* Added interval macro as -D parameter
Version 1.0.0:
==============
2013-11-25 Andras Majdan <[email protected]>
* Initial release