Alexander Alekhin
|
c920b45fb8
|
core(persistence): fix resource leaks - force closing files
backporting commit 673eb2b006
|
2020-03-25 10:49:16 +00:00 |
|
tompollok
|
2da56d5af6
|
refactoring catching all exceptions as const ref
|
2018-11-08 19:59:47 +03:00 |
|
luz.paz
|
2003eb1b9b
|
Misc. typos
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
|
2018-07-31 18:44:23 +03:00 |
|
LaurentBerger
|
03eb463f1c
|
Solves #11156 (#11160)
* Solves #11156
* Check file size for all file format. Disable APPEND if file is empty
* Add test for APPEND mode
|
2018-03-28 15:35:38 +03:00 |
|
luz.paz
|
5718d09e39
|
Misc. modules/ typos
Found via `codespell`
|
2018-02-12 07:09:43 -05:00 |
|
Maksim Shabunin
|
e225850cc6
|
Split persistence.cpp into smaller pieces (#10788)
* Extracted base64 persistence functionality
* Extracted YML persistence functionality
* Extracted JSON persistence functionality
* Extracted XML persistence functionality
* Extracted public C and C++ interfaces implementation in persistence
* Persistence: cleanup and fixes
* fixup! Persistence: cleanup and fixes
|
2018-02-06 11:59:32 +03:00 |
|