Tom Finegan
04198ecbb0
Merge pull request #650 from google/master
...
Pull in the testdata fixes from master.
2020-12-01 19:32:38 -08:00
Tom Finegan
89f21de3d6
Merge pull request #649 from google/fix_testdata
...
Add missing file for EncodeTest.TestQuantizedAndUnquantizedAttributes
2020-12-01 19:22:42 -08:00
Tom Finegan
2f76c15e73
Add missing file for EncodeTest.TestQuantizedAndUnquantizedAttributes test
2020-12-01 19:16:01 -08:00
Tom Finegan
0332691c6c
Merge pull request #647 from google/fix_testdata
...
Add missing mesh_encoder_test data files.
2020-12-01 19:05:05 -08:00
Tom Finegan
3d0931b793
Merge pull request #648 from google/fix_testdata
...
Add missing mesh_encoder_test data files.
2020-12-01 19:04:25 -08:00
Tom Finegan
aaef628551
Add missing mesh_encoder_test data files.
2020-12-01 18:56:56 -08:00
Tom Finegan
4771872689
Merge pull request #646 from google/master
...
draco: Fix empty list handling in older CMakes.
2020-12-01 14:44:59 -08:00
Tom Finegan
b2059d9ab7
Merge pull request #645 from google/fix-build-cmake-pre-3.16
...
draco: Fix empty list handling in older CMakes.
2020-12-01 14:40:31 -08:00
Tom Finegan
dd6ef6ff02
draco: Fix empty list handling in older CMakes.
...
Older CMake releases don't support empty list variables with list(FILTER).
2020-12-01 14:37:24 -08:00
Tom Finegan
8a979f79a5
Draco v1.4.0
1.4.0
2020-12-01 13:01:33 -08:00
Tom Finegan
894c953cf9
Merge pull request #643 from atteneder/fix_unity_link
...
fix: Updated link to alternative Unity package
2020-11-17 11:57:49 -08:00
Andreas Atteneder
8a016b61d5
fix: Updated link to alternative Unity package
2020-11-15 00:24:21 +01:00
FrankGalligan
bde99c2663
Merge pull request #636 from google/fix_gcc11_compile_635
...
Fix gcc11 compile error
2020-10-08 10:56:34 -07:00
Frank Galligan
d9006bfc73
Fix gcc11 compile error
...
Fixes #635
2020-10-08 10:35:15 -07:00
Lou Quillio
7e25df9c21
Merge pull request #630 from gsimone/patch-1
...
Uses SVG logo in README
2020-10-05 14:32:34 -07:00
Gianmarco
1292da7a77
Uses SVG logo in README
...
Super minor, but I was looking at the repo and noticed the logo was blurry, poked around a bit and found the svg version already in the repo, so why not try and use it for the README?
2020-09-21 11:17:05 +02:00
naxostech
be0f7b7094
Add -v param, display dracdo_decoder version
2020-09-10 15:45:39 +02:00
naxostech
c4f10ac1fa
Add -v param, display draco_encoder version
2020-09-10 15:40:06 +02:00
FrankGalligan
79601d2d06
Merge pull request #612 from rjotwani/patch-1
...
Delete draco_databuffer_fuzzer.cc
2020-07-07 09:05:08 -07:00
Ravi Jotwani
25484b3123
Delete draco_databuffer_fuzzer.cc
...
This fuzzer is being problematic within OSS-Fuzz. As it does not do anything particularly useful (see https://github.com/google/draco/pull/609#discussion_r441232029 ), we should remove it altogether.
2020-06-23 12:21:34 -07:00
FrankGalligan
aef4bfbd61
Merge pull request #609 from rjotwani/master
...
Added Draco fuzzers
2020-06-22 15:26:45 -07:00
Ravi Jotwani
2d433b5779
added build script for fuzzing
2020-06-18 15:34:35 -07:00
Ravi Jotwani
968c2104ca
updated fuzzers in accordance with style guide and removed mesh encoder fuzzer
2020-06-18 15:20:43 -07:00
Ravi Jotwani
48f902ff17
added Draco fuzzers
2020-06-15 14:44:52 -07:00
Tom Finegan
dec23f5ac6
Merge pull request #602 from PsycoTodd/iphonesimulator
...
add toolchain files for ios simulator.
2020-05-05 12:32:48 -07:00
PsychoTodd
cfaf1bebfe
add toolchain files for ios simulator.
2020-05-01 20:44:58 -07:00
Tom Finegan
59276a77ed
Merge pull request #595 from google/fix_xcode_build
...
draco: Add dummy sources to draco, dracodec, and dracoenc.
2020-04-02 09:30:27 -07:00
Tom Finegan
74dbda9eb1
draco: Add dummy sources to draco, dracodec, and dracoenc.
...
This is a workaround for two issues with CMake's Xcode generator:
- Setting the LINK_LANGUAGE property does not work.
- Library targets that only combine other object files do not build in
Xcode because of some other issue in the generator. They don't fail
at build time: Xcode just does not build them.
The combined behavior of the two issues forces addition of dummy source
files to the listed targets.
Fixes issue https://github.com/google/draco/issues/593
2020-04-02 08:45:39 -07:00
FrankGalligan
85c8d1a844
Merge pull request #587 from google/fix_readme
...
Update README with more info on gstatic link
2020-03-09 13:16:36 -07:00
Frank Galligan
7b84ba5de3
Update README with more info on gstatic link
2020-03-09 13:10:20 -07:00
Tom Finegan
d317d44aed
Merge pull request #586 from rbuch703/master
...
Update CMake-generated dummy sources only when their content changes
2020-03-09 12:17:17 -07:00
Robert Buchholz
a3c2d121a4
Update CMake-generated dummy sources only when their content changes
...
- this prevents unnecessary rebuilds after each CMake run
2020-03-09 13:45:44 +01:00
Tom Finegan
27a329e939
Revert unnecessary compatibility change in StdioFileReader.
2020-03-04 08:41:40 -08:00
Tom Finegan
b7fb7e5fba
draco: StdioFileReader/Writer gcc 4.9/clang < 4 compatibility fix.
...
Fixes https://github.com/google/draco/issues/582
2020-03-03 15:00:59 -08:00
FrankGalligan
eed8cdf588
Merge pull request #581 from google/dependabot/bundler/docs/nokogiri-1.10.9
...
Bump nokogiri from 1.10.5 to 1.10.9 in /docs
2020-03-03 11:34:37 -08:00
dependabot[bot]
5cba83d2cc
Bump nokogiri from 1.10.5 to 1.10.9 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.10.5 to 1.10.9.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.10.9/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.5...v1.10.9 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-03 18:48:05 +00:00
Frank Galligan
83b0922745
Add back removed files from 1.3.6 push
1.3.6
2020-03-03 10:46:47 -08:00
Frank Galligan
571d547d36
Update to version 1.3.6
2020-03-03 10:35:26 -08:00
FrankGalligan
eaf457977e
Merge pull request #488 from FreddyFunk/cast
...
point_cloud: Fix compiler warning
2020-02-11 09:54:17 -08:00
Lou Quillio
7a0815b303
Merge pull request #575 from google/dependabot/bundler/docs/rubyzip-2.1.0
...
Bump rubyzip from 1.2.2 to 2.1.0 in /docs
2020-02-04 10:35:21 -08:00
FrankGalligan
f29415698d
Merge pull request #532 from Jiloc/patch-1
...
integrate maya plugin loading on linux
2020-02-03 11:52:36 -08:00
FrankGalligan
21cee35c70
Merge pull request #565 from google/dependabot/bundler/docs/nokogiri-1.10.5
...
Bump nokogiri from 1.10.1 to 1.10.5 in /docs
2020-02-03 09:51:13 -08:00
dependabot[bot]
a9c8c3eeaf
Bump rubyzip from 1.2.2 to 2.1.0 in /docs
...
Bumps [rubyzip](https://github.com/rubyzip/rubyzip ) from 1.2.2 to 2.1.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases )
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md )
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.2...v2.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-01-30 23:12:32 +00:00
FrankGalligan
f5929ea657
Merge pull request #564 from eile/master
...
Add TypedArray JS API for selected data types
2020-01-30 15:12:04 -08:00
dependabot[bot]
4f9fa22155
Bump nokogiri from 1.10.1 to 1.10.5 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.10.1 to 1.10.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.1...v1.10.5 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-11-01 14:13:54 +00:00
Stefan Eilemann
48621b5a74
Add TypedArray JS API for selected data types
...
Example Usage (TS code):
```
function _getUint16Array(
length: number,
decoder: DecoderInstance,
mesh: MeshInstance,
attributeId: number
): Uint16Array {
const nBytes = length * 2;
const ptr = draco._malloc(nBytes);
const attribute = decoder.GetAttribute(mesh, attributeId);
if (!decoder.GetAttributeUInt16ArrayForAllPoints(mesh, attribute, ptr, length)) {
throw "GetAttributeUInt16ArrayForAllPoints failed";
}
const array = new Uint16Array(draco.HEAPU8.buffer, ptr, length).slice();
draco._free(ptr);
return array;
}
```
2019-10-25 10:33:09 +02:00
Tom Finegan
5db6df1985
draco: formatting fixes in draco_features.cmake.
...
Just line wrapping stuff.
2019-09-25 14:28:23 -07:00
Tom Finegan
736190f80b
Merge pull request #557 from avzhatkin/master
...
Fix unit test golden file compare on Windows-- explicitly open files as binary.
2019-09-25 14:22:13 -07:00
Tom Finegan
e8daed7f06
Merge pull request #556 from rbuch703/master
...
Update CMake-generated headers only when their content changes
2019-09-25 14:15:32 -07:00
Andrey Zhatkin
fc4d8fd75d
Fix unit test golden file reading ( #471 )
2019-09-25 15:03:04 +03:00