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
c1f35728
Commit
c1f35728
authored
9 years ago
by
Andrea Zoli
Browse files
Options
Downloads
Patches
Plain Diff
Release v4.5.0.
parent
034282cd
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
ChangeLog
+26
-0
26 additions, 0 deletions
ChangeLog
Doxyfile
+1
-1
1 addition, 1 deletion
Doxyfile
include/PlVersion.h
+1
-1
1 addition, 1 deletion
include/PlVersion.h
with
29 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
c1f35728
...
...
@@ -31,7 +31,7 @@ MACRO_ENSURE_OUT_OF_SOURCE_BUILD( "In-source build error." )
project
(
packet
)
set
(
packet_MAJOR_VERSION 4
)
set
(
packet_MINOR_VERSION
3
)
set
(
packet_MINOR_VERSION
5
)
set
(
packet_PATCH_VERSION 0
)
set
(
packet_VERSION
${
packet_MAJOR_VERSION
}
.
${
packet_MINOR_VERSION
}
.
${
packet_PATCH_VERSION
}
)
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
26
−
0
View file @
c1f35728
2015-08-10 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>, Andrea Zoli <zoli@iasfbo.inaf.it>
TAG v4.5.0
+ Comment debug print.
+ Fix CMakeLists.txt
+ Add InputFile::getpos().
+ Fix metadata loading for rblocks with a fixed number of instances.
+ Store fields section offsets.
+ Fix SDFBlock xml rblock name allocation.
+ Fix -Wextra warnings.
+ Fix src/CMakeLists.txt to work from a different source rootdir.
+ Install the static library with cmake.
+ Add cmake build system.
+ Remove pedantic warnings.
+ Throw exception on chdir error.
+ Fix xml parsing of SDFBlocks.
+ Example with iteration on blocks and fields
+ Added Packet::pheader(), Packet::dfheader(), Packet::sdf(), byte*
+ PartOfPacket::getBytes() as shortcuts
+ Adds xml examples
+ Makefile for Doxygen issues
+ Fix lot of warnings
+ Remove XmlConfig class.
+ Parsing directly XML without conversions.
+ Fix makefile output.
+ Rename SharedPtr include guards.
2014-07-24 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>, Andrea Zoli <zoli@iasfbo.inaf.it>
TAG v4.3.2
+ Fixed Makefile for parallel build.
...
...
This diff is collapsed.
Click to expand it.
Doxyfile
+
1
−
1
View file @
c1f35728
...
...
@@ -2,7 +2,7 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = PacketLib
PROJECT_NUMBER = 4.
3.2
PROJECT_NUMBER = 4.
5.0
OUTPUT_DIRECTORY = ref
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
...
...
This diff is collapsed.
Click to expand it.
include/PlVersion.h
+
1
−
1
View file @
c1f35728
#define VERSION 4.
3.2
#define VERSION 4.
5.0
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