Thomas Krijnen
|
d9c4920d37
|
Conversion back from hdf to spf, standard profile only ftm
|
2017-10-11 16:15:27 +02:00 |
|
Thomas Krijnen
|
dcf331a78d
|
Correct instance lookup
|
2017-10-09 15:43:51 +02:00 |
|
Thomas Krijnen
|
09679050c2
|
Fix iso_10303_26_data_set_names
|
2017-10-09 14:57:14 +02:00 |
|
Thomas Krijnen
|
d13a7b613b
|
Work on padded and referenced profiles
|
2017-10-09 13:58:29 +02:00 |
|
Thomas Krijnen
|
61fba3f406
|
Work on padded profile
|
2017-09-24 13:48:16 +02:00 |
|
Thomas Krijnen
|
b8001ea05d
|
Refactor
|
2017-09-20 17:08:11 +02:00 |
|
Thomas Krijnen
|
4163f817a6
|
Update win build script and cmake for HDF5 library
|
2017-08-18 15:29:05 +02:00 |
|
aothms
|
2a0471ec27
|
Add support for storing aggregate values in separate datasets
|
2016-02-24 11:26:47 +01:00 |
|
aothms
|
418b78cdd5
|
Fix wrapper code
|
2016-02-24 11:26:15 +01:00 |
|
aothms
|
c1c738390f
|
Add support for aggregate of bool
|
2016-02-24 11:25:45 +01:00 |
|
aothms
|
766d45e0cb
|
Add missing include
|
2016-02-19 14:25:56 +01:00 |
|
aothms
|
df88474bc5
|
Merge remote-tracking branch 'origin/master' into hdf5
Conflicts:
src/ifcexpressparser/bootstrap.py
src/ifcexpressparser/templates.py
src/ifcgeom/IfcGeomFaces.cpp
src/ifcgeom/IfcGeomFunctions.cpp
src/ifcgeom/IfcGeomIterator.h
src/ifcgeom/IfcGeomWires.cpp
src/ifcparse/Ifc2x3.h
src/ifcparse/Ifc4.h
src/ifcparse/IfcLateBoundEntity.cpp
src/ifcparse/IfcParse.cpp
src/ifcparse/IfcUtil.h
|
2016-02-19 14:19:57 +01:00 |
|
aothms
|
481515f5ae
|
Add missing include
|
2016-02-18 16:57:22 +01:00 |
|
Thomas Krijnen
|
a33f5b6e17
|
Merge pull request #31 from aothms/cmake_compile_schema
Add option to compile (external) schema by cmake + general improvements
|
2016-02-18 15:43:52 +01:00 |
|
aothms
|
da0af77570
|
Compatibility for older versions of cmake, python, open cascade, boost
|
2016-02-18 13:17:15 +01:00 |
|
aothms
|
a6094f50b9
|
Let CMake find python interpreter for schema compilation and installation dir
Remove unused compiled schema in cpp installation target
|
2016-02-17 12:03:38 +01:00 |
|
aothms
|
c3f1b41860
|
Fix https://github.com/IfcOpenShell/IfcOpenShell/issues/30
|
2016-02-15 17:59:31 +01:00 |
|
aothms
|
4122759f1a
|
Add option to compile (external) schema by cmake
|
2016-02-15 16:59:47 +01:00 |
|
Thomas Krijnen
|
a583339492
|
Merge pull request #29 from Tridify/win_build_script_improvements
Windows build script improvements
|
2016-02-15 16:14:51 +01:00 |
|
Stinkfist0
|
c575352d20
|
~IfcCharacterDecoder: call ucnv_flushCache() to fix two ICU mem leaks.
|
2016-02-07 23:01:34 +02:00 |
|
Stinkfist0
|
2f8fa3282b
|
Fix mem leak in IfcSpfStream (not closed upon destruction), make Entity's dtor virtual.
|
2016-02-07 22:45:42 +02:00 |
|
Stinkfist0
|
993e322a8e
|
Fix memory leakage from IfcSpfHeader
|
2016-02-07 13:14:14 +02:00 |
|
Stinkfist0
|
61ccd8a7cf
|
VLD, not VLC...
|
2016-02-07 12:28:05 +02:00 |
|
Stinkfist0
|
450baf224f
|
Remove accidentally committed lines
|
2016-02-07 00:51:10 +02:00 |
|
Stinkfist0
|
cde1c5f2ee
|
Add build option for using Visual Leak Detector for debugging memory leaks. Initial report:
- IfcConvert (no arguments): 2 leaks (140 bytes) (from OCE)
- IfcConvert (acad2010_objects.ifc): 47 memory leaks (6,158 bytes)
- IfcGeomServer: 2 leaks (from OCE)
- IfcOpenHouse: 11,952 leaks (1,169,658 bytes)!
- IfcParseExamples (acad2010_objects.ifc): 40 memory leaks (4,564 bytes)
|
2016-02-07 00:30:08 +02:00 |
|
Stinkfist0
|
f191b1fdd2
|
Fix warning regarding shadowing variable names.
|
2016-02-03 22:34:50 +02:00 |
|
aothms
|
f4d58b3969
|
Fix for IfcAdvancedFace when compiling for 2x3
|
2016-02-01 14:58:42 +01:00 |
|
aothms
|
76a3146b70
|
Fix one statement deleted too much in https://github.com/IfcOpenShell/IfcOpenShell/commit/f3af39546be9ecd485737ff0954cfb92807fca1d
|
2016-01-29 15:25:18 +01:00 |
|
aothms
|
fe70acb541
|
Fix https://github.com/IfcOpenShell/IfcOpenShell/issues/26
|
2016-01-26 16:45:39 +01:00 |
|
aothms
|
5270710fc2
|
Use vanilla C arrays instead of std::tr::array
Fixes https://github.com/IfcOpenShell/IfcOpenShell/issues/17
|
2016-01-25 14:44:35 +01:00 |
|
aothms
|
ed8cc620ea
|
Use boost::shared_ptr
Fixes https://github.com/IfcOpenShell/IfcOpenShell/issues/17
|
2016-01-25 14:42:41 +01:00 |
|
aothms
|
9b13ed3f38
|
Emit more debug information when failing to join curve segments
|
2016-01-25 14:25:24 +01:00 |
|
aothms
|
801c7da40f
|
Use multiple argument boolean operands for IfcOpeningElement subtractions
|
2016-01-25 13:30:33 +01:00 |
|
aothms
|
4be7da1a43
|
Use fuzzy boolean subtraction if available
Remove collinear points from polygonal halfspace boundary
Lookup styled items on boolean operation operands
Fixes https://github.com/IfcOpenShell/IfcOpenShell/issues/6
Fixes https://sourceforge.net/p/ifcopenshell/discussion/1782717/thread/a7f99e41/?limit=25#5c36
|
2016-01-22 17:27:28 +01:00 |
|
aothms
|
973fa9ccb5
|
Fixes for sequences of extended control directives
|
2016-01-08 09:17:49 +01:00 |
|
aothms
|
0d42a293ad
|
Add license header to occ_utils
|
2016-01-08 08:38:21 +01:00 |
|
aothms
|
6716423a68
|
Sort instances on name rather than on std::map occurrence. Add chunk-size command line argument.
|
2016-01-08 06:35:53 +01:00 |
|
aothms
|
fe699e0a81
|
Fix python module import
|
2015-12-21 11:47:38 +01:00 |
|
aothms
|
4eee9a1936
|
Merge remote-tracking branch 'official/master'
Conflicts:
src/ifcconvert/IfcConvert.cpp
src/ifcgeom/IfcGeomIterator.h
|
2015-12-21 11:36:23 +01:00 |
|
aothms
|
b243572d23
|
Don't fail on opening elements lacking representation or placement
|
2015-12-05 17:14:10 +01:00 |
|
aothms
|
a2d91f9331
|
Fix compilation error reported by bezumenez
|
2015-12-04 11:56:54 +01:00 |
|
aothms
|
0301e2fb1b
|
Emit an error message on extrusions with negative height or under model precision
|
2015-12-02 10:17:59 +01:00 |
|
aothms
|
e62ce005dc
|
Work on unit issues with step and iges files
|
2015-12-01 11:14:50 +01:00 |
|
aothms
|
b6e2d78bfa
|
Catch syntax errors during iterator initialization
|
2015-11-30 23:41:27 +01:00 |
|
aothms
|
bf292cccd0
|
Precision fixes
|
2015-11-30 22:59:21 +01:00 |
|
aothms
|
83c4b6a642
|
More serialization options for HDF5
|
2015-11-30 22:34:48 +01:00 |
|
Stinkfist0
|
2dc5cd44b7
|
Enable warning C4100 ("'identifier' : unreferenced formal parameter") and fix warnings.
|
2015-11-23 15:52:12 +02:00 |
|
Stinkfist0
|
16a82f035f
|
templates.py: disable C4100 warnings for headers created by this file + move <map> inclusion to .cpp as it's not needed in .h + use spaces instead of tabs consistently for these files as seems to be the convention.
|
2015-11-22 02:26:28 +02:00 |
|
Stinkfist0
|
a13042f227
|
Fix warnings: unused variables, shadowing variable names, constant conditional expressions, integer conversions, inability to generate copy-ctor and/or assignment operator, etc.
|
2015-11-21 23:05:28 +02:00 |
|
aothms
|
ac8cf298fa
|
Commit override types for efficiency
|
2015-11-16 10:37:02 +01:00 |
|