Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor | 2009-12-19 | 2 | -2/+2 |
* | Sundry dependent-name fixes flagged by clang++. | John McCall | 2009-12-17 | 1 | -4/+4 |
* | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands | 2009-09-06 | 1 | -1/+1 |
* | Remove <iostream>. | Bill Wendling | 2009-08-15 | 1 | -20/+17 |
* | Remove unnecessary throw() specifications; LLVM doesn't use exceptions. | Dan Gohman | 2009-08-11 | 1 | -3/+3 |
* | Fix some -Asserts unused variable warnings. | Daniel Dunbar | 2009-08-08 | 1 | -6/+4 |
* | Added legal stuff, fixed some formatting issues. Removed the graph generator ... | Lang Hames | 2009-08-07 | 10 | -254/+142 |
* | New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based... | Lang Hames | 2009-08-06 | 10 | -0/+2672 |