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

Release v4.3.1.

parent 729b1221
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
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
+1 −3
Original line number Diff line number Diff line
# 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
+1 −1
Original line number Diff line number Diff line
#define	VERSION	4.1.0
#define	VERSION	4.3.1