Skip to content

Commit b5b9a50

Browse files
committed
1.0.0-alpha version release
1 parent be34f11 commit b5b9a50

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

VERSIONS

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[1.1 release]
1+
[1.1.0-alpha release]
22

33
2014-05-10 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
44
* Added the rotating skip list code
@@ -9,67 +9,67 @@
99
* Cleaned patch files
1010
* Replaced Fraser's skip list
1111

12-
[1.0 release]
12+
[1.0.0 release]
1313

14-
2012-02-10 Vincent Gramoli <vincent.gramoli@epfl.ch>
14+
2012-02-10 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
1515
* Added speculation-friendly tree algorithm
1616
* Renamed the suite as synchrobench
1717

18-
2011-07-28 Vincent Gramoli <vincent.gramoli@epfl.ch>
18+
2011-07-28 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
1919
* Adding VERSION for DEBUG mode
2020
* Removing test2 of rbtree and adding
2121
rbtree verification at the end upon DEBUG mode
2222

2323
[0.4.1 release]
2424

25-
2011-07-01 Vincent Gramoli <vincent.gramoli@epfl.ch>
25+
2011-07-01 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
2626
* Adding normal mode of E-STM in linkedlist,
2727
deque, skiplist, hashtable benchs
2828

2929
[0.4.0 release]
3030

31-
2011-06-29 Vincent Gramoli <vincent.gramoli@epfl.ch>
31+
2011-06-29 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
3232
* Declaring the result variable in txs
3333
* Add atomic_ops library
3434
* Separate build files
3535
* Cleanup Makefiles
3636

3737
[0.3.9 release]
3838

39-
2011-06-18 Vincent Gramoli <vincent.gramoli@epfl.ch>
39+
2011-06-18 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
4040
* Adding the choice between elastic and normal transactions
4141
for the add operation in the red-black tree algorithm
4242

4343
[0.3.8 release]
4444

45-
2011-03-04 Vincent Gramoli <vincent.gramoli@epfl.ch>
45+
2011-03-04 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
4646
* Fix freeing the memory in the lock-coupling
4747
linked list upon removal in alternate mode
4848

4949
[0.3.7 release]
5050

51-
2010-11-28 Vincent Gramoli <vincent.gramoli@epfl.ch>
51+
2010-11-28 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
5252
* Fix the deallocation of memory in skiplist benchmark
5353

5454
[0.3.6 release]
5555

56-
2010-02-23 Vincent Gramoli <vincent.gramoli@epfl.ch>
56+
2010-02-23 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
5757
* double-ended queue sequential and STM-based benchs.
5858
* rbtree wrappers for sequential and STM-based benchs.
5959

60-
2010-01-03 Vincent Gramoli <vincent.gramoli@epfl.ch>
60+
2010-01-03 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
6161
* update ratio made effective: a failed remove/add is a read-only
6262
tx no longer an update tx.
6363

6464
[0.3.5 release]
6565

66-
2009-11-18 Vincent Gramoli <vincent.gramoli@epfl.ch>
66+
2009-11-18 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
6767
* Fixed deque index in rightpush functions.
6868
* Removed "break" points in the sequential code.
6969

7070
[0.3.4 release]
7171

72-
2009-11-04 Vincent Gramoli <vincent.gramoli@epfl.ch>
72+
2009-11-04 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
7373
* Allowing spinlocks instead of mutexes in the lock-coupling
7474
linked list.
7575
* Fixing lock coupling search of the linked list that wrongly
@@ -79,19 +79,19 @@
7979

8080
[0.3.3 release]
8181

82-
2009-09-25 Vincent Gramoli <vincent.gramoli@epfl.ch>
82+
2009-09-25 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
8383
* Always remove a randomly generated value.
8484
This produced update workloads executing faster than
8585
read-only workloads.
8686

8787
[0.3.2 release]
8888

89-
2009-09-25 Vincent Gramoli <vincent.gramoli@epfl.ch>
89+
2009-09-25 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
9090
* Herlihy's double-ended queue implementation.
9191

9292
[0.3.1 release]
9393

94-
2009-09-25 Vincent Gramoli <vincent.gramoli@epfl.ch>
94+
2009-09-25 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
9595
* STM red-black tree benchmark added: it reuses the code of TL2
9696
red-black tree but consecutive insert and delete do not get
9797
the same value (by default). Inserting/deleting the same
@@ -102,31 +102,31 @@
102102

103103
[0.3.0 release]
104104

105-
2009-09-01 Vincent Gramoli <vincent.gramoli@epfl.ch>
105+
2009-09-01 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
106106
* Fixing memory leaks
107107

108-
2009-08-20 Vincent Gramoli <vincent.gramoli@epfl.ch>
108+
2009-08-20 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
109109
* Fixing some uninitialization bug of hashtable
110110

111111
[0.2.0 release]
112112

113-
2009-06-15 Vincent Gramoli <vincent.gramoli@epfl.ch>
113+
2009-06-15 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
114114
* Fixing the problem of RAND_MAX=32768 on Niagara 2
115115
* Fixing some bad random generators
116116

117-
2007-06-10 Vincent Gramoli <vincent.gramoli@epfl.ch>
117+
2007-06-10 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
118118
* Adapting hash table and skip list tests
119119

120-
2007-04-25 Vincent Gramoli <vincent.gramoli@epfl.ch>
120+
2007-04-25 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
121121
* Added red-black tree test.
122122

123-
2009-02-02 Vincent Gramoli <vincent.gramoli@epfl.ch>
123+
2009-02-02 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
124124
* Added skip list test.
125125
* Added hash table test w/ move and sum operations.
126126

127127
[0.1.0 release]
128128

129-
2009-05-01 Vincent Gramoli <vincent.gramoli@epfl.ch>
129+
2009-05-01 Vincent Gramoli <vincent.gramoli@sydney.edu.au>
130130
* First release with lock-based, lock-free, stm-based hashtable,
131131
linked list.
132132

0 commit comments

Comments
 (0)