[go: up one dir, main page]

Menu

Tree [633554] master1.1 /
 History

HTTPS access


File Date Author Commit
 ext.lua 2015-03-04 Patrick Chabrier Patrick Chabrier [f714ea] lua: add the vle ext.lua package
 ext.muparser 2014-09-09 Ronan Trépos Ronan Trépos [89b2c2] all: fix string comparison in CMakeLists.txt
 gvle2.experimentalConditions 2015-04-13 Ronan Trépos Ronan Trépos [633554] gvle2.experimentalConditions: update
 gvle2.output 2015-04-04 Ronan Trépos Ronan Trépos [454f5b] gvle2.output: add
 vle.examples 2015-02-11 Ronan Trépos Ronan Trépos [992e80] vle.examples: remove old vpz
 vle.extension.celldevs 2014-09-09 Ronan Trépos Ronan Trépos [89b2c2] all: fix string comparison in CMakeLists.txt
 vle.extension.cellqss 2014-09-09 Ronan Trépos Ronan Trépos [89b2c2] all: fix string comparison in CMakeLists.txt
 vle.extension.decision 2014-12-17 Patrick Chabrier Patrick Chabrier [b1297c] decision: to take benefit from relatives dates
 vle.extension.difference-equation 2015-02-10 Patrick Chabrier Patrick Chabrier [077c1f] difference-equation: fix the GUI for Windows
 vle.extension.differential-equation 2014-09-25 Gauthier Quesnel Gauthier Quesnel [b5ea5c] diff-equ: add vle.output in build depends
 vle.extension.dsdevs 2014-09-09 Ronan Trépos Ronan Trépos [89b2c2] all: fix string comparison in CMakeLists.txt
 vle.extension.fsa 2014-09-09 Ronan Trépos Ronan Trépos [89b2c2] all: fix string comparison in CMakeLists.txt
 vle.extension.petrinet 2014-09-09 Ronan Trépos Ronan Trépos [89b2c2] all: fix string comparison in CMakeLists.txt
 vle.forrester 2015-03-26 Patrick Chabrier Patrick Chabrier [b440b9] gvle2.experimentalConditions: add
 vle.ibm 2015-03-12 Patrick Chabrier Patrick Chabrier [da1980] vle.ibm: add the vle.ibm package
 vle.output 2014-09-09 Ronan Trépos Ronan Trépos [89b2c2] all: fix string comparison in CMakeLists.txt
 .gitignore 2013-03-06 Gauthier Quesnel Gauthier Quesnel [e11d34] repository: Add a gitignore file
 README.rst 2014-04-03 Gauthier Quesnel Gauthier Quesnel [3f137a] README: update

Read Me

Virtual Laboratory Environment 1.1

A lot of packages for the VFL.

See AUTHORS and COPYRIGHT files for the list of contributors.

Changes since v1.1.0

Nothing

Changes since v1.1.0-beta4

all: replace Gtksourceviewmm with Gtksourceview all: update CMakeLists with WITH_WARNINGS option decision: fix the plugin clearance decision: uncomment the ack function signature

Changes since v1.1.0-beta3

  • de: fix private typedef
  • output: add more precision in float/double output
  • output: fix the flushbybag feature

Changes since v1.1.0-beta2

  • ChangeLog: removed
  • README: switch to rst
  • README: add ext.muparser and vle.forrester
  • README: update
  • decision: fix the plugin selection management
  • decision: fix the plugin model settings
  • output: add a flushbybag output option
  • all: fix Description files

Changes since v1.1.0-beta1

  • all: fix CPack directives
  • all: update CMakeLists.txt without GVLE
  • cmake: update FindVLE and FindGVLE
  • decision: fix the data directory management
  • differential: allow the update of state variables
  • differential: set a default initialisation
  • differential: simplify the initialisation
  • forrester: fix the drawing area refreshment
  • forrester: update the Conditions
  • forrester: update the observables generator
  • muParser: fix the name of the CMake project
  • package-1.1.0-beta2

Requirements

  • vle (>= 1.1)
  • boost (>= 1.41)
  • cmake (>= 2.8.0)
  • make (>= 1.8)
  • c++ compiler (gcc >= 4.4, clang >= 3.1, intel icc (>= 11.0)

Getting the code

The source tree is currently hosted on Github and Sourceforge. To view the repository online: https://github.com/vle-forge/packages The URL to clone it:

git clone git://github.com/vle-forge/packages.git

Installation

Once you have met requirements, compiling and installing is simple:

cd packages
vle-1.1 --package=vle.output configure build
vle-1.1 --package=vle.extension.celldevs configure build
vle-1.1 --package=vle.extension.cellqss configure build
vle-1.1 --package=vle.extension.decision configure build
vle-1.1 --package=vle.extension.difference-equation configure build
vle-1.1 --package=vle.extension.differential-equation configure build
vle-1.1 --package=vle.extension.dsdevs configure build
vle-1.1 --package=vle.extension.fsa configure build
vle-1.1 --package=vle.extension.petrinet configure build
vle-1.1 --package=vle.examples configure build
vle-1.1 --package=vle.examples ext.muparser configure build
vle-1.1 --package=vle.examples vle.forrester configure build

License

This software in GPLv3 or later. See the file COPYING. Some files are under a different license. Check the headers for the copyright info.