File: ChangeLog

package info (click to toggle)
properties-cpp 0.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: cpp: 673; makefile: 21
file content (182 lines) | stat: -rw-r--r-- 5,171 bytes parent folder | download
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
2025-09-07 Mike Gabriel

        * Release 0.0.4 (HEAD -> main, tag: 0.0.4)

2025-09-07 Ratchanan Srirattanamet

        * Merge branch 'personal/sunweaver/build-testing' into 'main'
          (9815ded)

2025-09-07 Helmut Grohne

        * CMakeLists.txt: Only dive into subdir 'tests' if BUILD_TESTING is
          enabled. (f2e8051)

2025-09-07 Ratchanan Srirattanamet

        * Merge branch 'personal/sunweaver/cmake-4' into 'main' (38aefd8)

2025-09-07 Mike Gabriel

        * CMakeLists.txt: Bump cmake_minimum_required() to 3.10. Support
          building with CMake 4. (8a0d45c)

2025-08-10 Mike Gabriel

        * Merge branch 'fix/gtest-1.17.0-compat' into 'main' (670c297)

2025-07-18 OPNA2608

        * CMakeLists.txt: Raise C++ standard to C++17 (43b243a)

2023-07-26 Marius Gripsgard

        * Release 0.0.3 (ccf80f6) (tag: 0.0.3)

2023-04-21 Marius Gripsgard

        * Merge branch 'cat-master21-main-patch-95546' into 'main' (b5940c3)

2023-04-16 cat-master21

        * fix: update C++ version (21b42a0)

2021-05-26 Ratchanan Srirattanamet

        * Merge branch 'github/fork/z3ntu/cleanup' into 'main' (7dd9ec0)

2021-05-14 Rodney Dawes

        * Remove old bzr-builddeb config. (d5e59bf)
        * Add Jenkinsfile for UBports CI (520d129)
        * d/control: B-D on cmake-extras and fix homepage URL (00c9fa6)
        * Cleanup CMake code further and enable coverage. (98b2c90)

2018-12-30 Luca Weiss

        * CMake cleanup (a1f1536)

2018-04-09 Marius Gripsgard

        * Imported to UBports (45863e8) (tag: 0.0.2)

2014-07-30 CI bot

        * Releasing 0.0.1+14.10.20140730-0ubuntu1 (20742e4)

2014-07-30 Marcus Tomlinson

        * Renamed "slots" to "slot_list" in signal.h as to avoid clashing
          with the "slots" Qt keyword.
          Fixes: 1329743 Approved by:
          PS Jenkins bot, Thomas Voß (a5dfa64)

2014-06-13 Marcus Tomlinson

        * Renamed "slots" to "slot_list" in signal.h as to avoid clashing
          with the "slots" Qt keyword. (597d889)

2014-02-20 CI bot

        * Releasing 0.0.1+14.04.20140220-0ubuntu1 (b0be235)

2014-02-20 thomas-voss

        * Allow for dispatching setting and getting to functors. (4763212)

2014-02-19 thomas-voss

        * Add documentation and test-cases for dispatched get and set
          operations. (6178b84)

2014-02-13 thomas-voss

        * Allow for dispatching setting and getting to functors. (1dd9561)

2014-01-21 Automatic PS uploader

        * Releasing 0.0.1+14.04.20140121-0ubuntu1 (revision 12 from
          lp:properties-cpp). (5a74f62)
        * Releasing 0.0.1+14.04.20140121-0ubuntu1, based on r12 (01bc75e)

2014-01-21 Łukasz 'sil2100' Zemczak

        * Let's get rid of lcov as a build-dep. (8a6c1b6)

2014-01-17 Łukasz 'sil2100' Zemczak

        * Let's get rid of lcov as a build-dep (74e8a15)

2014-01-14 thomas-voss

        * Refactor to rely on default move-operator for core::Connection.
          Enable property chaining. Make sure that an abandoned
          connection safely accesses its private member. Make
          ScopedConnection a movable type. (2f15b6f)

2014-01-10 Automatic PS uploader

        * Releasing 0.0.1+14.04.20140110-0ubuntu1 (revision 9 from
          lp:properties-cpp). (1889c00)
        * Releasing 0.0.1+14.04.20140110-0ubuntu1, based on r9 (2941d51)

2014-01-01 thomas-voss

        * Refactor to rely on default move-operator for core::Connection.
          (720d06f)
        * Enable property chaining. (663a5f1)

2013-12-31 thomas-voss

        * Make sure that an abandoned connection safely accesses its private
          member. (1f43d75)
        * Make ScopedConnection a movable type. (09977c8)

2013-12-16 Automatic PS uploader

        * Releasing 0.0.1+14.04.20131216-0ubuntu1 (revision 8 from
          lp:properties-cpp). (b5bfed0)
        * Releasing 0.0.1+14.04.20131216-0ubuntu1, based on r8 (00db07a)

2013-12-13 thomas-voss

        * Removed license statements from build files. (5903ff1)
        * Removed license statements from build files. (db457a9)

2013-12-12 thomas-voss

        * Merged lp:~thomas-voss/properties-cpp/fix-pkgconfig-include-path.
          (e2fbc0c)
        * Fix include path in pkgconfig. (0d74748)

2013-12-11 Timo Jyrinki

        * s/process-cpp/properties-cpp/ and expanding descriptions. (475a95e)

2013-12-10 Timo Jyrinki

        * s/process-cpp/properties-cpp/ and expanding descriptions. (ac6ecd9)

2013-12-09 thomas-voss

        * Merged lp:~thomas-voss/properties-cpp/adjust-namespace-to-core.
          (9d73775)

2013-11-28 thomas-voss

        * Adjust namespaces in documentation. (39f2993)
        * Adjust namespace to core. (0dba9d9)
        * Merged lp:~thomas-voss/properties-cpp/cleanup. (9791dfc)

2013-11-27 thomas-voss

        * Adjusted the introductory code example to always drain the event
          queue. Added a test to make sure that a signal resets all
          registered slots on destruction. Documented the usage of a
          shared private state. (397a612)

2013-11-13 thomas-voss

        * Add a README.md. Add a COPYING file. (2fd70f3)
        * Add packaging setup. (638bc9a)
        * Initial commit. (e20b9f9)