1. 10 Jul, 2014 2 commits
  2. 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
  3. 16 Oct, 2013 1 commit
  4. 19 Sep, 2011 1 commit
  5. 10 Dec, 2009 1 commit
  6. 24 Nov, 2009 1 commit
  7. 23 Nov, 2009 1 commit
  8. 20 Nov, 2009 1 commit
  9. 02 Nov, 2009 1 commit
  10. 30 Oct, 2009 1 commit
  11. 18 Aug, 2009 1 commit
  12. 12 Aug, 2009 1 commit
  13. 06 Aug, 2009 1 commit
  14. 28 Jul, 2009 1 commit
  15. 25 Jul, 2009 1 commit
  16. 24 Jul, 2009 1 commit
  17. 23 Jul, 2009 3 commits
  18. 14 Jul, 2009 1 commit
  19. 10 Jul, 2009 1 commit
  20. 23 Jun, 2009 1 commit
  21. 22 Apr, 2009 1 commit
  22. 21 Apr, 2009 1 commit
  23. 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
  24. 04 Jun, 2008 1 commit
  25. 19 Apr, 2008 1 commit
  26. 18 Apr, 2008 1 commit
  27. 16 Apr, 2008 1 commit