Commit Graph

30 Commits

Author SHA1 Message Date
Uwe
2c6e696c68 [Zipios] fix testing
- after #8807 testing was broken due to a linking error, the fix was proposed in https://github.com/FreeCAD/FreeCAD/pull/8807#issuecomment-1464295791

- the formatting changes were automatically done according to our current clang file
2023-03-11 10:29:55 +01:00
Andrew
61f9257034 remove unused dircoll.* files 2023-01-24 08:40:43 -07:00
mosfet80
21644f82aa Delete directory.h 2023-01-24 08:40:43 -07:00
mosfet80
07bbeb28c2 Delete directory.cpp 2023-01-24 08:40:43 -07:00
mosfet80
570250011b Delete basicentry.h 2023-01-24 08:40:43 -07:00
mosfet80
48dccfd004 Delete basicentry.cpp 2023-01-24 08:40:43 -07:00
wmayer
be686c3be5 zipios: [skip ci] fix Windows build failure 2022-09-07 17:21:32 +02:00
wmayer
5244d9663e zipios: [skip ci] remove deprecated header 2022-09-06 11:57:26 +02:00
wmayer
84ea2f10e6 zipios: Make local copy compatible with external package 2022-09-06 10:19:33 +02:00
wmayer
88ce83b68c zipios: unicode handling in ZipOutputStream 2022-08-31 17:05:31 +02:00
Uwe
b3ee50a749 [zipios] remove superfluous nullptr checks 2022-07-19 03:00:01 +02:00
Uwe
f217ff4174 [zipios] fix comment typos found by the spellchecker CI 2022-03-12 19:51:21 +01:00
wmayer
87f848a2c1 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
3a4100d656 zipios++: modernize C++11
* use nullptr
* replace deprecated headers
2022-01-26 21:54:52 +01:00
wmayer
e211b89cf8 port to MSYS2/clang 2021-09-19 19:49:44 +02:00
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