Tom Finegan
a8f6698a67
Merge pull request #539 from google/draco_win_dll_link_fix
...
draco cmake: Defer windows shared lib check until after plugin checks.
2019-07-10 13:58:16 -07:00
Tom Finegan
5bf650555c
draco cmake: Defer windows shared lib check until after plugin checks.
...
We rely upon CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS for windows DLL
support, but we must defer the BUILD_SHARED_LIBS check until after the
plugin args are checked since the plugin checks can enable BUILD_SHARED_LIBS.
Without this change Visual Studio will not create import libs for the draco DLLs,
and that breaks the build.
2019-07-10 12:10:22 -07:00
Tom Finegan
7e3a61d46d
Merge pull request #535 from google/draco_error
...
Rename Status::ERROR to Status::DRACO_ERROR.
2019-07-08 09:59:43 -07:00
Tom Finegan
40dc50f35f
Merge pull request #538 from atteneder/unity_ios
...
draco cmake: make unity plugin decoder a static lib on ios.
2019-07-03 13:18:32 -07:00
Andreas Atteneder
597bfcd4f3
Fix: Unity requires static libs for iOS.
2019-07-03 08:41:24 +02:00
Tom Finegan
96f8387b53
Rename Status::ERROR to Status::DRACO_ERROR.
...
Change the name to avoid conflict with Windows headers.
2019-07-01 14:19:06 -07:00
Tom Finegan
c1255f6315
Merge pull request #533 from google/draco_misc
...
draco: Mostly CMake updates.
2019-06-24 14:01:03 -07:00
Tom Finegan
fdaa47cd23
draco cmake: Improve Android NDK toolchain support and fix a bug.
...
- Move common NDK settings into cmake/toolchains/android-ndk-common.cmake.
- Fix bug in set_variable_if_unset(). Was ignoring variables set via
CMake's command line.
Fixes #475 .
2019-06-21 10:50:00 -07:00
Tom Finegan
5a999117b1
draco cmake: Run cmake-format on all CMake files.
2019-06-21 10:47:49 -07:00
Tom Finegan
d8cf1e57b4
Add CMake and clang format configuration files.
2019-06-21 10:26:51 -07:00
Tom Finegan
6b80c35ace
Merge pull request #531 from google/travis_update
...
TravisCI: Use newer linux images.
2019-06-12 14:13:30 -07:00
Tom Finegan
302d512790
TravisCI: Use newer linux images.
2019-06-12 13:17:29 -07:00
Lou Quillio
785c9c4aa2
Merge pull request #511 from louquillio/update-copyright-footer
...
Update page footer template to display current year in copyright legend.
2019-03-13 13:52:24 -07:00
Lou Quillio
a32c1f02df
Update page footer template to display current year in copyright legend.
...
Hopefully also kicks off a gh-pages rebuild.
2019-03-13 13:49:10 -07:00
Lou Quillio
deef28e128
Merge pull request #510 from louquillio/update-gems
...
Update gems to address reported vulnerabilities.
2019-03-13 13:36:41 -07:00
Lou Quillio
df1d453353
Update gems to address reported vulnerabilities.
2019-03-13 13:32:33 -07:00
Katrin Leinweber
bb91e08695
Hyperlink DOI to preferred resolver ( #501 )
...
See https://www.doi.org/doi_handbook/3_Resolution.html#3.8
2019-03-05 15:37:34 -08:00
Frederic L
265bbfc617
attributes/point_d_vector: Prevent a singend/unsigned mismatch ( #489 )
2019-03-05 15:33:20 -08:00
thibault
d1329465fc
Remove useless semicolons after macros ( #473 )
2019-03-05 15:26:12 -08:00
Igor Vytyaz
8833cf878e
Updated snapshot to 1.3.5
...
* Added option to build Draco for Universal Scene Description
* Code cleanup
* Bug fixes
1.3.5
2019-01-31 10:18:06 -08:00
Tom Finegan
e9337d1faa
Merge pull request #468 from google/restore_ie_compat
...
Restore IE support.
2018-09-26 09:21:16 -07:00
Tom Finegan
9648d72f4d
Restore IE support.
...
Closes https://github.com/google/draco/issues/466
2018-09-26 08:52:07 -07:00
FrankGalligan
eee8bf5d86
Merge pull request #455 from FreddyFunk/update_contributing_for_styleguide
...
Update CONTRIBUTING.md
2018-08-20 16:04:59 -07:00
Frederic Laing
407c1d5dfd
Update CONTRIBUTING.md
2018-08-19 16:54:50 +02:00
Frank Galligan
063994c362
Update snapshot to 1.3.4
1.3.4
2018-08-17 12:01:27 -07:00
FrankGalligan
c93f5074c5
Merge pull request #452 from google/fix_shared_nmake_build
...
Fix NMake builds with BUILD_SHARED_LIBS enabled.
2018-08-15 09:04:52 -07:00
Tom Finegan
5c15f38641
Fix NMake builds with BUILD_SHARED_LIBS enabled.
...
Fixes https://github.com/google/draco/issues/328
2018-08-14 15:21:52 -07:00
Tom Finegan
e3a9d6ce52
Merge pull request #418 from FreddyFunk/master
...
Fixed hundreds compiler warnings #411
2018-07-17 10:41:13 -07:00
Frederic Laing
f348ea0b2f
Use C++ style casts
2018-06-17 17:58:13 +02:00
Ondrej Stava
c75a03b051
Updated snapshot to 1.3.3
...
* Added ExpertEncoder to the Javascript API
* Allows developers to set quantization options per attribute id
* Bug fixes
1.3.3
2018-06-15 15:59:50 -07:00
Tom Finegan
83cbf6c50d
Merge pull request #405 from ggetz/ie-compatibility-js-decoder
...
Add a flag for cmake to generate IE11 compatible JS decoder modules
2018-06-08 08:45:29 -07:00
Frederic Laing
7cbd882ba0
Fixed hundreds compiler warnings
2018-06-07 23:51:33 +02:00
Ondrej Stava
79774fec74
Updated snapshot to 1.3.2
...
- Bug fixes
1.3.2
2018-06-05 16:09:30 -07:00
Tom Finegan
6d70ba7033
Merge pull request #410 from google/issue_407
...
Add a flag that allows building standard targets in Emscripten.
2018-06-04 10:46:18 -07:00
Tom Finegan
35c74bf71b
Merge pull request #409 from google/bin_cleanup
...
Add prebuilt maya plugins.
2018-06-04 10:45:57 -07:00
Tom Finegan
e813141cdf
Add a flag that allows building standard targets in Emscripten.
...
Downstream users sometimes need the standard Draco library targets,
even when building in Emscripten. Add the flag ENABLE_JS_GLUE, which
defaults to ON. When turned OFF, the standard Draco library targets
will still be built within an Emscripten build.
Also do some whitespace clean up while working in CMakeLists.txt.
https://github.com/google/draco/issues/407
2018-06-01 15:21:41 -07:00
Tom Finegan
326f0f7196
Update draco_maya_wrapper.dll (windows x64 maya)
2018-06-01 11:20:05 -07:00
Tom Finegan
0abf0cf586
Add libdraco_maya_wrapper.so (linux x64 maya)
2018-06-01 11:20:01 -07:00
Tom Finegan
b19b1ecae1
Add draco_maya_wrapper.bundle (macos x64 maya)
2018-06-01 11:18:33 -07:00
Tom Finegan
67e080d1a1
Remove draco_encoder and draco_decoder windows binaries.
2018-06-01 11:05:23 -07:00
ggetz
ee55b3b654
Add a flag for cmake to generate IE11 compatible js decoder modules
2018-05-25 11:31:07 -04:00
Tom Finegan
affc0ad888
Merge pull request #403 from google/maya_fixes
...
Maya fixes
2018-05-24 15:06:44 -07:00
Tom Finegan
85d2654fc9
Add linux instructions for the Maya plugin
2018-05-24 10:53:41 -07:00
Tom Finegan
4677d014e4
Add macos make build instructions to maya/README.md.
2018-05-24 10:27:52 -07:00
Tom Finegan
d4675cf0d1
cmake: Fix mac build
...
Clang @ Apple LLVM version 9.0.0 (clang-900.0.39.2) fails to
link when SOVERSION is set for bundles. Don't set it on Apple
targets.
2018-05-24 10:27:52 -07:00
Tom Finegan
a37163c368
Merge pull request #395 from fdefelici/maya_plugin
...
Maya Plugin v0.0.1
2018-05-24 10:27:19 -07:00
Federico De Felici
ade1bc6793
Reviewed README, added RELEASE, and refactored project structure
2018-05-19 10:52:04 +02:00
tomfinegan
098232e08d
Merge pull request #394 from google/fix_shared_macos_builds
...
Don't set SOVERSION property for ios/macos unity bundle.
2018-05-18 11:20:39 -07:00
Duccio
c46c5c9a5d
Updated readme (features, installation and usage)
2018-05-18 20:13:44 +02:00
Tom Finegan
11dc17315e
Don't set SOVERSION property for ios/macos unity bundle.
...
It causes a link error like the following:
clang: error: invalid argument '-compatibility_version 1.0.0' only allowed with '-dynamiclib'
Fixes: https://github.com/google/draco/issues/393
2018-05-18 11:04:26 -07:00