Skip to content

Releases: airsim/trademgen

Release 1.00.1

11 Nov 20:48
Compare
Choose a tag to compare

The CMake helper files are now aligned with those of StdAir.

Release 1.00.0

11 Nov 20:49
Compare
Choose a tag to compare
  • Open source release.
  • [Dev] Events no longer stored in the StdAir BOM root: new module SEvMgr
    handling events through an event queue.
  • [Dev] Services dedicated to JSON export of events.
  • [Build] Test coverage option with gcov.

Release 0.02.3

01 Jun 15:19
Compare
Choose a tag to compare
  • Two new criteria have been added to the fare rule and to the booking request.
  • The CMake build system now accepts independent unit tests (not dependent on the core module being built). That allows, for instance, to benchmark the project with third-party libraries.

Release 0.02.2

01 Jun 15:19
Compare
Choose a tag to compare

Took into account feedback from the review request (#728815). The test/math/sub-directory has been moved out into a dedicated GitHub repository (https://github.com/denisarnaud/playground). The other tests (sequential generation) are now checked.

Release 0.02.1

01 Jun 15:18
Compare
Choose a tag to compare
  • [Dev] Adapted the database-related source code to the new SOCI v3.1 API.
  • [Build] Improved the CMake build framework. For instance, the package versions are now correctly handled, for the simulator-related components, as well as for third-party libraries (e.g., Xapian, SOCI, Boost). Thee rpath/run-path is now inserted into the (library, executable) binaries (only when needed, though).
  • [Build] Removed any support for the GNU Autotools.

Release 0.01.0

01 Jun 15:17
Compare
Choose a tag to compare

First release. The demand rule sets are parsed either from a CSV file or from a built-in sample BOM tree. Then, TraDemGen generates booking requests according to the given rule sets.