Skip to content
Snippets Groups Projects
  1. Jun 16, 2016
  2. Jun 15, 2016
  3. Jun 14, 2016
  4. Jun 13, 2016
    • Giovanni Bussi's avatar
      Merge branch 'v2.2' · 44d12b9e
      Giovanni Bussi authored
      44d12b9e
    • Giovanni Bussi's avatar
      Fixed cppcheck issue · 5885d648
      Giovanni Bussi authored
      I fixed a complain of cppcheck which discourage using
      find()==0
      
      This will allow upgrading to latest cppcheck.
      5885d648
    • Giovanni Bussi's avatar
      changelog · 6df289cd
      Giovanni Bussi authored
      [makedoc]
      6df289cd
    • Giovanni Bussi's avatar
      Always use local plumed for manual · 5608a42d
      Giovanni Bussi authored
      I changed the scripts to build the manual (and the vim script stuff) so that
      they always use the locally compiled plumed. I think this is more consistent,
      especially when one has already installed plumed and is installing it
      again to a new location.
      5608a42d
    • Giovanni Bussi's avatar
      Merge branch 'v2.2' · c9363903
      Giovanni Bussi authored
      c9363903
    • Giovanni Bussi's avatar
      Added all_plus_docs target · 4bcc5a1e
      Giovanni Bussi authored
      useful for macports
      4bcc5a1e
    • Giovanni Bussi's avatar
      changelog · 99fcd86d
      Giovanni Bussi authored
      [makedoc]
      99fcd86d
    • Giovanni Bussi's avatar
      Added plumed config tool · c90d4542
      Giovanni Bussi authored
      I implemented a shell-only tool "plumed config"
      
      This tool can be used to probe the src/config/config.txt
      configuration file.
      
      So far it can be used e.g. as
      plumed config has mpi
      to enquire for an enabled feature.
      
      It has some advantage wrt the --has-xxx options:
      
      1. It is based on file src/config/config.txt,
      which parses configure.ac and header files to find possible -D
      and Makefile.conf to find activated -D.
      This means that it is not necessary to manually
      edit the src/config/Config.h and src/core/CLToolsMain.cpp
      file to add new defines
      
      2. it is shell only, thus works in cross compiled environment
      c90d4542
    • Giovanni Bussi's avatar
      Added config.txt file · dc6be2cb
      Giovanni Bussi authored
      This is a textual file that contains all the configuration info.
      
      It should be easier to parse from scripts.
      dc6be2cb
    • Giovanni Bussi's avatar
      Merge branch 'v2.2' · 2130f248
      Giovanni Bussi authored
      2130f248
    • Giovanni Bussi's avatar
      changelog · 463367b6
      Giovanni Bussi authored
      [makedoc]
      463367b6
    • Giovanni Bussi's avatar
      Improved PlumedMain::load() · 13f478b5
      Giovanni Bussi authored
      Now works also when plumed has been installed with a different name
      13f478b5
Loading