FreeCAD/src/Base
2014-09-03 11:48:34 +02:00
..
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 + add Axis class to Base 2011-12-10 14:36:26 +00: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 Fix critical warnings 2012-06-13 18:49:10 +02:00
Builder3D.cpp Make new method in Vector3 accesible from Python 2012-02-24 19:43:44 +01:00
Builder3D.h Make new method in Vector3 accesible from Python 2012-02-24 19:43:44 +01:00
CMakeLists.txt + Add StackWalker to get log messages on crashes (MSVC only) 2014-09-03 11:48:34 +02:00
Console.cpp flush stdout after reseting the console color 2014-08-18 13:11:16 +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 + in setPyObject() only use classes derived from Base::Exception 2013-07-05 15:29:04 +02:00
Exception.h + in setPyObject() only use classes derived from Base::Exception 2013-07-05 15:29:04 +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 + restore lost changes, improve whitspaces, suppress useless MSVC warnings 2014-08-28 12:37:42 +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 + cppcheck fixes 2013-09-20 21:00:45 +02:00
Interpreter.h Improve reporting of Python exceptions 2013-05-04 14:23:53 +02:00
Makefile.am + add Axis class to Base 2011-12-10 14:36:26 +00:00
Matrix.cpp + fixes #0001364: Issue 1256 is not actually fixed 2014-01-24 13:54:57 +01:00
Matrix.h + remove unneeded semicolons 2014-05-08 17:32:23 +02:00
MatrixPy.xml Make Python API more pythonic 2013-10-09 21:16:04 +02:00
MatrixPyImp.cpp + fixes #0001418: Base::Matrix4d can't invert rotoinversion 2014-02-17 16:42:28 +01:00
MemDebug.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00: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 + do not abort if user.cfg or system.cfg is empty 2014-08-31 16:10:45 +02:00
Parameter.h Allow to save/load XML to/from buffer 2013-04-26 17:05:40 +02:00
ParameterPy.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00: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 Added 0000650 - Placement.isNull() function 2012-03-28 10:39:10 -03:00
PreCompiled.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
PreCompiled.h Allow to save/load XML to/from buffer 2013-04-26 17:06:18 +02: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 + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
PyObjectBase.h + remove unneeded semicolons 2014-05-08 17:32:23 +02:00
PyTools.c 0000716: src/Tools/PyTools.c: strange assignment and a memory leak 2012-05-23 15:03:19 +02:00
PyTools.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
Quantity.cpp clean up number scanner in Units 2014-08-03 17:24:42 +02:00
Quantity.h + remove unneeded semicolons 2014-05-08 17:32:23 +02: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 + fixes #0001619: Python script generating 3D model works in V0.13, error in V0.14 2014-07-27 14:08:31 +02:00
Reader.cpp + Keep trailing digits when loading project file 2013-12-30 12:54:45 +01:00
Reader.h + Keep trailing digits when loading project file 2013-12-30 12:54:45 +01:00
Rotation.cpp + Replace floats with doubles 2014-02-26 16:27:28 +01:00
Rotation.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
RotationPy.xml + fixes #0001536: Feature.Placement.Rotation.isNull() touches the Feature 2014-05-08 18:52:08 +02:00
RotationPyImp.cpp 0001285: update doc 2013-10-23 17:22:07 +02: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 0001085: TimeInfo: diffTimeF(): added default arg/0001084: TimeInfo: diffTimeF(): non-zero result for ident. time stamps 2013-04-07 14:34:47 +02:00
TimeInfo.h 0001085: TimeInfo: diffTimeF(): added default arg/0001084: TimeInfo: diffTimeF(): non-zero result for ident. time stamps 2013-04-07 14:34:47 +02:00
Tools.cpp Add utility functions to convert between string/wstring 2013-04-26 17:07:18 +02:00
Tools.h Add utility functions to convert between string/wstring 2013-04-26 17:07:18 +02:00
Tools2D.cpp + fix mesh trimming 2014-07-16 18:21:30 +02:00
Tools2D.h + fix mesh trimming 2014-07-16 18:21:30 +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 + extend number protocol 2014-02-14 13:53:47 +01:00
UnitsApi.cpp + fix more compiler warnings 2014-08-27 13:26:44 +02:00
UnitsApi.h + fix more compiler warnings 2014-08-27 13:26:44 +02:00
UnitsApiPy.cpp Switching Quantity parser to UTF8 2013-12-09 23:50:52 +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 Using Locale delimiter 2014-02-10 21:25:53 +01:00
UnitsSchemaInternal.h new userString methode 2013-12-03 19:03:12 +01:00
UnitsSchemaMKS.cpp Added a couple of missing units in MKS schema 2014-08-04 19:16:10 -03: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 Exposed vector negative to python 2013-07-30 12:17:06 -03:00
VectorPyImp.cpp + extend number protocol 2014-02-14 13:53:47 +01:00
ViewProj.h + remove unneeded semicolons 2014-05-08 17:32:23 +02:00
Writer.cpp Support to write vector list and float lists in old format, fix issues in property editor, move back to float for curvature type 2013-03-30 12:32:53 +01:00
Writer.h + Fix typo 2013-12-30 12:57:08 +01:00
XMLTools.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
XMLTools.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00