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 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368
|
2024-01-28 Mike Gabriel
* Release 1.0.7 (HEAD -> main, tag: 1.0.7)
2024-01-02 Mike Gabriel
* Merge branch 'add/BUILD_SHARED_LIBRARY-support' into 'main'
(4b86fd9)
2024-01-01 OPNA2608
* data/libpersistent-cache-cpp.pc.in: Propagate leveldb dependency
only when needed (6204b65)
2023-11-28 OPNA2608
* Un-hardcode static linking (45cd84f)
2023-10-15 Mike Gabriel
* Release 1.0.6 (bd3a68d) (tag: 1.0.6)
2023-08-18 Mike Gabriel
* Merge branch 'personal/mariogrip/std14' into 'main' (b761fcf)
2023-07-26 Marius Gripsgard
* Bump cpp std version to 14 (fixes googletest 1.13.0) (81d77ec)
2022-11-06 Marius Gripsgard
* Merge branch 'main' into 'main' (ae7b4e4)
2022-08-21 Adrian Bunk
* persistent_string_cache_impl.h: #include <array> to fix FTBFS with
gcc 12 (3ed84ee)
2021-11-24 Marius Gripsgard
* Merge branch 'personal/peat-psuwit/start-build' into 'main'
(b93792f)
2021-11-24 Ratchanan Srirattanamet
* debian/control: correct the B-D of licensecheck (ff08f47)
* Add a Jenkinsfile to start building on CI (1caa2e4)
2021-11-22 Ratchanan Srirattanamet
* Merge branch 'personal/peat-psuwit/author-no-copyright' into
'master' (9afeae4)
2021-11-18 Ratchanan Srirattanamet
* tests/copyright: ignore AUTHOR (b567668)
2021-11-17 Ratchanan Srirattanamet
* Merge branch 'gberh-master-patch-19704' into 'master' (5e736aa)
2021-11-12 Guido Berhoerster
* Explicitly include boost/optional/optional_io.hpp (a590ffc)
2021-11-02 Ratchanan Srirattanamet
* Release 1.0.5 (9ae3109)
* Merge branch 'personal/peat-psuwit/skip-non-root-test' into
'master' (fa809bf)
2021-10-06 Dalton Durst
* Merge branch 'personal/peat-psuwit/gitignore-obj' into 'master'
(7938174)
2021-10-06 Ratchanan Srirattanamet
* tests: skip permission denied test if running as root
(4e2c06c)
Fixes:
https://gitlab.com/ubports/core/lib-cpp/persistent-cache-cpp/-/issues/1
2021-09-21 Ratchanan Srirattanamet
* Merge branch 'mr/fix-copyright-tests-on-some-occasions' into
'master' (225e19d)
* .gitignore: ignore obj-*, Debian build directory (36fc366)
2021-09-18 Mike Gabriel
* debian/control: Add to B-D: licensecheck. (8f59bf2)
* tests/copyright/check_copyright.sh: Ignore Git related and quilt
related directory/file structures. (e940fc8)
2021-07-19 Ratchanan Srirattanamet
* Merge branch 'mr/debian-control-libgtest-dev' into 'master'
(c9d6dc2)
2021-07-17 Mike Gabriel
* debian/control: Add B-D libgtest-dev. Fix FTBFS (No rule to make
target 'tests/core/gmock/libgmock_main.a', needed by
<test>...) on Debian 11 and above. (66b0628)
2020-07-12 Marius Gripsgard
* Fix gmock (57ccf1a)
* Import and clean (7bfd592)
2017-01-13 Michi Henning
* Merged trunk. (d253ac8)
* Merged lp:~michihenning/persistent-cache-cpp/merge-crossbuild
(0f719a7)
* Merged
lp:~pete-woods/persistent-cache-cpp/cmake-extras-compatibility
(b35dd0f)
2016-12-07 Pete Woods
* Compatibility with unversioned cmake-extras modules (812c87c)
2016-11-29 Michi Henning
* Updated CMakeLists.txt to work with gtest 1.8. Suppressed warnings
from gtests. (fcfb860)
2016-11-28 Michi Henning
* Replaced libgtest-dev with google-mock build test. (809464b)
* Moved GMock find_package one level down. (f1bdbb4)
* Fixed failing copyright test. (9fd3e00)
* Updated cmake files to work with gtest 1.8. Suppressed warnings
from gtest. (a98d164)
2016-07-25 Michi Henning
* Changed python dependency to python <!nocheck> for cross-builds.
(93487f1)
2016-07-21 Michi Henning
* Merged lp:~michihenning/persistent-cache-cpp/fix-cross-build:
Changed python dependency to python:any for cross-builds.
(c2cf024)
2016-07-20 Michi Henning
* Changed python dependency to python:any for cross-builds. (b528e8d)
2016-05-09 Michi Henning
* No-change commit to test Jenkins. (15817f3)
* No-change commit for Jenkins testing. (639b63c)
2016-05-06 Michi Henning
* Back-merge of 1.0.4+16.10.20160505.5-0ubuntu1 from trunk. (b42bb76)
* Back-merge of 1.0.4+16.10.20160505.5-0ubuntu1 from trunk. (d50fa68)
2016-05-05 CI Train Bot
* Releasing 1.0.4+16.10.20160505.5-0ubuntu1 (3863ce9)
2016-05-05 Michi Henning
* Fix for copyright test. (9b808c8)
* No-change rebuild to pick up -fPIE on amd64. (cf955a8)
* Merged fixes from devel. (0f9bb58)
* Fixed copyright test by adding new suppressions. (396535c)
* Added missing suppressions to copyright test. (fc456f3)
2016-01-19 Michi Henning
* Merge 1.0.4+16.04.20160117-0ubuntu1 from trunk after release.
(9e5100e)
2016-01-20 Michi Henning
* Merge trunk after release. (c266acf)
2016-01-17 CI Train Bot
* Releasing 1.0.4+16.04.20160117-0ubuntu1 (74dce9d)
2016-01-17 Michi Henning
* Fix for assertion failure in stats move constructor. Approved by:
Michi Henning (ad77992)
2016-01-18 Michi Henning
* Merged devel for silo landing. (955b434)
2016-01-16 Michi Henning
* Fixed assertion failure when move-constructing from internal stats
instance. (de65360)
* Work-around for broken licensecheck on xenial. (8a9659d)
2015-12-10 Michi Henning
* Merged dependent branch. (5385775)
* Add work-around for broken licensecheck on xenial. (351880a)
2015-12-09 Michi Henning
* Fixed typo in comment. (41edd95)
* Updated changelog. (4174faf)
* Fixed assertion failure when move-constructing from internal stats
instance. (d3cdf73)
2015-08-28 Michi Henning
* Merged 1.0.4+15.10.20150819.2-0ubuntu1 from trunk. (826653c)
* Merged 1.0.4+15.10.20150819.2-0ubuntu1 from trunk. (44e07f4)
2015-08-19 Michi Henning
* Fixed wrong performance claim due to insufficient number of
iterations. (51513ff)
2015-08-19 CI Train Bot
* Releasing 1.0.4+15.10.20150819.2-0ubuntu1 (5d4d4a4)
2015-08-19 Michi Henning
* Minor enhancements to cache. Suppressed a lintian warning, fixed
autopkg test dependency, and added run length averages to
stats. Approved by: PS Jenkins bot (9e40a20)
2015-08-20 Michi Henning
* Merged documentation fix. (1bd4764)
* Fixed changelog again. (c4b4c8d)
2015-08-19 Michi Henning
* Fixed changelog version and change micro version to match.
(08cc661)
* Landing branch devel -> trunk. (61afe12)
* Added average hit and miss run stats. (f6a886a)
* Merged devel and resolved conflict. Yet another try at getting rid
of the garbage in changelog. (fe5db4c)
* Simplified avg calculation (thanks James!) (50ed182)
* Added examples to the unit tests, so we can be sure they don't
break. (8d0d8b6)
* Merging trunk into devel after releasing 1.0.3. (80e7c0f)
* Added average hit and miss run stats. (470f47a)
2015-08-17 Michi Henning
* Fixed incorrect performance claim due to insufficient number of
iterations. (d274de1)
2015-08-10 Michi Henning
* Fixed whitespace in CMakeLists.txt (59ddde4)
2015-08-08 Michi Henning
* Added examples to the unit tests, so we can be sure they don't
break. (ef867fa)
* Merging trunk into devel after releasing 1.0.3. (cc69f34)
2015-08-07 CI Train Bot
* Releasing 1.0.3+15.10.20150807-0ubuntu1 (0aa341d)
2015-08-07 Michi Henning
* Merging fixes for autopkg test from devel. Approved by: Michi
Henning (3d7e1e4)
* Merging devel into trunk for landing. (d459715)
* Some more fixes for autopkg test. Passes under qemu now. (d516339)
* Now passed under adt-run. (fddbfdb)
* Disabled env vars in autopkg test. (1d6ce84)
* Fixed another dependency. More trace. (bfaadb2)
* Test needs to depend on libleveldb-dev. (8be4edd)
* Testing dependencies again. (c7ca6a8)
* More hackery for autopkg test. (18001d6)
* Trying pkg-config with absolute path. (2f32a2e)
* Added missing dependency to autopkg test. (c7d2e49)
* Added missing dependency to autopkg test. (e49a084)
* Merged devel. (4be954c)
* Suppressed lintian warning about doxygen's use of jquery.js.
(cd07eee)
2015-08-06 Michi Henning
* Suppressed lintian warning about doxygen's use of jquery.js.
(3796d7b)
* Merged trunk to get debian/changelog up to date. Remove noise in
changelog caused by bug in the packaging machinery.
(8644ad7)
* Added lintian suppression for doxygen's use of jquery.js. (a5ced02)
* Merged trunk and cleaned up messy changelog caused by bug in the
packaging machinery. (c5c6f5e)
2015-08-05 CI Train Bot
* Releasing 1.0.0+15.10.20150805-0ubuntu1 (c4c1d2b)
2015-08-05 Michi Henning
* Initial revision for landing. Approved by: PS Jenkins bot, James
Henstridge, Michi Henning (41522bd)
* Fixes for gcc 5 and new changelog entry for packaging. (7879748)
2015-07-29 Michi Henning
* Updated autopkg test for fixed pkg-config file. (277ca1a)
* Fixed missing lib in pkg-config. (57e6263)
* Added python3 to build deps. (ccc70e5)
* Added config for split building. (a5e58bd)
* Updated version number in changelog. (d3dded3)
* Fixed TODO. (f228eeb)
* Merged devel: Michi Henning 2015-07-29 Trying without -DLIBDIR
Michi Henning 2015-07-29 Added more missing deps. Michi
Henning 2015-07-29 Don't need click to build. Michi
Henning 2015-07-29 Added pkgconfig to deps. Michi
Henning 2015-07-29 [merge] pending merges: Michi Henning
2015-07-29 Added cmake to dependencies. (9a72508)
* Trying without -DLIBDIR (4f2d26f)
* Added more missing deps. (f0242f3)
* Don't need click to build. (1fbc2f4)
* Added pkgconfig to deps. (f5e6bc3)
* pending merges: Michi Henning 2015-07-28 [merge] Doc fix.
Michi Henning 2015-07-28 [merge] Merged devel: (f5542db)
* Added cmake to dependencies. (54945db)
* Added cmake to dependencies. (f2ea7cc)
2015-07-28 Michi Henning
* Doc fix. (2b438ff)
* Doc fix. (2d3ee93)
* Merged devel: More doc improvements. Fleshed out string cache
example. Doc improvements. (9d0e63e)
* More doc improvements. (13a8aea)
* Fleshed out string cache example. Doc improvements. (9c1a071)
2015-07-27 Michi Henning
* Minor fix to test script. (18ca89c)
* Enabled autopkgtest. (6f44258)
* Added autopkgtest. (1c62fff)
* Added examples directory. (0787ad5)
2015-07-24 Michi Henning
* Added cmake-extras to build deps. (d4aca03)
* Added pkgconfig support. (0388de2)
2015-07-23 Michi Henning
* Added doc package. (48aaa38)
* Fixed incorrect include file install dir. (234ca00)
* Bunch of debian adjustments. (37db4fb)
* Started on debian packaging. (27ac6e7)
* Removed build directory (checked in accidentally). (bf556ff)
2015-07-21 Michi Henning
* Initial version from thumbnailer, with one minor bug fix. (4d1b27d)
|