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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
e983ecbd
Commit
e983ecbd
authored
3 years ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
Rename cmp_tool_lib.c to cmp_io.c
parent
e9596297
No related branches found
No related tags found
1 merge request
!8
Resolve "Rename cmp_tool_lib.c to cmp_io.c"
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
cmp_tool.c
+1
-1
1 addition, 1 deletion
cmp_tool.c
include/cmp_io.h
+1
-1
1 addition, 1 deletion
include/cmp_io.h
lib/cmp_io.c
+4
-2
4 additions, 2 deletions
lib/cmp_io.c
with
7 additions
and
5 deletions
Makefile
+
1
−
1
View file @
e983ecbd
...
...
@@ -21,7 +21,7 @@ SOURCES := cmp_tool.c \
$(
SOURCEDIR
)
/decmp.c
\
$(
SOURCEDIR
)
/rdcu_pkt_to_file.c
\
$(
SOURCEDIR
)
/cmp_guess.c
\
$(
SOURCEDIR
)
/cmp_
tool_lib
.c
\
$(
SOURCEDIR
)
/cmp_
io
.c
\
$(
SOURCEDIR
)
/cmp_entity.c
TARGET
:=
cmp_tool
...
...
This diff is collapsed.
Click to expand it.
cmp_tool.c
+
1
−
1
View file @
e983ecbd
...
...
@@ -25,7 +25,7 @@
#include
<getopt.h>
#include
<time.h>
#include
"include/cmp_
tool_lib
.h"
#include
"include/cmp_
io
.h"
#include
"include/cmp_icu.h"
#include
"include/decmp.h"
#include
"include/cmp_guess.h"
...
...
This diff is collapsed.
Click to expand it.
include/cmp_
tool_lib
.h
→
include/cmp_
io
.h
+
1
−
1
View file @
e983ecbd
/**
* @file cmp_
tool_lib
.h
* @file cmp_
io
.h
* @author Johannes Seelig (johannes.seelig@univie.ac.at)
* @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
* @date 2020
...
...
This diff is collapsed.
Click to expand it.
lib/cmp_
tool_lib
.c
→
lib/cmp_
io
.c
+
4
−
2
View file @
e983ecbd
/**
* @file cmp_
tool_lib
.c
* @file cmp_
io
.c
* @author Johannes Seelig (johannes.seelig@univie.ac.at)
* @author Dominik Loidolt (dominik.loidolt@univie.ac.at),
* @date 2020
...
...
@@ -13,6 +13,8 @@
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* @brief compression tool Input/Output library
*/
#include
<stdio.h>
...
...
@@ -22,7 +24,7 @@
#include
<ctype.h>
#include
<sys/stat.h>
#include
"../include/cmp_
tool_lib
.h"
#include
"../include/cmp_
io
.h"
#include
"../include/cmp_support.h"
#include
"../include/rdcu_cmd.h"
#include
"../include/byteorder.h"
...
...
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