Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
543bfe5e
Commit
543bfe5e
authored
3 years ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
remove deprecated features
parent
575745ae
No related branches found
No related tags found
1 merge request
!11
decompression/compression for non-imagette data
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/doxygen/meson.build
+2
-2
2 additions, 2 deletions
doc/doxygen/meson.build
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
3 additions
and
3 deletions
doc/doxygen/meson.build
+
2
−
2
View file @
543bfe5e
...
@@ -12,8 +12,8 @@ doc_layout_files = files([
...
@@ -12,8 +12,8 @@ doc_layout_files = files([
#Build a Doxyfile based on Doxyfile.in
#Build a Doxyfile based on Doxyfile.in
cdata_doc
=
configuration_data
()
cdata_doc
=
configuration_data
()
cdata_doc
.
set
(
'VERSION'
,
meson
.
project_version
())
cdata_doc
.
set
(
'VERSION'
,
meson
.
project_version
())
cdata_doc
.
set
(
'SRCDIR'
,
meson
.
source_root
())
cdata_doc
.
set
(
'SRCDIR'
,
meson
.
project_
source_root
())
cdata_doc
.
set
(
'BUILDDIR'
,
meson
.
build_root
())
cdata_doc
.
set
(
'BUILDDIR'
,
meson
.
project_
build_root
())
if
find_program
(
'dot'
,
required
:
false
).
found
()
if
find_program
(
'dot'
,
required
:
false
).
found
()
cdata_doc
.
set
(
'HAVE_DOT'
,
'YES'
)
cdata_doc
.
set
(
'HAVE_DOT'
,
'YES'
)
else
else
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
543bfe5e
project
(
'cmp_tool'
,
'c'
,
project
(
'cmp_tool'
,
'c'
,
version
:
'0.09'
,
version
:
'0.09'
,
meson_version
:
'>= 0.5
0
'
,
meson_version
:
'>= 0.5
6
'
,
license
:
'GPL-2.0'
,
license
:
'GPL-2.0'
,
default_options
:
[
'warning_level=3'
,
'c_std=gnu99'
]
default_options
:
[
'warning_level=3'
,
'c_std=gnu99'
]
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment