Uwe
|
533bbfd5b7
|
[zipios] remove superfluous nullptr checks
|
2022-07-19 03:00:01 +02:00 |
|
Uwe
|
5989f9e138
|
[zipios] fix comment typos found by the spellchecker CI
|
2022-03-12 19:51:21 +01:00 |
|
wmayer
|
5edf2d5324
|
zipios++: Apply patch from https://sourceforge.net/p/zipios/news/2019/07/version-017-cve-/ (fixes #6453)
|
2022-03-11 08:10:26 +01:00 |
|
wmayer
|
f0f115cbf9
|
zipios++: modernize C++11
* use nullptr
* replace deprecated headers
|
2022-01-26 21:54:52 +01:00 |
|
wmayer
|
8cbd92d874
|
port to MSYS2/clang
|
2021-09-19 19:49:44 +02:00 |
|
wmayer
|
50f54a2f78
|
zipios++: [skip ci] apply bugfix on ZipLocalEntry::trailingDataDescriptor() from upstream
|
2021-01-13 13:22:07 +01:00 |
|
wmayer
|
be8634d05c
|
Handle clang 10 warnings:
+ fix -Wtautological-bitwise-compare
+ fix -Wimplicit-int-float-conversion
+ fix -Wmisleading-indentation
+ fix -Wrange-loop-construct
+ suppress -Wdeprecated-copy of 3rd party libs
|
2020-05-25 15:34:43 +02:00 |
|
howetuft
|
3e5d3460c7
|
Fix -Wdeprecated-copy warnings (rule of 5/3/0)
Fix -Wdeprecated-copy warnings in various places. Consists in enforcing
rule of five/three/zero (https://en.cppreference.com/w/cpp/language/rule_of_three)
mainly by deleting redundant copy constructors or copy assignment operators
that replicate default constructors/operators, or more rarely by adding
missing copy/move constructors/operators.
See also https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c20-if-you-can-avoid-defining-default-operations-do
|
2019-10-20 17:02:17 +02:00 |
|
Yorik van Havre
|
a6334a4bfd
|
Cleanup in doxygen stuff
|
2019-07-15 23:20:52 -03:00 |
|
wmayer
|
10a34e19e2
|
PVS: Not all members of a class are initialized inside the constructor
|
2019-02-17 11:04:33 +01:00 |
|
wmayer
|
7387ec68c8
|
fix bug in zipios::writeUint16
|
2018-12-27 13:17:40 +01:00 |
|
wmayer
|
bb1dbd720a
|
handling of UTF-8 in zipios++ on Win32
|
2018-07-25 16:57:38 +02:00 |
|
wmayer
|
5165cd5e1e
|
prepare zipios++ for unicode support
|
2017-11-05 19:37:42 +01:00 |
|
wmayer
|
6a3e552657
|
prepare zipios++ for unicode support
|
2017-10-25 20:43:02 +02:00 |
|
wmayer
|
b19a6d8eb5
|
fix warning with msvc2013
|
2016-10-31 13:52:08 +01:00 |
|
Mateusz Skowroński
|
05f95c0506
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
|
wmayer
|
de63c22f87
|
zipios++: Remove -Wunused-result warnings.
|
2015-09-11 18:11:11 +02:00 |
|
wmayer
|
92233011a9
|
+ fix VS2010 build errors
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5324 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
|
2011-12-19 11:45:00 +00:00 |
|
wmayer
|
21042dd515
|
+ fix build errors with VS2010
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5122 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
|
2011-11-12 23:20:42 +00:00 |
|
wmayer
|
120ca87015
|
+ unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
|
2011-10-10 13:44:52 +00:00 |
|