.. |
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
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Base64.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
BaseClass.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
BaseClass.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
BaseClassPy.xml
|
Don't show attribute 'Type' in call tips any more
|
2013-06-15 15:32:06 +02:00 |
BaseClassPyImp.cpp
|
Don't show attribute 'Type' in call tips any more
|
2013-06-15 15:32:06 +02:00 |
BoundBox.h
|
+ fix python documentation of BoundBox.getIntersectionPoint()
|
2011-10-11 10:27:07 +00:00 |
BoundBoxPy.xml
|
+ fix python documentation of BoundBox.getIntersectionPoint()
|
2011-10-11 10:27:07 +00:00 |
BoundBoxPyImp.cpp
|
fixes #0001422: Subclass Exception
|
2014-09-17 11:15:56 +02:00 |
Builder3D.cpp
|
+ extend Inventor builder, project curve on mesh
|
2015-04-22 17:15:49 +02:00 |
Builder3D.h
|
+ extend Inventor builder, project curve on mesh
|
2015-04-22 17:15:49 +02:00 |
CMakeLists.txt
|
Fix duplicate 'optimized' when using new libpack
|
2014-12-28 19:04:31 -08:00 |
Console.cpp
|
issue #1700 replace PyExc_Exception
|
2014-09-17 11:15:57 +02:00 |
Console.h
|
+ remove unneeded semicolons
|
2014-05-08 17:32:23 +02: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
|
+ Proper handling of sketch plane parallel to view direction
|
2014-09-27 15:53:21 +02:00 |
Exception.h
|
+ Proper handling of sketch plane parallel to view direction
|
2014-09-27 15:53:21 +02:00 |
Factory.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Factory.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
fdstream.hpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
FileInfo.cpp
|
+ fixes #0002075: Analysis of FreeCAD by PVS-Studio static analyzer
|
2015-05-01 16:56:31 +02:00 |
FileInfo.h
|
Make file read-only once assigned to a PropertyFileIncluded instance
|
2013-05-07 22:42:58 +02: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
|
+ fix flaws found with code analyzer tool
|
2014-05-07 13:09:44 +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
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Handle.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
InputSource.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
InputSource.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Interpreter.cpp
|
Added InterpreterSingleton::getValue(...) function.
|
2015-02-13 21:53:57 +01:00 |
Interpreter.h
|
Added InterpreterSingleton::getValue(...) function.
|
2015-02-13 21:53:57 +01: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
|
fixes #0001422: Subclass Exception
|
2014-09-17 11:15:56 +02:00 |
MemDebug.cpp
|
+ fixes #0002075: Analysis of FreeCAD by PVS-Studio static analyzer
|
2015-05-01 16:56:31 +02:00 |
MemDebug.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Observer.h
|
+ remove unneeded semicolons
|
2014-05-08 17:32:23 +02:00 |
Parameter.cpp
|
+ fix warnings with clang
|
2014-09-24 17:46:04 +02:00 |
Parameter.h
|
+ fix build problems with Python & MacOSX
|
2014-10-13 22:02:57 +02:00 |
ParameterPy.cpp
|
+ Implement repr() method of Python binding for ParameterGrp
|
2015-01-05 13:45:46 +01: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
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00: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
|
+ fixes #0001536: Feature.Placement.Rotation.isNull() touches the Feature
|
2014-05-08 18:52:08 +02:00 |
PlacementPyImp.cpp
|
fixes #0001422: Subclass Exception
|
2014-09-17 11:15:56 +02:00 |
PreCompiled.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
PreCompiled.h
|
+ utc time with timezone
|
2014-12-10 15:39:45 +01:00 |
PyExport.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
PyExport.h
|
Fixes for MacOSX
|
2012-10-26 12:59:43 +02:00 |
PyObjectBase.cpp
|
fixes #0001422: Subclass Exception
|
2014-09-17 11:15:56 +02:00 |
PyObjectBase.h
|
issue #1700 replace PyExc_Exception
|
2014-09-17 11:15:57 +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
|
Added Quantity::operator>(...).
|
2015-02-13 21:53:58 +01:00 |
Quantity.h
|
Added Quantity::operator>(...).
|
2015-02-13 21:53:58 +01:00 |
QuantityLexer.c
|
New parser c-files
|
2014-08-10 19:17:40 +02:00 |
QuantityParser.c
|
New parser c-files
|
2014-08-10 19:17:40 +02:00 |
QuantityParser.l
|
clean up number scanner in Units
|
2014-08-03 17:24:42 +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
|
bugfix in unit parser
|
2014-10-05 14:44:04 -03:00 |
Reader.cpp
|
+ fix build failure for zipios++ from Fedora
|
2015-04-29 10:31:10 +02:00 |
Reader.h
|
+ make XML parser more robust against unexpected structure
|
2015-04-11 13:11:12 +02:00 |
Rotation.cpp
|
+ fixes #0002075: Analysis of FreeCAD by PVS-Studio static analyzer
|
2015-05-01 16:56:31 +02:00 |
Rotation.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
RotationPy.xml
|
document the convention used for Euler angles (XY'Z'')
|
2015-03-21 13:29:32 +01:00 |
RotationPyImp.cpp
|
+ allow to modify placement via sub-attributes
|
2014-12-02 19:19:23 +01:00 |
Sequencer.cpp
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
Sequencer.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |
StackWalker.cpp
|
+ Add StackWalker to get log messages on crashes (MSVC only)
|
2014-09-03 11:48:34 +02:00 |
StackWalker.h
|
+ Add StackWalker to get log messages on crashes (MSVC only)
|
2014-09-03 11:48:34 +02:00 |
Stream.cpp
|
+ fix flaws found with code analyzer tool
|
2014-05-07 13:09:44 +02:00 |
Stream.h
|
Fixes for MacOSX
|
2012-10-28 15:05:28 +01: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
|
make the Qt::ISODate workaround obvious
|
2015-01-10 12:09:00 -02:00 |
TimeInfo.h
|
use ISO 8601 timestamps including timezone
|
2014-12-10 12:52:06 +01:00 |
Tools.cpp
|
+ fix compiler warning
|
2015-04-04 14:09:00 +02:00 |
Tools.h
|
issue #1027 use unicode filepaths
|
2014-10-11 13:32:06 +02:00 |
Tools2D.cpp
|
+ fix mesh trimming
|
2014-07-16 18:21:30 +02:00 |
Tools2D.h
|
+ add missing header to Tools2D.h
|
2014-10-02 11:40:39 +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
|
Add unti support to Sketcher
|
2013-12-15 22:47:47 +01:00 |
Unit.h
|
+ remove unneeded semicolons
|
2014-05-08 17:32:23 +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
|
bugfix in unit parser
|
2014-10-05 14:44:04 -03:00 |
UnitsApi.cpp
|
+ fix more compiler warnings
|
2014-08-27 13:26:44 +02: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
|
+ Better support of clang, fix issues discovered by clang
|
2014-05-05 18:25:59 +02:00 |
UnitsSchemaImperial1.cpp
|
New Unit-Schema ImperialDecimal
|
2014-04-15 18:25:00 +02:00 |
UnitsSchemaImperial1.h
|
New Unit-Schema ImperialDecimal
|
2014-04-15 18:25:00 +02:00 |
UnitsSchemaInternal.cpp
|
Base: Handle Unit::Stress tha same way as Unit::Pressure in UnitsSchema
|
2015-05-18 16:43:45 +01:00 |
UnitsSchemaInternal.h
|
new userString methode
|
2013-12-03 19:03:12 +01:00 |
UnitsSchemaMKS.cpp
|
Base: Handle Unit::Stress tha same way as Unit::Pressure in UnitsSchema
|
2015-05-18 16:43:45 +01:00 |
UnitsSchemaMKS.h
|
new userString methode
|
2013-12-03 19:03:12 +01:00 |
Uuid.cpp
|
Fix whitespace
|
2013-04-26 17:01:39 +02:00 |
Uuid.h
|
Add all base system changes from the Assembly branch
|
2013-02-10 20:02:33 +01:00 |
Vector3D.cpp
|
+ Better support of clang, fix issues discovered by clang
|
2014-05-05 18:25:59 +02:00 |
Vector3D.h
|
+ remove unneeded semicolons
|
2014-05-08 17:32:23 +02:00 |
VectorPy.xml
|
+ change doc string of Vector.projectPointToLine
|
2015-02-22 18:14:45 +01:00 |
VectorPyImp.cpp
|
fixes #0001422: Subclass Exception
|
2014-09-17 11:15:56 +02:00 |
ViewProj.h
|
+ remove unneeded semicolons
|
2014-05-08 17:32:23 +02:00 |
Writer.cpp
|
use 4 spaces to indent XML output
|
2014-12-10 01:33:51 +01:00 |
Writer.h
|
+ fix build failure for zipios++ from Fedora
|
2015-04-29 10:31:10 +02:00 |
XMLTools.cpp
|
+ fixes #0001794: new defined as a macro sometimes conflicts with boost
|
2014-10-22 12:39:43 +02:00 |
XMLTools.h
|
+ unify DLL export defines to namespace names
|
2011-10-10 13:44:52 +00:00 |