wmayer
|
cad0d01883
|
Base: modernize C++11
* remove redundant void-arg
* use nullptr
* replace deprecated headers
|
2022-01-25 20:21:30 +01:00 |
|
luz paz
|
01b21e0d06
|
Base: Fix header uniformity, whitespace, and doxygen
[skip ci]
|
2020-11-22 18:12:16 +01:00 |
|
luz.paz
|
011e5aedfa
|
src/Base: [skip ci] fix header uniformity
This PR fixes header uniformity across all `src/Base` files
|
2019-12-25 11:38:58 +01: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 |
|
wmayer
|
af86618b9e
|
adjust fix for BSD for time info from commit 2665a5d
|
2016-08-12 14:03:16 +02:00 |
|
David Pello
|
21ffb0305f
|
BSD Porting fixes, conditional compilation and use of gettimeofday()
|
2016-05-15 12:08:43 +02:00 |
|
Sebastian Hoogen
|
5c9e911a12
|
use ISO 8601 timestamps including timezone
for creation and last changed properties
|
2014-12-10 12:52:06 +01:00 |
|
wmayer
|
360a8c5a2d
|
0001085: TimeInfo: diffTimeF(): added default arg/0001084: TimeInfo: diffTimeF(): non-zero result for ident. time stamps
|
2013-04-07 14:34:47 +02:00 |
|
jriegel
|
0c8cfa92e5
|
Log in FemMesh view provider and some warnings fixed
|
2013-02-18 22:29:02 +01: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 |
|