Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PacketLib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrea Bulgarelli
PacketLib
Commits
de37d05e
Commit
de37d05e
authored
10 years ago
by
Andrea Zoli
Browse files
Options
Downloads
Patches
Plain Diff
Release v4.3.1.
parent
729b1221
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+11
-0
11 additions, 0 deletions
ChangeLog
Doxyfile
+1
-3
1 addition, 3 deletions
Doxyfile
include/PlVersion.h
+1
-1
1 addition, 1 deletion
include/PlVersion.h
with
13 additions
and
4 deletions
ChangeLog
+
11
−
0
View file @
de37d05e
2014-07-24 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>, Andrea Zoli <zoli@iasfbo.inaf.it>
TAG v4.3.1
+ -Werror -m64 CFLAGS removed.
+ Fix 32bit compilation warnings.
+ Add openDevice() for Input and Output classes.
+ Add Utility::getByteStream().
+ Add ByteStream functions getPaddedCopy() and getUnpaddedCopy().
+ PacketStream::PacketStream(const char* fileNameConfig) automatic createStr.
+ Add PacketLib4.vpp project.
+ First optimization of the getBlock() if rBlockIndex==0.
2014-07-17 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>
TAG v4.3.0
+ added exception generation if LZ4 decompression has problems
...
...
This diff is collapsed.
Click to expand it.
Doxyfile
+
1
−
3
View file @
de37d05e
# Doxyfile 1.2.13-20020210
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = PacketLib
PROJECT_NUMBER = 4.
1.0
PROJECT_NUMBER = 4.
3.1
OUTPUT_DIRECTORY = ref
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
...
...
This diff is collapsed.
Click to expand it.
include/PlVersion.h
+
1
−
1
View file @
de37d05e
#define VERSION 4.
1.0
#define VERSION 4.
3.1
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