1. 25 Jul, 2016 1 commit
  2. 10 Jul, 2014 2 commits
  3. 16 Jun, 2014 1 commit
    • Christopher Dembia's avatar
      Fix Clang warning about unhandled enum values. · debf09a4
      Christopher Dembia authored
      Clang had been generating the following warning:
      
      ```
      ParsedExpression.cpp:123:13:
      warning:
            30 enumeration values not handled in switch: 'CONSTANT', 'VARIABLE',
            'CUSTOM'...
                  [-Wswitch]
                      switch (node.getOperation().getId()) {
                                      ^
                                      1 warning generated.
      ```
      
      To get rid of this warning, I added a default case, which does nothing.
      debf09a4
  4. 16 Oct, 2013 1 commit
  5. 19 Sep, 2011 1 commit
  6. 10 Dec, 2009 1 commit
  7. 24 Nov, 2009 1 commit
  8. 23 Nov, 2009 1 commit
  9. 20 Nov, 2009 1 commit
  10. 02 Nov, 2009 1 commit
  11. 30 Oct, 2009 1 commit
  12. 18 Aug, 2009 1 commit
  13. 12 Aug, 2009 1 commit
  14. 06 Aug, 2009 1 commit
  15. 28 Jul, 2009 1 commit
  16. 25 Jul, 2009 1 commit
  17. 24 Jul, 2009 1 commit
  18. 23 Jul, 2009 3 commits
  19. 14 Jul, 2009 1 commit
  20. 10 Jul, 2009 1 commit
  21. 23 Jun, 2009 1 commit
  22. 22 Apr, 2009 1 commit
  23. 21 Apr, 2009 1 commit
  24. 23 Jun, 2008 1 commit
    • Christopher Bruns's avatar
      Many changes to build OpenMM on Windows: · 90f31a68
      Christopher Bruns authored
      1) Added DLL export macros to many classes; enough to get tests to compile
      2) Cosmetic changes to reduce warnings in Visual Studio:
         a) change many "for (int i ="... to "for (size_t i ="... to avoid unsigned mismatch warnings
         b) included many explicit static_cast<OpenMMReal>() casts to document places where double->float conversion warnings occur
      90f31a68
  25. 04 Jun, 2008 1 commit
  26. 19 Apr, 2008 1 commit
  27. 18 Apr, 2008 1 commit
  28. 16 Apr, 2008 1 commit