Commit c1f35728 authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Release v4.5.0.

parent 034282cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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})
+26 −0
Original line number Diff line number Diff line
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.
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
#define	VERSION	4.3.2
#define	VERSION	4.5.0