-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGELOG
31 lines (31 loc) · 1003 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
1.10.0
- the script ./BUILD now uses Travis variables to set the current branch and build type
- coverage is now entirely handle in cmake/CoverageConfig/cmake (#191)
- new pthread::thread constructor (#185)
- produce lcov reports (#190)
- provide a BUILD script (#182)
- map master branch to Release build type (#182)
- bug fixing : #184, #182, #186, #187, #188, #192, #193, #195
1.9.1
- check that joining yourself throws an exception (#169)
- removed code smells (#168)
- test move operator in pthtread::thread (#167)
- bug fixing: #162, #158, #159, #160, #161, #166, #171, #172
1.9.0
- better comments in sync_queue (#157)
- conditional_variable tests (#154)
- new exception tests (#153)#
- fix SONAR detected issues (#149)
- bug fixing: #155, #156
v1.8.0
- integrate GTest as an external module (#79)
- use CMake
v1.7.3
- sync_queue::set_max_size accepts 0.
v1.7.2
- undone version infos handling
v1.7.1
- deploy target
v1.6.2
- the library name now includes verion infos
- change sonar project key