Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/LibreCAD/libdxfrw

Successor of https://sourceforge.net/projects/libdxfrw/, developed for LibreCAD, by LibreCAD Contributors, usable for all
https://github.com/LibreCAD/libdxfrw

dwgCompressor limit scope of variables which don't need to be

members

6a0f3f3906a6fbb4bfddf96d7000b9f73a882ac2 authored over 3 years ago
dwgreaders: modernize, use unique_ptr, and pass large object

(dwgSectionInfo) by reference instead of value

ff6b9cc05f429ce6211563b8bc9c50d7aa24d9f9 authored over 3 years ago
Remove unnecessary assignment operator from DRW_Coord

7fbd7329a48a4f6bf2b2ea0487ba6ed9f59d6af4 authored over 3 years ago
dwgbuffer.*: minor cleanups, const correctness

69694a2d3a537a45886b8216297f91c64303f49f authored over 3 years ago
Cleanup and modernize drw_textcodec.*, avoid unnecessary std::string

copies

7e0b3c860c313879a12d0ecdd1edfbf93449863d authored over 3 years ago
Modernize drw_dbg.*

bf8f6f10792a7d14f3c37de6166adfb5ecba4df2 authored over 3 years ago
Merge pull request #25 from nyalldawson/buffer

Fix incorrectly truncated size types in dwgbuffer, minor cleanups

f766eb3d4bac1fcb020e43c53f40745bd75e9abe authored over 3 years ago
Merge pull request #24 from nyalldawson/cleanups

Minor text codec cleanups

7a33315cdef074fe06ffd43775c4b6c58ac59394 authored over 3 years ago
Merge pull request #23 from nyalldawson/versions

Complete version detection with all known versions

431df398d993a0d6778c6b89458bd3a2c791a5c9 authored over 3 years ago
Fix incorrectly truncated size types

e356cdea6760dce8505dad1567cfc673fb2a420f authored over 3 years ago
Initialize some variables

d73192649ecf6ad2074b7f3c9654459a2915b0a8 authored over 3 years ago
Cleanup some clang warnings

30417abd5d39bcaa9cddd172e288ccbe36562038 authored over 3 years ago
filterstr should be unique_ptr

d920875154acdab89bc4b5ab3c2850c504f3996d authored over 3 years ago
Fix 'length' typos, make DRW_TextCodec::conv a unique_ptr, and

some other minor cleanups

53f1d6f4c58b1c642479e079d1b7e809e46f54e4 authored over 3 years ago
Cleanup and simplify version handling

0d28914fa1a354d50b1f8f921ece61a037e3c497 authored over 3 years ago
Use unique_ptr

b3d69914e79fe65ed1614df79e92fbf665d9ad01 authored over 3 years ago
Minor c++11 cleanups

b04ea316e68c21fb6d9632ec83d6491dc2f25bf4 authored over 3 years ago
Complete version detection with all known versions

49aa3a834f4d9a1964ba2f9192b9efbcc2fd1111 authored over 3 years ago
Merge pull request #21 from jirislaby/fixes

pkgconfig & warning fixes

e72ba077a814dc119a4912b7ee4375ec28dd1050 authored over 3 years ago
drw_header: fix indentation level

The compiler complains about weird indentation level in drw_header.cpp:
../src/drw_header.cpp: I...

4dad0cd5f490bb93bbfbb00a8cb28bd7b4fc93b3 authored almost 4 years ago
libdxfrw.pc.in: fix expansion and include path

The include dirs are processed by cmake's configure_file since commit
3431cc658681 (Fix building...

2627bbf3ac7a9be961cd6a5e3053f49865a28de6 authored almost 4 years ago
implemented error codes for reading DXF too

0b11eb8c40fd3c34ad8de3472c8680a41ea8e300 authored almost 4 years ago
further improvement reading non LibreCAD DXF files

c420c482ab6aa8fb0ded2530760e6be64b30d90c authored almost 4 years ago
fix: LibreCAD sf ticket 611, libdxfrw failed to open non LibreCAD DXF files

736ca4049f58dc372f7b947cb1393159c4c3d420 authored almost 4 years ago
ignore dwg2dxf executable

48f7f35c496c7275fc5a41e222b55bd08d6c6f27 authored about 4 years ago
dwg2dxf/dx_iface.h - default implementations for new DRW_Interface methods

d9bf4c52f99da947d72e0287231d87e07785a383 authored about 4 years ago
remove files generated by automake and ignore further instances

24a7a36f9d994a902e8dfb36a3595472c10b88d0 authored about 4 years ago
manual merge changes from LibreCAD2

d898b8c7af60c9ad99b363df5b9c53adab50ba95 authored about 4 years ago
Fix includes install dir

16642a70cb8865742467f6bc1d8c3618deee8432 authored almost 5 years ago
Release 1.0.1

945f2161a13ee521f66f9c52dcfff998e8ccae99 authored almost 5 years ago
Install DLLs

b53280ee7d1bbea1ffb8216e63579adcae3618e4 authored almost 5 years ago
Export target as libdxfrw::libdxfrw to keep consistency with Conan packages

75c862e4da11b9195cbb5744f0a78221971b8c81 authored almost 5 years ago
Merge pull request #16 from LibreCAD/packaging

CMake Refactor

a6e14ac58c9b447341378144e4568f5e9e4280d3 authored almost 5 years ago
Declare C++11 differently

8314777ec1ecbbb549303f888935f17ea3576a04 authored almost 5 years ago
Add archive destination in install

203cc9c5030eba5db505b492a8b536d3ee3ec3cf authored almost 5 years ago
Install DXFRW::dxfrw target

70ff2fe82fafbd8c86fdfb8b1c8dcdf0fb770992 authored almost 5 years ago
Remove duplicate target properties

489690e062463af722a93841f0d5afd6bec25cd8 authored almost 5 years ago
Remove version from pkg-config file

01c2e098317211a1c9d6cbd2bcd590d080910126 authored almost 5 years ago
Remove debugging messages

5214b2bd8f2bd3342a3f2b6a6210b91a0ab4afa8 authored almost 5 years ago
Let CMake handle C++11 compiler definition

11aebd6f745065e908693e8ef2e9f874c12126b4 authored almost 5 years ago
Change minimal required CMake version to 3.0

5482ad3595ca27be5f0b24f4d680a542e5845f9a authored almost 5 years ago
Allow building library as shared or static

748cac6393419b5f20df866c8827b2ea5a814328 authored almost 5 years ago
Merge branch 'master' of ssh://github.com/LibreCAD/libdxfrw

dcb676cb55739c961a70a4f8d677585c93218942 authored almost 5 years ago
Set version to 1.0.0

b2f66370493a187bd73eb730a15bf88ed74b6cf8 authored almost 5 years ago
Fix building of pkgconfig on Windows

3431cc65868147f40c790cd27e66436c3795f4c4 authored over 5 years ago
Visual Studio git ignore

ac6092b9cbfc969422e3f8d26c01dcd9b1138cbe authored over 5 years ago
git: Ignore MSVC project files

705e3915d28e7bf57ec9a411692e1244dbeac8e7 authored over 5 years ago
Export all symbols for MSVC compilation

273119d2d855c5dd78696f7971c736fd2b2164f4 authored over 5 years ago
Merge pull request #12 from jirislaby/master

cmake fixes and a typo fix

a477a2d7c3fa5da982f0bba7a6b28fa27258fd8c authored over 5 years ago
cmake: add doc target

Let doxygen generate the docs. But do not add it to the all target.

11d91c4527996f8a915fc3ec36f478781101b4da authored over 5 years ago
README.md: fix typo

671dc6dba5bb1e3aacb96102797d3c68809096b3 authored over 5 years ago
cmake: generate and install pkgconfig

librecad depends on this.

dd4a421755f716fb44076276bead870d71ddef39 authored over 5 years ago
cmake: add one for dwg2dxf

218173d4273eff2cb9ae00bfc54ded99f760fbad authored over 5 years ago
cmake: set library VERSIONs

Especially soversion is needed to have a correctly linked and named
libraries.

5377425b11c38c51a9209e55346bf8f0dee45cc0 authored over 5 years ago
cmake: use GNUInstallDirs

This installs the files to lib64 where appropriate.

0ac4187c34a8e4a9512a41426a20b1bb8dc41d21 authored over 5 years ago
Add build status and update example link

ba4b597ebfd86a0ca903c5fdc335143f7db236e2 authored almost 6 years ago
Merge pull request #11 from feragon/travis

Add Travis-CI script

85714856546f6f1b4c597e5072291d61b5269ac0 authored almost 6 years ago
Add Travis-CI script

857330ea70ac6c76e1f70ed90bfba2a2ea8dbfdc authored almost 6 years ago
[#10] Fix compilation on GCC

0b08abc3198fb44d6f91744f467d47443703b52b authored almost 6 years ago
Merge pull request #9 from CivilGuy/master

Fix bugs with .dwg import of TEXT and MTEXT entities

94ec9188f814642ea4f82003e54c542404f65fb5 authored almost 6 years ago
Fix bugs with .dwg import of TEXT and MTEXT entities

Dwg files hold the alignment angles in radians, but dxf files need those in degrees. Multiplier...

778d1d269880527c334edc26fb76b334a6a9704d authored almost 6 years ago
This was unnecessary

f084dd9728f70f3811a882e82407cb03064f09ae authored about 6 years ago
Link libdxfrw against libstdc++

07015634012c873e04680a29838ecff7339c2ad2 authored about 6 years ago
Merge pull request #8 from LibreCAD/freeze-fix

#7 : Return an error when the file ends prematurely

4587468cff8b50d212183cfcb6391117ec058abc authored about 6 years ago
Return an error when the file ends prematurely

21dfc6e6ce38a46377180f715db702f2e7b82254 authored about 6 years ago
Merge pull request #6 from feragon/get-version

Add version getter

66dc13c1250f04c8b8a239593e7d1e611af0efc9 authored about 6 years ago
Add version getter

d090c6e0a05d0efe334aaea4e4739350565ff6eb authored about 6 years ago
Merge pull request #1 from martin-frbg/martin-frbg-patch-1

Initialize return buffers in GetRawChar8 et al.

8076034027a9c7b1e7d5a7ccac095179363ef9d2 authored over 7 years ago
Merge pull request #4 from feragon/polylinefix

Fix polyline 2d/3d write

2460cc408f358c181d8df172d78ef228c079b84f authored over 7 years ago
Merge pull request #5 from feragon/readme_link

Fix #3

0cea1ae7a3db43385dc1abdc52a522c7c039b41a authored over 7 years ago
Fix #3

3c460c0e29e0cae7ab7fbc279925e4560a931bfa authored over 7 years ago
Fix polyline 2d/3d write

5441e4c4cfe46b2d64e7bb678769625ba5e3706a authored over 7 years ago
Merge pull request #2 from feragon/appdata

Add 102 group code read/write

a57c16258d0cf65e2fb2e070beeb8870ab3e6daf authored over 7 years ago
Add 102 group code read/write

14ad133b88cbbd43b75acb9a02b8b689d1140d6e authored over 7 years ago
Initialize return buffers in GetRawChar8 et al.

GetRawChar8() would return spurious memory contents when the read failed, leading to weird crash...

082409c03dfb90ac02c8a9354189206f2a771951 authored over 8 years ago
Clear path before creating a new path

2cfda4651a343860b45cf557ed89ecb955363a92 authored almost 9 years ago
Updated gitignore and remove my idea directory

255d7327e2057d9fca9d1aaf787d37ba45778795 authored almost 9 years ago
Merge branch 'master' of https://github.com/rvt/libdxfrw

7a1496c784629ce957d1599f19064e1d1b302078 authored almost 9 years ago
Synced with official repo

14e3d7813c4654ed20d4595047334d0f35d734e6 authored almost 9 years ago
Update README.md

07563a097fd55c2603b6f23c7a0c6d135b6a0f56 authored about 10 years ago
Merge branch 'master' of https://github.com/rvt/libdxfrw

440d82ef5aa745adec51bd162b4ff2149af30b4d authored about 10 years ago
Updated makefile to support installing headers

8e72002ec8e3aa32ac8c9e98961e634cc13b30b6 authored about 10 years ago
Update CMakeLists.txt

Lower needed version number of cmake

9f4b56fb774f594ca678bf34d8fa2437169fe7dd authored about 10 years ago
Update README.md

4f46039120d1dff6552dfa39f988081339c8407a authored about 10 years ago
Made make version instead of auto tools

01be4a23f252b540e8827721ab4ad8aed108a64e authored about 10 years ago
more dwg work and cleanup

4fcbc5b311c24157bb82355154309d122cde70df authored about 11 years ago
hide parsers to users

3a183010482d2368ac06c8d3b17afd62745c3137 authored over 11 years ago
bug handling lwpolyline bulges

e5bb8791144d16b1b973e898144b192a6770e477 authored over 11 years ago
added soft handle support+read layer & closed pol bugs

534224200e4e3c5a095021c3f4a672a5128e8777 authored over 11 years ago
added object control class and cleanup

8616fcbfd634286532425b66a3b1dbb81600a753 authored over 11 years ago
very basic doc

139c5714e1cd2664445a4ed45f925f04f1e482aa authored over 11 years ago
remove bug reading dwg handles

797c089aaf719f9d49ca440ed270ff4c0a49f8e9 authored over 11 years ago
print dwg handles in hex

dd3a0ee785a3aec8b6920d7912d1d47d3de9dace authored over 11 years ago
more debug class

61a9b88e1924e0d22e211b902167db8e249b757e authored over 11 years ago
complete drw_dbg class

c14efd631481150979243a25e40ff6fd2e2c8358 authored over 11 years ago
add unsigned modular char

0a9027d5cef2d126278a919a08a9a06d0bea08b4 authored over 11 years ago
added new dwg files

0cc6e479061c25cc36ad058f17f7d55483dc0153 authored over 11 years ago
more dwg work

1cd70978c0c7b7769fea7bfd31ac05941b3d24da authored over 11 years ago
set DBG program controlled

6f72b9128088619dcdd0b08b04a4d9987494089f authored over 11 years ago
Added macro ENTRY_PARSE(e)

18bfa351ad3cd32203a99485d4382a73741da2ad authored over 11 years ago