Skip to content
Snippets Groups Projects
  1. May 13, 2018
  2. Mar 28, 2018
  3. Mar 19, 2018
  4. Feb 19, 2018
  5. Jan 30, 2018
  6. Dec 04, 2017
  7. Oct 30, 2017
  8. Oct 03, 2017
  9. Sep 29, 2017
    • Giovanni Bussi's avatar
      Install pkg-config files. · 5455dc24
      Giovanni Bussi authored
      Three versions are installed:
      plumed - flags to link plumed (as in patch --shared)
      plumedWrapper - flag to link plumed wrapper only (as in patch --runtime)
      plumedInternals - flags to link full plumed library, including required CPPFLAGS
      
      Notice that some macros are stripped from CPPFLAGS. This might
      be improved in order to keep only the relevant ones.
      5455dc24
    • Giovanni Bussi's avatar
      Install libplumedWrapper.a · 9c1be80d
      Giovanni Bussi authored
      This library contains only the wrapper/Plumed.o object and
      can be used to link plumed with --runtime option without
      incurring in linking errors when the MD code links PLUMED_LOAD
      variables more than ones
      9c1be80d
  10. Sep 20, 2017
  11. Aug 04, 2017
  12. Jun 19, 2017
  13. May 29, 2017
  14. Apr 26, 2017
    • Giovanni Bussi's avatar
      Syntax highlight in doc · 8c0b1386
      Giovanni Bussi authored
      I replaced
      verbatim
      endverbatim
      with
      plumedfile
      endplumedfile
      
      in (hopefully) all the places where it was appropriate.
      8c0b1386
  15. Apr 21, 2017
  16. Apr 06, 2017
    • Giovanni Bussi's avatar
      plumedcheck in developer doc · 6e214749
      Giovanni Bussi authored
      6e214749
    • Giovanni Bussi's avatar
      Significant improvements in plumedcheck · 2fecf228
      Giovanni Bussi authored
      - Vim syntax for the awk file
      - Some information is given once per file now.
      - Registration of vessels and metrics is also logged.
      - Check that .h files do not include:
        * inc files (they are temporary)
        *  external .h file (they might be not available when using plumed library).
      The latter is only notified now, since it must be accepted for mpi.h
      - Separately store documented actions/cltools/other.
      - Check that module type is correct.
      - Extensive doc for each check added.
      2fecf228
  17. Feb 22, 2017
    • Giovanni Bussi's avatar
      Enable c++11 syntax. · 2ac6e1ad
      Giovanni Bussi authored
      This requires a few fixes:
      - Replace -ansi with -std=c++11 in autoconf.
      - Add a check that c++11 is supported in autoconf.
      - Change flags for cppcheck.
      - Remove travis configurations that would fail.
      
      Additionally, I removed the check for 'explicit' keyword,
      which is not needed with C++11.
      
      Fixes #212
      2ac6e1ad
  18. Sep 30, 2016
  19. Sep 14, 2016
  20. Jul 29, 2016
  21. Jul 28, 2016
  22. Jun 22, 2016
  23. Jun 13, 2016
  24. Apr 07, 2016
  25. Mar 14, 2016
    • Giovanni Bussi's avatar
      Improvements to VIM · 43bf7acc
      Giovanni Bussi authored
      - Implementation of short help (with :PHelp)
      - Updated doc
      - Autocompletion now knows if label was already provided at the beginning
        of the line and does not suggest it anymore in case
      - Compilation of the vim plugin is more similar to compilation
        of the user doc
      - Compilation of the vim plugin is made when doing "make install"
        from root dir.
      43bf7acc
  26. Mar 11, 2016
    • Giovanni Bussi's avatar
      Small fixes to VIM syntax · af1031b9
      Giovanni Bussi authored
      - Made plumed dictionaries local to buffer
      - Improved syntax annotation
        Now it also annotates spaces. Moreover, output is formatted.
        (requires a rt to be reset)
      - Fixed nested parenthesis
      - Made all regions foldable (include {})
      af1031b9
  27. Mar 10, 2016
Loading