- Dec 06, 2012
-
-
Giovanni Bussi authored
-
- Nov 23, 2012
-
-
Giovanni Bussi authored
All the source code have been moved into subdirectories of src/ Some of these subdirectories are treated in a special manner: src/wrapper contains the wrappers for MD codes src/main contains the main.cpp file src/config contains files generated without compilation, just based on configuration info src/lib is the place where executables and libraries are put at the end src/cltools contains the command line tools src/tools contains plumed tools (reusable classes) src/basic contains PlumedMain, Action hierarchy and other basic stuff src/multicolvar contains MultiColvar stuff src/imd is the interactive MD (still not totally portable). Notice that, to allow easy inclusion of .h files from other modules, I link all the directories in src/ into module directory. In this way it is possible e.g. to write #include "config/PlumedConfig.h" See src/README and src/basic/Makefile to understand how inter-module dependencies are set
-
- Aug 16, 2012
-
-
Gareth Tribello authored
re-passed in to main of CLTools. Also fixed some mistakes in the developer documentation for Colvars and Functions
-
Gareth Tribello authored
command line tools easy to document in the same manner as Actions are easy to document
-
- Jul 20, 2012
-
-
Giovanni Bussi authored
as suggested by Gareth
-
- Jul 19, 2012
-
-
Giovanni Bussi authored
I added a PEOPLE file containing list of authors and a script (src/header.sh) which applies the Licence to all the source files. It can be applies multiple times (it automatically deletes the present header and replace it with the new one). Thus, to change the header, edit header.sh and execute it.
-
- Jun 06, 2012
-
-
Giovanni Bussi authored
I tried to remove a lot of includes using forward declarations
-
- Feb 10, 2012
-
-
Giovanni Bussi authored
to allow "plumed manual --action pippo" syntax
-
Gareth Tribello authored
some of the English and in some cases writing new documentation. Also sorted a number of issues that arise because of the awkward formatting that is Doxygen requires
-
Gareth Tribello authored
action in html. Fixed it so that the output of html also works for keywords that don't take any input (for instance SetupUnits)
-