-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version and update release notes
- Loading branch information
Showing
14 changed files
with
208 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Bayeux C++ Library for Experimental Particle and Nuclear Physics | |
:width: 200pt | ||
|
||
:Authors: The BxCppDev_ group | ||
:Date: 2022-05-03 | ||
:Date: 2022-06-07 | ||
:Contact: [email protected] | ||
|
||
.. contents:: | ||
|
@@ -169,9 +169,9 @@ Spack_ package manager to satisfy Bayeux's software dependencies. | |
Releases | ||
-------- | ||
|
||
* Latest release: `Bayeux-3.5.1`_ | ||
* Latest release: `Bayeux-3.5.3`_ | ||
|
||
.. _`Bayeux-3.5.1`: https://github.com/BxCppDev/Bayeux/releases/tag/Bayeux-3.5.1 | ||
.. _`Bayeux-3.5.3`: https://github.com/BxCppDev/Bayeux/releases/tag/Bayeux-3.5.3 | ||
|
||
.. raw:: pdf | ||
|
@@ -193,25 +193,25 @@ Getting Bayeux | |
You can obtain the Bayeux source code from the main BxCppDev GitHub | ||
repository. | ||
|
||
For example, to download Bayeux version 3.5.1, you may use, assuming a | ||
For example, to download Bayeux version 3.5.3, you may use, assuming a | ||
Linux system: | ||
|
||
.. code:: sh | ||
$ cd ${HOME} | ||
$ mkdir -p ${HOME}/BxCppDev | ||
$ cd ${HOME}/BxCppDev | ||
$ wget https://github.com/BxCppDev/Bayeux/archive/Bayeux-3.5.1.tar.gz | ||
$ mkdir Bayeux-3.5.1 && \ | ||
tar xvzf Bayeux-3.5.1.tar.gz -C Bayeux-3.5.1 --strip-components=1 | ||
$ cd Bayeux-3.5.1/ | ||
$ wget https://github.com/BxCppDev/Bayeux/archive/Bayeux-3.5.3.tar.gz | ||
$ mkdir Bayeux-3.5.3 && \ | ||
tar xvzf Bayeux-3.5.3.tar.gz -C Bayeux-3.5.3 --strip-components=1 | ||
$ cd Bayeux-3.5.3/ | ||
.. | ||
|
||
The ``${HOME}/BxCppDev/Bayeux-3.5.1/`` source directory is thus | ||
The ``${HOME}/BxCppDev/Bayeux-3.5.3/`` source directory is thus | ||
created. | ||
|
||
You can now create a dedicated directory to build Bayeux 3.5.1 | ||
You can now create a dedicated directory to build Bayeux 3.5.3 | ||
following the guidelines in the *Installing Bayeux* section below. | ||
Note that different versions of Bayeux may have slightly different | ||
build/installation procedures, so you should read carefully the | ||
|
@@ -309,7 +309,7 @@ managers (Linuxbrew, Spack) may help too. | |
|
||
.. https://github.com/BxCppDev/BxInstallers | ||
.. _`Bayeux-3.5.1`: https://github.com/BxCppDev/Bayeux/releases/tag/Bayeux-3.5.1 | ||
.. _`Bayeux-3.5.3`: https://github.com/BxCppDev/Bayeux/releases/tag/Bayeux-3.5.3 | ||
|
||
We list below the third party softwares required by Bayeux. If some of | ||
them are not available from the system package manager, you will have | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
============================= | ||
Bayeux 3.5.2 Release Notes | ||
============================= | ||
|
||
Bayeux 3.5.2 adds some new features as well as fixes for reported issues. | ||
|
||
For information on changes made in previous versions, please see | ||
the `release notes archive`_. | ||
|
||
.. _`release notes archive` : archived_notes/index.rst | ||
.. contents: | ||
Requirements | ||
============ | ||
|
||
* Bayeux 3.5.2 requires Linux (recommended Ubuntu >=18.04, preferred | ||
20.04, CentOS >=7.5), or macOS 10. | ||
* Bayeux 3.5.2 depends on BxDecay >=1.1.0. | ||
|
||
Additions | ||
========= | ||
|
||
|
||
Removals | ||
========= | ||
|
||
|
||
Changes | ||
======= | ||
|
||
|
||
Fixes | ||
===== | ||
|
||
* Refactor the ``geomtools::shape_factory`` class. | ||
|
||
|
||
Bugs | ||
==== | ||
|
||
|
||
.. end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
============================= | ||
Bayeux 3.5.3 Release Notes | ||
============================= | ||
|
||
Bayeux 3.5.3 adds some new features as well as fixes for reported issues. | ||
|
||
For information on changes made in previous versions, please see | ||
the `release notes archive`_. | ||
|
||
.. _`release notes archive` : archived_notes/index.rst | ||
.. contents: | ||
Requirements | ||
============ | ||
|
||
* Bayeux 3.5.3 requires Linux (Ubuntu >=18.04, preferred | ||
20.04, CentOS >=7.5), or macOS 10. | ||
* Bayeux 3.5.3 depends on BxDecay >=1.1.0. | ||
|
||
Additions | ||
========= | ||
|
||
|
||
Removals | ||
========= | ||
|
||
|
||
Changes | ||
======= | ||
|
||
|
||
Fixes | ||
===== | ||
|
||
* Fix bug in ``dpp::input_module`` class. | ||
|
||
|
||
Bugs | ||
==== | ||
|
||
|
||
.. end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/// \file dpp/input_module.h | ||
/* Author(s) : Francois Mauger <[email protected]> | ||
* Creation date : 2013-08-16 | ||
* Last modified : 2013-12-13 | ||
* Last modified : 2022-06-06 | ||
* | ||
* Copyright (C) 2013 Francois Mauger <[email protected]> | ||
* Copyright (C) 2013-2022 Francois Mauger <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -161,10 +161,10 @@ namespace dpp { | |
|
||
private: | ||
|
||
bool _clear_record_; //!< A flag to automatically clear the data record before processing | ||
boost::scoped_ptr<io_common> _common_; //!< Common data structure | ||
i_data_source * _source_ = nullptr; //!< Abstract data reader | ||
bool _metadata_updated_ = false; //!< Flag for possible metadata update | ||
bool _clear_record_ = false; //!< A flag to automatically clear the data record before processing | ||
std::unique_ptr<io_common> _common_; //!< Common data structure | ||
i_data_source * _source_ = nullptr; //!< Abstract data reader | ||
bool _metadata_updated_ = false; //!< Flag for possible metadata update | ||
|
||
// Macro to automate the registration of the module : | ||
DPP_MODULE_REGISTRATION_INTERFACE(input_module) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/// \file dpp/output_module.h | ||
/* Author(s) : Francois Mauger <[email protected]> | ||
* Creation date : 2013-08-16 | ||
* Last modified : 2014-01-15 | ||
* Last modified : 2022-06-06 | ||
* | ||
* Copyright (C) 2013-2014 Francois Mauger <[email protected]> | ||
* Copyright (C) 2013-2022 Francois Mauger <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -30,9 +30,10 @@ | |
#ifndef DPP_OUTPUT_MODULE_H | ||
#define DPP_OUTPUT_MODULE_H 1 | ||
|
||
// Standard library: | ||
#include <memory> | ||
|
||
// Third party: | ||
// - Boost: | ||
#include <boost/scoped_ptr.hpp> | ||
// - Bayeux/datatools: | ||
#include <datatools/smart_filename.h> | ||
|
||
|
@@ -145,9 +146,9 @@ namespace dpp { | |
|
||
private: | ||
|
||
bool _preserve_existing_output_; //!< Flag to preserve existing output files | ||
boost::scoped_ptr<io_common> _common_; //!< Common data structure | ||
i_data_sink * _sink_ = nullptr; //!< Abstract data writer | ||
bool _preserve_existing_output_ = false; //!< Flag to preserve existing output files | ||
std::unique_ptr<io_common> _common_; //!< Common data structure | ||
i_data_sink * _sink_ = nullptr; //!< Abstract data writer | ||
|
||
// Macro to automate the registration of the module : | ||
DPP_MODULE_REGISTRATION_INTERFACE(output_module) | ||
|
Oops, something went wrong.