| #
441693eb
|
| 09-Nov-2017 |
Damjan Jovanovic <damjan@apache.org> |
#127044# - Defects in the code
Commit fixes for sub-issues 1, 2, 5, 9 and 10.
Found by: AppChecker <appchecker at cnpo.ru> Patch by: me
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
#127044# - Defects in the code
Commit fixes for sub-issues 1, 2, 5, 9 and 10.
Found by: AppChecker <appchecker at cnpo.ru> Patch by: me
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814705 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit f1d3244ef953db9afc1728bb7d37a8d1a9c2d8bc)
show more ...
|
| #
7f80ef06
|
| 12-Dec-2013 |
Herbert Dürr <hdu@apache.org> |
#i122208# replace the binaryurp cache for improved C++ compatibility
The C++ standards allows that the instantiation of incomplete types fails. The Map::iterator in binaryurp Cache's Entry members h
#i122208# replace the binaryurp cache for improved C++ compatibility
The C++ standards allows that the instantiation of incomplete types fails. The Map::iterator in binaryurp Cache's Entry members had this problem. This rewrite makes the code work with all compliant C++ compilers/STLs such as clang/libc++. A Cache variant using an unordered_map is also provided and may be faster. An interesting alternative would be to use boost's multi_index_container.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1550375 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|