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 |
|
aothms
|
ed8cc620ea
|
Use boost::shared_ptr
Fixes https://github.com/IfcOpenShell/IfcOpenShell/issues/17
|
2016-01-25 14:42:41 +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 |
|
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 |
|
Stinkfist0
|
e2d3b3734f
|
Use IFCOS_NUM_BUILD_PROCS also in build-ifcopenshell.cmd and install-ifcopenshell.cmd.
|
2015-12-07 16:30:08 +02:00 |
|
Stinkfist0
|
3224a2cf83
|
build-ifcopenshell & install-ifcopenshell batch files
|
2015-12-04 17:33:13 +02:00 |
|
Stinkfist0
|
0877bb0ac3
|
Windows build scripts: if CMake generator not passed, deduce the generator from VS env vars.
|
2015-12-01 14:53:16 +02:00 |
|
Stinkfist0
|
fcbe93c4c2
|
vs-cfg.cmd: support CMake pre-3.0 Visual Studio generator strings.
|
2015-11-23 15:27:58 +02:00 |
|
Stinkfist0
|
b562508f5b
|
win/readme.md tweak
|
2015-11-22 00:04:21 +02:00 |
|
Stinkfist0
|
7d806296c1
|
vs-cfg.cmd: use the longer generator names for all generator so that VS version can be identified in generic fashion
|
2015-11-21 13:16:47 +02:00 |
|
Stinkfist0
|
fff6f97651
|
build-deps: when building OpenCOLLADA, enforce that the embedded LibXml2 and PCRE are used as there might be problems with arbitrary versions of the libraries.
|
2015-11-20 12:45:56 +02:00 |
|
Stinkfist0
|
6a5d5dcb12
|
Further cleanup for the batch scripts.
|
2015-11-20 12:34:31 +02:00 |
|
Stinkfist0
|
bb3dc351b8
|
Batch file tweaks, fix printing of the used generator
|
2015-11-20 11:44:17 +02:00 |
|
Stinkfist0
|
90946e0877
|
Windows build scripts: TODO & indentation tweaks.
|
2015-11-20 00:45:01 +02:00 |
|
Stinkfist0
|
7895835ca3
|
build-deps.cmd: check that powershell, git and cmake are in path using where.exe. Print instructions upon missing VS env vars or tools in PATH.
|
2015-11-19 18:01:03 +02:00 |
|
Stinkfist0
|
7caa4e3e1d
|
Replace cecho.exe with PowerShell snippet, fix exit bug in vs-cfg.cmd, fix Visual Studio download URL, rename IFCOS_NUM_BUILD_PROCESSES -> IFCOS_NUM_BUILD_PROCS
|
2015-11-19 17:30:55 +02:00 |
|
Stinkfist0
|
d721dabf3b
|
Replace wget usage with PowerShell.
|
2015-11-17 16:02:06 +02:00 |
|
Stinkfist0
|
9087bc65a7
|
win/readme.md tweaks
|
2015-11-14 20:18:29 +02:00 |
|
Stinkfist0
|
0f1db1267b
|
Rename readme.txt to readme.md, link to the Windows readme.md from the main README.md.
|
2015-11-11 17:41:38 +02:00 |
|
Stinkfist0
|
d912e73282
|
Allow both debug and release variants of dependencies to co-exist allowing effortless switching between IfcOpenShell debug and release builds.
|
2015-11-10 23:18:02 +02:00 |
|
Stinkfist0
|
106da12444
|
build-deps.cmd: make debug libs of OpenCOLADA and ICU to have "d" postfix so that release and debug variants can co-exist in the same dir as is the default with OCE.
|
2015-11-10 20:05:11 +02:00 |
|
Stinkfist0
|
8b63959509
|
Use separate BuildDepsCache.txt for x86 and x64 builds.
|
2015-11-09 16:04:06 +02:00 |
|
Stinkfist0
|
318779196b
|
Use BuildDepsCache.txt to store information about used Python version so that it's available for "autonomic" run-cmake.bat runs.
|
2015-11-05 18:05:20 +02:00 |
|
Stinkfist0
|
a749775045
|
build-deps.cmd: use OpenCOLLADA from the official repo now that it has the static MSVC run-time option.
|
2015-11-03 16:55:33 +02:00 |
|
Stinkfist0
|
26ed16ba52
|
Make possible to switch between Python 2 & 3 easily. Fixes also possible confusion when having both 32-bit and 64-bit Python installations side by side.
|
2015-11-03 16:28:30 +02:00 |
|
Stinkfist0
|
7b4d8734ed
|
run-cmake.bat: ensure Python packages are installed to the right direction.
|
2015-10-30 22:49:52 +02:00 |
|
Stinkfist0
|
455d382a9e
|
build-deps.cmd: add option to use Python 2 instead of 3, fix Boost build variant (for some reason error did not manifest itself until clean build)
|
2015-10-30 21:12:08 +02:00 |
|
Stinkfist0
|
c9313c8e02
|
build-deps.cmd: update SWIG, build Boost as debug or release, not both, each run.
|
2015-10-29 00:23:19 +02:00 |
|
Stinkfist0
|
d5efe45b0b
|
Update READMEs.
|
2015-10-28 21:21:23 +02:00 |
|
Stinkfist0
|
b8a7b5426d
|
build-deps.cmd: fix Python installation. Also uninstall Python if build type is Clean or Rebuild.
|
2015-10-28 21:08:08 +02:00 |
|
Stinkfist0
|
5c0eb05482
|
Add Windows build scripts from https://github.com/Tridify/IfcOpenShell-SourceForge
|
2015-10-28 19:43:10 +02:00 |
|
Stinkfist0
|
c9ff455812
|
Move Visual Studio solution files from win\ to win\sln
|
2015-10-28 19:41:59 +02:00 |
|
Thomas Krijnen
|
68fc361d96
|
Add SvgSerializer developed in collaboration with ROOT B.V.
|
2015-07-26 14:26:13 +00:00 |
|
Thomas Krijnen
|
06b4fcb066
|
Remove orphaned file. Thanks Stinkfist
|
2015-07-26 14:22:50 +00:00 |
|
Thomas Krijnen
|
9bf9f82b3b
|
Format obj and dae output predictably based on rfc notation of GlobalId. As discussed in https://sourceforge.net/p/ifcopenshell/discussion/1782717/thread/cbb0c8ca/
|
2015-05-13 14:30:21 +00:00 |
|
Thomas Krijnen
|
c97cf661a2
|
1. Also emit Plan and Axis shape representations and IfcTopologyRepresentations if requested. 2. Add serialization for curves. 3. In Python add option to specify representation for which to generate shape.
|
2015-04-22 09:15:48 +00:00 |
|
Thomas Krijnen
|
846e881cf4
|
Update build files
|
2015-02-17 19:52:18 +00:00 |
|
Thomas Krijnen
|
3801e52bff
|
Add an XML serializer (NB: Not ifcXML / 10303-28) that describes property set data, decomposition relations and SPF header fields
|
2015-02-06 13:07:50 +00:00 |
|
Thomas Krijnen
|
f3c26c372d
|
Parse the spf header and check schema_identifiers against compiled schema
|
2015-01-05 17:46:23 +00:00 |
|
Thomas Krijnen
|
4d5d749255
|
Merge developments from the python_wrapper branch into master
|
2015-01-05 14:11:42 +00:00 |
|
Thomas Krijnen
|
2a403e240d
|
*** See: https://sourceforge.net/p/ifcopenshell/discussion/1782718/thread/6bd0f843/ ***
Massive refactor of the IfcGeomObjects module, which is now the IfcGeom::Iterator class.
|
2014-12-19 12:14:36 +00:00 |
|
Thomas Krijnen
|
268109875f
|
Update build scripts to include TKOffset
|
2014-03-19 09:47:24 +00:00 |
|
Thomas Krijnen
|
17f873b486
|
First stab at a new express parser to have some more luck with Ifc4
|
2014-02-17 22:13:55 +00:00 |
|