wmayer
|
8f4da8ba86
|
zipios++: [skip ci] apply bugfix on ZipLocalEntry::trailingDataDescriptor() from upstream
|
2021-01-13 13:22:07 +01:00 |
|
wmayer
|
300e887480
|
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
|
b858757bb2
|
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
|
8048f93627
|
Cleanup in doxygen stuff
|
2019-07-15 23:20:52 -03:00 |
|
wmayer
|
4e42e42957
|
PVS: Not all members of a class are initialized inside the constructor
|
2019-02-17 11:04:33 +01:00 |
|
wmayer
|
47f131b59e
|
fix bug in zipios::writeUint16
|
2018-12-27 13:17:40 +01:00 |
|
wmayer
|
b13f1562a3
|
handling of UTF-8 in zipios++ on Win32
|
2018-07-25 16:57:38 +02:00 |
|
wmayer
|
3daa4fe690
|
prepare zipios++ for unicode support
|
2017-11-05 19:37:42 +01:00 |
|
wmayer
|
3360573354
|
prepare zipios++ for unicode support
|
2017-10-25 20:43:02 +02:00 |
|
wmayer
|
eda5d7ac6e
|
fix warning with msvc2013
|
2016-10-31 13:52:08 +01:00 |
|
Mateusz Skowroński
|
43a4a5938c
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
|
wmayer
|
5ef9039f5e
|
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 |
|