.. |
Axis.cpp
|
+ fix a bug in the Axis class
|
2011-12-21 22:40:26 +00:00 |
Axis.h
|
+ remove unneeded semicolons
|
2014-05-08 17:32:23 +02:00 |
AxisPy.xml
|
+ add Axis class to Base
|
2011-12-10 14:36:26 +00:00 |
AxisPyImp.cpp
|
fixes #0001422: Subclass Exception
|
2014-09-17 11:15:56 +02:00 |
Base64.cpp
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
Base64.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
BaseClass.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
BaseClass.h
|
Added Base::freecad_dynamic_cast(...)
|
2015-09-21 14:50:59 +02:00 |
BaseClassPy.xml
|
Don't show attribute 'Type' in call tips any more
|
2013-06-15 15:32:06 +02:00 |
BaseClassPyImp.cpp
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
BoundBox.h
|
+ rename methods in Vector3 class
|
2016-07-30 15:14:47 +02:00 |
BoundBoxPy.xml
|
+ rework BoundingBox class and its Python binding
|
2015-10-11 00:18:53 +02:00 |
BoundBoxPyImp.cpp
|
+ rework BoundingBox class and its Python binding
|
2015-10-11 00:18:53 +02:00 |
Builder3D.cpp
|
+ extend InventorBuilder to add an SoPolygonOffset node
|
2016-07-30 14:20:00 +02:00 |
Builder3D.h
|
+ extend InventorBuilder to add an SoPolygonOffset node
|
2016-07-30 14:20:00 +02:00 |
CMakeLists.txt
|
Added new units schema: Building Euro (everything in centimeters, areas/volumes in meters)
|
2016-05-25 19:10:48 -03:00 |
Console.cpp
|
+ Prefer prefix ++/-- operators for non-primitive types
|
2015-10-07 13:38:17 +02:00 |
Console.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
CoordinateSystem.cpp
|
+ Add class CoordinateSystem and use it to compute placement of plane from fit
|
2014-07-29 23:01:29 +02:00 |
CoordinateSystem.h
|
+ Add class CoordinateSystem and use it to compute placement of plane from fit
|
2014-07-29 23:01:29 +02:00 |
core-base.dox
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Debugger.cpp
|
Add utility class to better debug algorithms
|
2012-08-11 15:09:08 +02:00 |
Debugger.h
|
Add utility class to better debug algorithms
|
2012-08-11 15:09:08 +02:00 |
Exception.cpp
|
+ fix possible crash when throw file exception
|
2016-06-11 16:25:06 +02:00 |
Exception.h
|
basic infrastructure
|
2016-04-12 18:11:46 +02:00 |
Factory.cpp
|
+ Prefer prefix ++/-- operators for non-primitive types
|
2015-10-06 21:16:44 +02:00 |
Factory.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
fdstream.hpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
FileInfo.cpp
|
+ if getcwd fails then use '.'
|
2016-05-11 09:24:29 +02:00 |
FileInfo.h
|
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
|
2016-01-05 16:43:33 +01:00 |
FileTemplate.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
FileTemplate.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
FutureWatcherProgress.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
FutureWatcherProgress.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
GeometryPyCXX.cpp
|
support any sequence type in init method of Vector class
|
2016-07-27 09:23:20 +02:00 |
GeometryPyCXX.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
gzstream.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
gzstream.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Handle.cpp
|
+ issue #0002468: freecad-0.15.4671/src/Base/Handle.cpp:61: bad test ?
|
2016-03-09 22:13:05 +01:00 |
Handle.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
InputSource.cpp
|
+ fixes #0002126: Fails to load .FCStd file which contains many MultiByte-Char strings
|
2015-09-20 12:29:05 +02:00 |
InputSource.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
Interpreter.cpp
|
+ unify method names
|
2016-05-18 23:43:58 +02:00 |
Interpreter.h
|
+ unify method names
|
2016-05-18 23:43:58 +02:00 |
Matrix.cpp
|
+ fixes: #0002109: Matrix4D - add missing constructor body
|
2015-05-19 20:10:48 +02:00 |
Matrix.h
|
Refactored PropertyEnumeration
|
2015-04-24 23:33:33 +02:00 |
MatrixPy.xml
|
Make Python API more pythonic
|
2013-10-09 21:16:04 +02:00 |
MatrixPyImp.cpp
|
Fix element A41 in 4x4 Matrix class
|
2015-12-10 17:35:54 +01:00 |
MemDebug.cpp
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
MemDebug.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
Observer.h
|
+ Prefer prefix ++/-- operators for non-primitive types
|
2015-10-07 14:29:49 +02:00 |
Parameter.cpp
|
+ add new class ParameterSerializer to load and save parameter files
|
2016-04-29 17:43:07 +02:00 |
Parameter.h
|
+ add new class ParameterSerializer to load and save parameter files
|
2016-04-29 17:43:07 +02:00 |
ParameterPy.cpp
|
Fixed non dereferenced py pointer in ParameterPy
|
2016-02-01 13:34:37 -02:00 |
Parser.bat
|
first finished implementation of Quantity parser
|
2013-09-24 11:00:51 +02:00 |
Parser.sh
|
Some fixes in unit system
|
2013-12-08 19:48:13 +01:00 |
Persistence.cpp
|
Add SchemaVersion to RestoreDocFile to distinquish double from float binary
|
2013-09-24 11:01:09 +02:00 |
Persistence.h
|
+ Fix typo
|
2013-12-30 12:57:08 +01:00 |
PersistencePy.xml
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
PersistencePyImp.cpp
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
Placement.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Placement.h
|
+ remove unneeded semicolons
|
2014-05-08 17:32:23 +02:00 |
PlacementPy.xml
|
+ implement rich compare protocol of Python interface for Placement & Rotation
|
2016-05-18 11:26:27 +02:00 |
PlacementPyImp.cpp
|
+ implement rich compare protocol of Python interface for Placement & Rotation
|
2016-05-18 11:26:27 +02:00 |
PreCompiled.cpp
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
PreCompiled.h
|
+ rework BoundingBox class and its Python binding
|
2015-10-11 00:18:53 +02:00 |
PyExport.cpp
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
PyExport.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
PyObjectBase.cpp
|
+ replace old C casts with static_cast in generated C++ code, remove unused parent structure of Python classes, support of -1 as return value of setCustomAttributes
|
2015-09-27 22:08:08 +02:00 |
PyObjectBase.h
|
+ replace old C casts with static_cast in generated C++ code, remove unused parent structure of Python classes, support of -1 as return value of setCustomAttributes
|
2015-09-27 22:08:08 +02:00 |
PyTools.c
|
Fix some cppcheck reports:
|
2015-01-06 11:37:44 +01:00 |
PyTools.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Quantity.cpp
|
Quantity: Added -= and += operators.
|
2016-04-02 12:01:04 +02:00 |
Quantity.h
|
Quantity: Added -= and += operators.
|
2016-04-02 12:01:04 +02:00 |
QuantityLexer.c
|
Bug fix for ID#0002453
|
2016-05-20 10:05:18 +02:00 |
QuantityParser.c
|
Bug fix for ID#0002453
|
2016-05-20 10:05:18 +02:00 |
QuantityParser.h
|
Bug fix for ID#0002453
|
2016-05-20 10:05:18 +02:00 |
QuantityParser.l
|
Bug fix for ID#0002453
|
2016-05-20 10:05:18 +02:00 |
QuantityParser.y
|
Merge branch 'refs/heads/negative_sign_problem-2'
|
2014-08-10 19:12:39 +02:00 |
QuantityPy.xml
|
+ fixes #0001696: Quantity.getValueAs('rad') touches the Property
|
2014-08-18 13:30:14 +02:00 |
QuantityPyImp.cpp
|
+ fixes #0002554: Py Quantity Constructor Angles
|
2016-05-14 19:30:43 +02:00 |
Reader.cpp
|
Fix compile error after rebase
|
2016-04-12 18:11:49 +02:00 |
Reader.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
Rotation.cpp
|
+ fix == operator of Rotation class, + add method isSame()
|
2016-05-18 18:08:40 +02:00 |
Rotation.h
|
+ fix == operator of Rotation class, + add method isSame()
|
2016-05-18 18:08:40 +02:00 |
RotationPy.xml
|
+ fix == operator of Rotation class, + add method isSame()
|
2016-05-18 18:08:40 +02:00 |
RotationPyImp.cpp
|
+ fix == operator of Rotation class, + add method isSame()
|
2016-05-18 18:08:40 +02:00 |
Sequencer.cpp
|
+ move handwritten Python classes to PyCXX
|
2016-01-27 18:07:48 +01:00 |
Sequencer.h
|
+ fix clang warnings, fix wrong characters
|
2015-10-05 17:59:19 +02:00 |
StackWalker.cpp
|
+ fix clang warnings, fix wrong characters
|
2015-10-05 17:59:19 +02:00 |
StackWalker.h
|
+ Add StackWalker to get log messages on crashes (MSVC only)
|
2014-09-03 11:48:34 +02:00 |
Stream.cpp
|
+ support of seek operation on PyStreambuf
|
2016-06-14 13:59:02 +02:00 |
Stream.h
|
+ support of seek operation on PyStreambuf
|
2016-06-14 13:59:02 +02:00 |
Swap.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Swap.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun_1.3.25.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun_1.3.25.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun_1.3.33.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun_1.3.33.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun_1.3.36.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun_1.3.36.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun_1.3.38.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun_1.3.38.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun_1.3.40.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun_1.3.40.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
swigpyrun.inl
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
TimeInfo.cpp
|
BSD Porting fixes, conditional compilation and use of gettimeofday()
|
2016-05-15 12:08:43 +02:00 |
TimeInfo.h
|
BSD Porting fixes, conditional compilation and use of gettimeofday()
|
2016-05-15 12:08:43 +02:00 |
Tools.cpp
|
implement method to convert escaped unicode to utf-8 encoded string
|
2016-07-24 16:14:40 +02:00 |
Tools.h
|
implement method to convert escaped unicode to utf-8 encoded string
|
2016-07-24 16:14:40 +02:00 |
Tools2D.cpp
|
+ rename methods in Vector3 class
|
2016-07-30 15:14:47 +02:00 |
Tools2D.h
|
+ rename methods in Vector3 class
|
2016-07-30 15:14:47 +02:00 |
Type.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Type.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Unit.cpp
|
whitespace improvements
|
2016-08-04 17:45:04 +02:00 |
Unit.h
|
whitespace improvements
|
2016-08-04 17:45:04 +02:00 |
UnitPy.xml
|
some fixes and comparison interface for Unit and Quantity python objects
|
2013-12-06 00:06:58 +01:00 |
UnitPyImp.cpp
|
improve whitespaces
|
2016-07-17 12:46:46 +02:00 |
UnitsApi.cpp
|
Added new units schema: US building (feet + inches + fraction)
|
2016-05-26 20:37:53 -03:00 |
UnitsApi.h
|
+ fix build problems with Python & MacOSX
|
2014-10-13 22:02:57 +02:00 |
UnitsApiPy.cpp
|
+ fixes #0001816: parseQuantity returns garbage
|
2014-11-04 14:51:19 +01:00 |
UnitsSchema.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
UnitsSchema.h
|
improve whitespaces, fix typos
|
2016-08-05 10:00:12 +02:00 |
UnitsSchemaCentimeters.cpp
|
improve whitespaces, fix typos
|
2016-08-05 10:00:12 +02:00 |
UnitsSchemaCentimeters.h
|
Added new units schema: Building Euro (everything in centimeters, areas/volumes in meters)
|
2016-05-25 19:10:48 -03:00 |
UnitsSchemaImperial1.cpp
|
improve whitespaces, fix typos
|
2016-08-05 10:00:12 +02:00 |
UnitsSchemaImperial1.h
|
improve whitespaces, fix typos
|
2016-08-05 10:00:12 +02:00 |
UnitsSchemaInternal.cpp
|
improve whitespaces, fix typos
|
2016-08-05 10:00:12 +02:00 |
UnitsSchemaInternal.h
|
improve whitespaces, fix typos
|
2016-08-05 10:00:12 +02:00 |
UnitsSchemaMKS.cpp
|
improve whitespaces, fix typos
|
2016-08-05 10:00:12 +02:00 |
UnitsSchemaMKS.h
|
improve whitespaces, fix typos
|
2016-08-05 10:00:12 +02:00 |
Uuid.cpp
|
Fixed build error on Ubuntu
|
2016-04-12 18:11:47 +02:00 |
Uuid.h
|
switch PartDesign to Bodies
|
2016-04-12 18:11:45 +02:00 |
Vector3D.cpp
|
+ rename methods in Vector3 class
|
2016-07-30 15:14:47 +02:00 |
Vector3D.h
|
+ rename methods in Vector3 class
|
2016-07-30 15:14:47 +02:00 |
VectorPy.xml
|
+ change doc string of Vector.projectPointToLine
|
2015-02-22 18:14:45 +01:00 |
VectorPyImp.cpp
|
+ rename methods in Vector3 class
|
2016-07-30 15:14:47 +02:00 |
ViewProj.h
|
+ remove unneeded semicolons
|
2014-05-08 17:32:23 +02:00 |
Writer.cpp
|
+ fixes #0001237: the project file is not saved when the /tmp directory is full, but the user is not aware of it
|
2015-09-19 18:59:22 +02:00 |
Writer.h
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
XMLTools.cpp
|
+ terminate xerces at program exit
|
2016-03-09 15:52:42 +01:00 |
XMLTools.h
|
+ terminate xerces at program exit
|
2016-03-09 15:52:42 +01:00 |