2014-05-15 Andreas Pfeiffer (apfeiffer1@gmail.com)
	change names (and logic) for flags to use (or not) root (IAIDA_USE_ROOT) and Grace (IAIDA_USE_Grace)
	if they are found on the system. Add them to the set of variables which is shown in ccmake so users 
	can more easily change them. Add IAIDA_INSTALL_EXAMPLES (to allow installing executables of the 
	examples and tests in libexec/iAIDA) as well, so it shows up in ccmake.
	Tagged iAIDA-1.1.4 ------------------------------------------

2014-05-11 Andreas Pfeiffer (apfeiffer1@gmail.com)
    fix build and compilation issues on Mavericks (OS X 10.9, LLVM version 5.1)
    added flags IAIDA_DO_NOT_USE_ROOT and IAIDA_DO_NOT_USE_GRACE to not build/link to root and/or 
    grace, even if they are installed on the system (and found automatically by cmake)
    added utilities subdir, moved (and renamed) convToCSV and showFile from examples to utilities, 
    added initial version of convToXML. cleanup in CMakeLists,
    added copying of tuples, checking if existing input/output files (using boost, therefore updated 
    boost requirements)
    use proper extensions for files. .aida should be used for compressed xml for compatibility reasons
    various fixes for tests, added more tests (using boost random)
    moved boost version to require min of 1.41 (slc5/6); fix typo in name of test (case sensitive)
    updated ReadMe, added ref to slc5/6 specific setup instructions
	Tagged iAIDA-1.1.3 ------------------------------------------
    
2013-07-11 Andreas Pfeiffer (apfeiffer1@gmail.com)
	added installation of sources (to share/doc/iAIDA) and binaries of examples/tests 
	(on request only, to libexec/iAIDA). silenced output from cmake for non-DEBUG builds.
	added a simple example to show the content (summary) of an .aida file
	fixed permissions for .cpp and .h files (Thanks Mojca!)
	fixed missing self. in implementation printout of aida-config
	in adia-config.in: use dir found by cmake for AIDA installation, and install_include_dir from cmake for local installation
	Tagged iAIDA-1.1.2 ------------------------------------------

2013-07-10 Andreas Pfeiffer (apfeiffer1@gmail.com)
	added recognition of installed AIDA, do not use local version in this case.
	moved to use boost-zlib compression filter, updated examples return values.
	removed usage of std::ends in value to string conversion
	Tagged iAIDA-1.1.1 ------------------------------------------

2013-07-08 Andreas Pfeiffer (apfeiffer1@gmail.com)
	removed CERNLIB from list of optional sources as Ubuntu's version does not have the 
	(essential here) functions to restore internals of HBOOK 1D and 2D histograms (hbf1al_/hbf2al_)

2013-07-05 Andreas Pfeiffer (apfeiffer1@gmail.com)
	updated build process to use cmake. Added CMakeLists.txt in top-level, src/, examples, and test/
	subdirs, added cmake/FindROOT.cmake and cmake/FindGrace.cmake (both found on the web)
	removed Makefile.in in all dirs, configure 
	fixed some build issues on Mac OS X 10.8 (Mountain Lion)
	added '--implementation' flag for aida-config (seems to be required by Geant-4 these days.
	Tagged iAIDA-1.1.0 ------------------------------------------

2011-09-08 Andreas Pfeiffer (apfeiffer1@gmail.com)
    If Boost iostream libs are found on the system, enable their use so we can 
	use the gzip and bzlib2 compression (the latter is the default now). The 
	corresponding option string for the tree-creation is "gzip" and "bzip", respectively.
	configure: add discovery of boost installation with boost_iostream library
	src/AIDA_StoreXML.[h|cpp],AIDA_XMLStoreFactory.h,AIDA_XMLStoreFactory.cpp,Makefile.in:
	added possibility to use gzip/bzip compressed aida/xml files via boost_iostream
	src/XMLStream.cpp: added debug printout when errors during write
	examples/*: added a few examples to use the new gzip/bzip compression
	examples/convertTupleToCSV.cpp: added example from Guy Barrand to convert a tuple to a CSV file
	tests/runTests.py.in: added new examples and tests, added handling of possible args to tests

2011-04-09 Andreas Pfeiffer (apfeiffer1@gmail.com)
	configure: incorporated patch for gfortran from issue ID: 3172767
	examples/samplingFromHistogram.cpp: added new example to show sampling from IHistogram1D (code from Guy)
	examples/storeRoot.cpp: added more histograms to check things
	examples/readRoot.cpp: added readback of either two histo1ds or one histo1d, one profile1d
	examples/exaTree.cpp: added more histograms for checks
	examples/Makefile.in: update MACOSX_DEPLOYMENT_TARGET to 10.5 to build properly on 10.6
	tests/Makefile.in: add logs to cleanup, add a few tests including one from commandline
	ReadMe: update for latest version (1.0.18)
	Tagged iAIDA-1.0.18 (rev 161) ------------------------------------------

2009-06-10 Andreas Pfeiffer (apfeiffer1@gmail.com)
	AIDAGracePlotter/Layout.cpp, AIDAGracePlotter/Plotter.cpp: fix compiler problems
	with gcc 4.3 (on SLC5)
	ReadMe: update for latest version (1.0.17)
	Tagged iAIDA-1.0.17 ------------------------------------------
	
2009-05-18 Andreas Pfeiffer (apfeiffer1@gmail.com)
	configure: fix an issue on SLC5 when both fortran compilers were present, 
	the linking of the examples/tests was not correct (using g77 instead of
	gfortran). Fixed to use gfortran if both are present.
	Tagged iAIDA-1.0.16 ------------------------------------------
	
2009-04-08 Andreas Pfeiffer (apfeiffer1@gmail.com)
	aida-config.in: remove -lg2c if we're using gfortran
	Tagged iAIDA-1.0.15 ------------------------------------------
	
2009-04-07 Andreas Pfeiffer (apfeiffer1@gmail.com)
	Fixed issue with gfortran.so being a relative symlink in configure
	Fixed compiler issues with AIDA_HBook/HBook.cpp for gcc 4.3
	(thanks to Alberto Ribon for reporting this)
	Tagged iAIDA-1.0.13  -----------------------------------------
	
2009-01-18 Andreas Pfeiffer (apfeiffer1@gmail.com)
	Fixed issue with std::abs(int) on Fedora-9 with gcc4.3 by including <cstdlib>
	(thanks to Anton Lechner for reporting this)
	Tagged iAIDA-1.0.12  -----------------------------------------

2008-08-01 Andreas Pfeiffer (apfeiffer1@gmail.com)
	Fixed issue with g77/gfortran compilers on SuSE 10.1
	Tagged iAIDA-1.0.11  -----------------------------------------

2008-07-01 Andreas Pfeiffer (apfeiffer1@gmail.com)
	Fixed wrong detection of g77/gfortran compilers
	Tagged iAIDA-1.0.10  -----------------------------------------

2008-06-01 Andreas Pfeiffer (apfeiffer1@gmail.com)
	Fixed missing libs in aida-config when using CERNLIB on 64bit h/w, 
	fixed problem with libexpat when using -m32 on 64bit archs
	Tagged iAIDA-1.0.9  -----------------------------------------

2007-11-07 Andreas Pfeiffer (apfeiffer1@gmail.com)
	improved checking of cernlib, added more diagnostics info for use
	Tagged iAIDA-1.0.8  -----------------------------------------
	
2007-10-29 Andreas Pfeiffer (apfeiffer1@gmail.com)
	if cernlib is configured on a 64 bit architecture, the executables are now linked
	statically, this fixes the problem with the ColumnWiseNtuples in HBook. The Root
	libs (if configured) need to be static as well.
	Tagged iAIDA-1.0.7  -----------------------------------------
	
2007-10-19 Andreas Pfeiffer (apfeiffer1@gmail.com)
	added detection of libgfortran.so in case /usr/lib64 contains only versioned libs
	added linking with lg2c as cernlib seems to need that 
	Tagged iAIDA-1.0.6  -----------------------------------------

2007-10-18 Andreas Pfeiffer (apfeiffer1@gmail.com)
	fixed path problem in aida-config for cernlib
	Tagged iAIDA-1.0.5  -----------------------------------------

2007-10-18 Andreas Pfeiffer (apfeiffer1@gmail.com)
	updated Makefile for tests and examples and aida-config to explicitely use
	the cernlib if specified. This is needed in case the cernlib installation is
	using shared libs.
	Tagged iAIDA-1.0.4  -----------------------------------------

2007-10-03 Andreas Pfeiffer (apfeiffer1@gmail.com)
	added test (testHistoName) for problem reported by Giovanni Santin with gcc 3.2.3
	(not reproducible with later compilers)
	updated Makefile to allow parallel building
	updated configure and makefiles to use root-config results intead of the command. 
	create archive lib as well (externals need to be available as archive as well if going to be used)
	
2007-09-30 Andreas Pfeiffer (apfeiffer1@gmail.com)
	Added license (LGPL v3) files (COPYING*) and preamble to all code files.
	Changed all namespaces and include protections to use iAIDA.
	Fixed typo in class and file name of RootPathFormatter
	
2007-09-28 Andreas Pfeiffer (apfeiffer1@gmail.com)
	src/AIDA_ROOT/Profile1D.h, src/AIDA_ROOT/Profile2D.h: added conversion to double
	for args to std::sqrt as suggested by Giovanni Santin. Needed for gcc323.


2007-09-27 Andreas Pfeiffer (apfeiffer1@gmail.com)     
	Tagged iAIDA-0.2.3   ------------------------------------------

2007-09-27 Andreas Pfeiffer (apfeiffer1@gmail.com)
	aida-config.in, configure: updated handling of Root libs when linking
	as the libs need to be present for linking when using aida-config --libs
	(includes not needed).
	src/AIDA_ROOT/Profile1D.cpp, src/AIDA_ROOT/Profile2D.cpp: added std:: to calls of sqrt
	src/NormGaussModelFunction.cpp: added std:: to calls of sqrt, added include <cmath>
	
2007-09-27 Andreas Pfeiffer (apfeiffer1@gmail.com)
	start of log with version 0.2.3
	
