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
04c3e8e9
Commit
04c3e8e9
authored
11 years ago
by
Andrea Zoli
Browse files
Options
Downloads
Patches
Plain Diff
Release 4.0.2.
parent
8d1d486e
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
+9
-3
9 additions, 3 deletions
ChangeLog
Doxyfile
+1
-1
1 addition, 1 deletion
Doxyfile
include/PlVersion.h
+1
-1
1 addition, 1 deletion
include/PlVersion.h
with
11 additions
and
5 deletions
ChangeLog
+
9
−
3
View file @
04c3e8e9
2014-03-19 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>
2014-04-14 Andrea Zoli <zoli@iasfbo.inaf.it>, Andrea Bulgarelli
<bulgarelli@iasfbo.inaf.it>
TAG v4.0.2
+ Add build files to .gitignore.
+ dword Packet::size() alternative flows without packet member
+ Check for nullptr in Packet::size().
+ fix PacketHeader* Packet::getPacketHeader()
+ Add eclipse project files.
+ Add PacketBufferQ and PacketBufferV classes.
+ Add OutputPacketStream::writePacket(ByteStreamPtr bs)
2014-03-09 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>
TAG v4.0.1
...
...
@@ -9,8 +17,6 @@ TAG v4.0.1
+ Packet::verify()
+ Packet::set()
2014-03-09 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>
TAG v4.0.0
+ moved InputPacketStream::getPacket() to PacketStream
...
...
This diff is collapsed.
Click to expand it.
Doxyfile
+
1
−
1
View file @
04c3e8e9
...
...
@@ -4,7 +4,7 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = PacketLib
PROJECT_NUMBER =
1.3.8
PROJECT_NUMBER =
4.0.2
OUTPUT_DIRECTORY = ref
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
...
...
This diff is collapsed.
Click to expand it.
include/PlVersion.h
+
1
−
1
View file @
04c3e8e9
#define VERSION
3.
4.0
#define VERSION 4.0
.2
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