607 Commits

Author SHA1 Message Date
Tom Finegan
5c0976b219
Consistently use www.gstatic.com in README.md.
Fixes https://github.com/google/draco/issues/695
2021-04-02 09:28:43 -07:00
Lou Quillio
fb681579aa Hopefully fix (inconsequential) dependabot warnings 2021-03-18 17:25:02 -07:00
Tom Finegan
92d66ab0e9 Use latest available OS images in GitHub actions. 2021-03-16 11:42:36 -07:00
Tom Finegan
194b55a799 draco: Complete the large file support fix in the stdio reader.
Builds on the Windows-only fix added in
https://github.com/google/draco/pull/691
2021-03-12 13:51:42 -08:00
Hugh
4469f97beb Support files larger than 2GB in Win64 2021-03-12 09:58:38 -08:00
Tom Finegan
cdf1fd20a9
Delete draco_features.cmake
Drop old file. Fixes #687
2021-03-03 08:54:42 -08:00
Tom Finegan
27f77e1b89 Set workflow os explicitly.
Google policy requires that specific os versions are targeted when using GitHub actions.
2021-02-09 11:30:06 -08:00
Quim Muntal
26ee555fc6 add gh actions badge 2021-02-09 11:30:06 -08:00
Quim Muntal
d624ff4fe6 remove travis 2021-02-09 11:30:06 -08:00
Quim Muntal
d2b1798192 add make 2021-02-09 11:30:06 -08:00
Quim Muntal
44276bfd61 add gh_actions 2021-02-09 11:30:06 -08:00
Andreas Atteneder
a0146686a0 fix: Linking dracodec_unity macOS bundle works again (got broken via #676) 2021-02-05 12:21:05 -08:00
Tom Finegan
5ad118d7d2 draco: Support multiple link flags in older CMakes
Stringify the flag list and apply the flags in CMakes before
v3.13.
2021-02-04 15:42:34 -08:00
Tom Finegan
00134c59b0 draco: Restore sanitizer support. 2021-02-04 15:42:34 -08:00
Quim Muntal
253059c639
Support building mingw static and dynamic at the same time (#677)
Restrict the behavior disallowing the build of both libraries to MSVC. The mingw CMake generators
handle the situation properly:

- Shared library suffix: .dll
- Import library suffix: .a.dll
- Static library suffix: .a
2021-02-04 12:13:18 -08:00
RichardTea
3ea441ec1c
Set VERSION and SOVERSION for all targets as appropriate (#676)
Set VERSION property for non-static library targets and executable targets, and set
SOVERSION for non-MSVC targets.
2021-02-03 13:57:22 -08:00
Tom Finegan
8f9ebcdb9f
Merge pull request #666 from google/cmake_typo_fix
Fix typo in CMake macro draco_add_executable()
2020-12-17 13:29:05 -08:00
Tom Finegan
e812c9e195
Fix typo in CMake macro draco_add_executable()
$lib_NAME -> $exe_NAME.
2020-12-17 12:50:16 -08:00
Tom Finegan
9d20a3b7e9
Merge pull request #660 from google/revert-626-StrDraco
Revert "Add version string output to cli tools."
2020-12-08 12:46:23 -08:00
Tom Finegan
3352abe928
Revert "Add version string output to cli tools." 2020-12-08 12:45:52 -08:00
Tom Finegan
359048ea86
Merge pull request #626 from naxostech/StrDraco
Add version string output to cli tools.

When -v is passed to draco_decoder or draco_encoder, the version is printed and the
tool will exit.
2020-12-08 12:45:07 -08:00
Tom Finegan
bd74a4c65d
Merge pull request #658 from google/v141_snapshot
Draco v1.4.1
2020-12-08 12:08:55 -08:00
Tom Finegan
07532d6c32
Merge pull request #657 from google/v141_snapshot
Draco v1.4.1
1.4.1
2020-12-08 12:08:36 -08:00
Tom Finegan
2e67b39c31 Draco v1.4.1 2020-12-08 11:55:42 -08:00
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