-
-
Notifications
You must be signed in to change notification settings - Fork 281
dxfread (and DISABLED_DXF/WRITE source inclusion issues) #888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
fr-an-k
wants to merge
17
commits into
LibreDWG:master
Choose a base branch
from
fr-an-k:dxfread
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
82c221d
dxfread
fr-an-k b63f02c
small correction in dxfread help
fr-an-k e42c363
fix DISABLE_DXF test
fr-an-k d32e32c
fix --disable-write test
fr-an-k 558ccd1
fix --disable-write test
fr-an-k fa662d4
fix LIBREDWG_DISABLE_WRITE related source inclusion
fr-an-k a8b45af
fix LIBREDWG_DISABLE_WRITE/DXF related source inclusion
fr-an-k ad372ed
fix LIBREDWG_DISABLE_WRITE/DXF related source inclusion
fr-an-k 4595e91
fix LIBREDWG_DISABLE_WRITE/DXF related source inclusion
fr-an-k 3fd39d5
fix LIBREDWG_DISABLE_WRITE/DXF related source inclusion
fr-an-k cd56650
fix LIBREDWG_DISABLE_WRITE/DXF related source inclusion
fr-an-k e46714e
fix LIBREDWG_DISABLE_WRITE/DXF related source inclusion
fr-an-k 9a163d3
fix LIBREDWG_DISABLE_WRITE/DXF related source inclusion
fr-an-k 8fd1f82
fix manual
fr-an-k 64c0f42
fix in_dxf dependency on encode
fr-an-k 5dead97
fix test
fr-an-k 0510234
fix test
fr-an-k File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. | ||
.TH DXFREAD "1" "November 2023" "dxfread 0.13.0" "User Commands" | ||
.SH NAME | ||
dxfread \- manual page for dxfread 0.13.0 | ||
.SH SYNOPSIS | ||
.B dxfread | ||
[\fI\,OPTION\/\fR]... \fI\,DXFFILE\/\fR | ||
.SH DESCRIPTION | ||
Reads the DWG into some optional output format to stdout or some file, | ||
and prints error, success or verbose internal progress to stderr. | ||
.TP | ||
\fB\-v[0\-9]\fR, \fB\-\-verbose\fR [0\-9] | ||
verbosity | ||
.TP | ||
\fB\-O\fR fmt, \fB\-\-format\fR fmt | ||
fmt: DXF, DXFB, JSON, GeoJSON | ||
.TP | ||
Planned output formats: | ||
YAML, XML/OGR, GPX, SVG, PS | ||
.TP | ||
\fB\-o\fR outfile | ||
also defines the output fmt. Default: stdout | ||
.TP | ||
\fB\-\-help\fR | ||
display this help and exit | ||
.TP | ||
\fB\-\-version\fR | ||
output version information and exit | ||
.PP | ||
GNU LibreDWG online manual: <https://www.gnu.org/software/libredwg/> | ||
.SH "SEE ALSO" | ||
The full documentation for | ||
.B dxfread | ||
is maintained as a Texinfo manual. If the | ||
.B info | ||
and | ||
.B dxfread | ||
programs are properly installed at your site, the command | ||
.IP | ||
.B info LibreDWG | ||
.PP | ||
should give you access to the complete manual. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.