Stinkfist0
|
4979deb111
|
CMakeLists.txt: Remove sources specific to an IFC release we are not using from the project
|
2016-02-09 15:51:18 +02: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
|
7b2197fa37
|
add /test/__pycache__ to ignore list
|
2016-02-07 00:31:29 +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
|
33772a4710
|
run-cmake.bat & build-all.cmd: fix cmake arguments parsing when arguments passed for the batch scripts
|
2016-02-06 18:48:18 +02:00 |
|
Stinkfist0
|
178c34fb22
|
README.md: document the supported IFC releases with links
|
2016-02-05 14:48:51 +02:00 |
|
Stinkfist0
|
17ecc43f78
|
vs-cfg.cmd: remove if-clause, an erroneous syntax print comes if this script is called when VS env vars not set but that's OK.
|
2016-02-04 11:46:53 +02:00 |
|
Stinkfist0
|
72999e04d9
|
vs-cfg.cmd: clean up output when used wrongly (VS tools not in path and empty/no generator argument passed).
|
2016-02-04 00:43:52 +02:00 |
|
Stinkfist0
|
f191b1fdd2
|
Fix warning regarding shadowing variable names.
|
2016-02-03 22:34:50 +02:00 |
|
Stinkfist0
|
d095bfecde
|
Fix command-line argument parsing in run-cmake.bat and build-all.cmd
|
2016-02-03 22:16:50 +02:00 |
|
Stinkfist0
|
2e1699beea
|
build-all.cmd: support for passing arguments, e.g. build-all.cmd vs2015-x64 RelWithDebInfo -DUSE_IFC4=1 -DENABLE_BUILD_OPTIMIZATIONS=1
|
2016-02-03 16:36:07 +02:00 |
|
Stinkfist0
|
5c07c8dc95
|
run-cmake.bat print tweak
|
2016-02-03 16:15:40 +02:00 |
|
Stinkfist0
|
0fa05faee8
|
Simplify run-cmake.bat, the script can now be used e.g. run-cmake.bat vs2015-x64 -UDUSE_IFC4=1 -DCMAKE_INSTALL_PREFIX=C:/IfcOpenShell/Ifc4
|
2016-02-03 16:12:52 +02:00 |
|
Stinkfist0
|
21e8a1e8e6
|
vs-cfg.cmd: provide support for user-friendly VS generators, e.g. vs2013-x86, and converted them to the appropriate CMake ones.
|
2016-02-03 16:10:55 +02:00 |
|
Stinkfist0
|
2e6601b3e7
|
build-deps.cmd: do not print build times if build did not even start properly.
|
2016-02-03 16:10:55 +02:00 |
|
Stinkfist0
|
634932e6e7
|
run-cmake.bat: set CMAKE_INSTALL_PREFIX also when passing extra parameters for the script
|
2016-02-03 16:10:55 +02:00 |
|
Stinkfist0
|
a041d289c6
|
Add build-all.cmd script for convenience.
|
2016-02-03 16:10:55 +02:00 |
|
Stinkfist0
|
01f8882311
|
adjust build-ifcopenshell & install-ifcopenshell to the build cfg batch file change
|
2016-02-03 16:10:54 +02:00 |
|
Stinkfist0
|
f2bdfbd049
|
Windows build scripts: move build configuration type to a separate file.
|
2016-02-03 16:10:32 +02:00 |
|
Stinkfist0
|
c7bf03e8f8
|
Add set-python-to-path.bat helper, add instructions for using preinstalled Python.
|
2016-02-03 16:10:32 +02:00 |
|
Stinkfist0
|
18e451b874
|
Windows build scripts: detect case where user installed Visual Studio but not the C++ toolset. Also detect case where user's CMake version is too old for the desired generator.
|
2016-02-03 16:10:32 +02:00 |
|
Stinkfist0
|
a52901344c
|
build-deps.cmd: print start, end, and elapsed time + .gitignore doc tweak
|
2016-01-26 13:41:19 +02:00 |
|
Thomas Krijnen
|
d0e26f07fc
|
Merge pull request #25 from aothms/master
Refactoring shared_ptr and array usage
|
2016-01-25 16:00:49 +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
|
a0db3a3406
|
chmod +x on *nix build script
|
2016-01-09 06:42:35 +01:00 |
|
aothms
|
18f8d7b3a3
|
Add *nix build script
Set paths by CMake cache entries or env vars
Windows build script: Don't fail on non-zero exit code returned by `git fetch`
|
2016-01-09 06:38:33 +01:00 |
|
Thomas Krijnen
|
010e05308d
|
Merge pull request #19 from aothms/master
Fixes for sequences of extended control directives
|
2016-01-08 09:20:50 +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 |
|
Thomas Krijnen
|
a02a06a0e3
|
Merge pull request #16 from Tridify/win_oce_update
Windows build scripts: OCE & OpenCOLLADA updates
|
2016-01-06 07:29:06 +01:00 |
|
Stinkfist0
|
d3438335a2
|
Work around https://github.com/KhronosGroup/OpenCOLLADA/issues/377
|
2015-12-30 16:26:16 +02:00 |
|
Stinkfist0
|
a0bb589ed3
|
build-deps.cmd: use OCE and oce-win-bundle from the official repos.
|
2015-12-30 13:32:22 +02:00 |
|
Thomas Krijnen
|
056bcd12d0
|
Merge pull request #14 from aothms/master
Various fixes
|
2015-12-21 11:51:45 +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 |
|
Thomas Krijnen
|
8c1710cae1
|
Merge pull request #11 from Tridify/windows_build_scripts
build-ifcopenshell & install-ifcopenshell batch files
|
2015-12-07 19:21:24 +01:00 |
|
Stinkfist0
|
e2d3b3734f
|
Use IFCOS_NUM_BUILD_PROCS also in build-ifcopenshell.cmd and install-ifcopenshell.cmd.
|
2015-12-07 16:30:08 +02:00 |
|
aothms
|
b243572d23
|
Don't fail on opening elements lacking representation or placement
|
2015-12-05 17:14:10 +01:00 |
|
Stinkfist0
|
3224a2cf83
|
build-ifcopenshell & install-ifcopenshell batch files
|
2015-12-04 17:33:13 +02: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 |
|
Thomas Krijnen
|
0036bd2dc2
|
Merge pull request #9 from Tridify/windows_build_scripts
Windows & Visual Studio build scripts continued
|
2015-12-01 14:27:34 +01:00 |
|