Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minisat: Make update script executable. | Tim 'mithro' Ansell | 2017-11-25 | 1 | -0/+0 |
| | |||||
* | minisat: Only define __STDC_XXX_MACROS if not already defined. | Tim 'mithro' Ansell | 2017-11-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Replace; #define __STDC_LIMIT_MACROS #define __STDC_FORMAT_MACROS With #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS #endif #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS #endif This fixes a compile warning if you are defining these macros in your CXXFLAGS (as some distros do). | ||||
* | Add minisat 00_PATCH_typofixes.patch | Clifford Wolf | 2017-03-27 | 1 | -0/+1 |
| | |||||
* | Remove use of <fpu_control.h> in minisat | Clifford Wolf | 2017-03-27 | 1 | -0/+1 |
| | |||||
* | Removed Minisat dependency on zlib | Clifford Wolf | 2014-07-25 | 1 | -0/+17 |