- Apr 06, 2017
-
-
Giovanni Bussi authored
-
- Jul 15, 2016
-
-
Giovanni Bussi authored
lapack and blas README files were not shown. I guess this happened with some doxygen update that ignores README files. Solved renaming to README.md. [makedoc]
-
Giovanni Bussi authored
-
- Aug 03, 2015
-
-
Giovanni Bussi authored
-
- Jul 07, 2015
-
-
Giovanni Bussi authored
to doxygen 1.8.7
-
- Jul 02, 2015
-
-
Gareth Tribello authored
-
- Feb 02, 2015
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Dec 06, 2014
-
-
Giovanni Bussi authored
-
- Jun 03, 2014
-
-
Giovanni Bussi authored
-
- Apr 14, 2014
-
-
Giovanni Bussi authored
I also re-imported lapack and blas
-
- Jan 03, 2014
-
-
Giovanni Bussi authored
I removed many graphs that were probably not useful and were cluttering the output. Moreover, I enabled the search engine and added an alphabetic list of classes (classes -> class index)
-
Giovanni Bussi authored
-
- May 21, 2013
-
-
Giovanni Bussi authored
It was wasting space (especially the developer one) and anyway improperly formatted. Could be readded later if we fix formatting.
-
- May 16, 2013
-
-
Gareth Tribello authored
-
- Mar 26, 2013
-
-
Giovanni Bussi authored
Changed Doxygen options so that full source is included. Source files are also easier to be navigated in the browser now.
-
- 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
-
- Sep 26, 2012
-
-
Gareth Tribello authored
Added a tool for generating template versions of the various collective variables. This involved changing the secondary structure variables work (by default you now do LESS_THAN). In addition, plumed now understands that atoms can be specified in multiple ways sometimes. Also changed the developer manual so as to make it easier to find the tutorials
-
- Sep 24, 2012
-
-
Giovanni Bussi authored
This allow avoiding warning (and possibly errors) with parsing comments inside comments. The pages are not in developer-doc directory, and a link to them is given in class Colvar, Function, and CLTool
-
- Jul 12, 2012
-
-
Gareth Tribello authored
-
- Jul 05, 2012
-
-
Gareth Tribello authored
the header files for these abstract base classes
-
Gareth Tribello authored
Doxygen groups
-
Giovanni Bussi authored
-
- Feb 15, 2012
-
-
Gareth Tribello authored
more comprehensible quick intro to the code. In addition I have added an extract script much like the one we use for the developer manual so that we can make lists of the various re-usable tools that people implement in the code.
-
- Jun 30, 2011
-
-
Giovanni Bussi authored
I also upgraded the doxygen configuration files to 1.7.4 version
-
- Jun 29, 2011
-
-
Gareth Tribello authored
-
- Jun 16, 2011
-
-
Giovanni Bussi authored
This is the draft version that I prepared and that we will use as a starting point. Still it is a bit dirty, and I will try to improve documentation and delete unused routines
-