这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: LibreDWG/libredwg

Tags

0.13.3.7848

Toggle 0.13.3.7848's commit message
Fix r2007 TOLERANCE entity

TOLERANCE entity need a has_strings bit.

0.13.3.7846

Toggle 0.13.3.7846's commit message
json: protect from NULL or wrong _obj

fatal. Thanks to 7erryX (GH #1190)

0.13.3.7842

Toggle 0.13.3.7842's commit message
CI: bump oda to 26.9

0.13.3.7835

Toggle 0.13.3.7835's commit message
Fix some REAL xdata types

dwg_resbuf_value_type missed some REAL and POINT3D ranges.
Fixes GH #1178

Co-authored-by: Reini Urban <reini.urban@gmail.com>

0.13.3.7828

Toggle 0.13.3.7828's commit message
oda: bump to 26.7

0.13.3.7825

Toggle 0.13.3.7825's commit message
spec: use signed VERTEX_PFACE_FACE.vertind [BSd]

e.g. -5 instead of 65531

0.13.3.7819

Toggle 0.13.3.7819's commit message
encode: fix dwg_set_dataflags

oops, critical encoder bug!
dataflags are reverse, if a bit is absent then the field needs to be used.
also the default with_factor is 1.0

thanks to Erfan Sadigh Nejati for finding this bug.
Fixes GH #1164

0.13.3.7816

Toggle 0.13.3.7816's commit message
configure: detect emcc

and fix failing probes because of -Werror -Wlimited-postlink-optimizations
Fixes the configure & make part of GH #1073

0.13.3.7813

Toggle 0.13.3.7813's commit message
Fix dwgadd error with bad --as version

0.13.3.7812

Toggle 0.13.3.7812's commit message
indxf: fix empty CLASSES GH #1068