Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libarchive: Fix Borland integer constants | Brad King | 2009-11-04 | 6 | -5/+29 |
| | | | | | | | Some versions of Borland provide <stdint.h>, so we use it when possible. However, the 64-bit signed and unsigned integer min/max constants cause overflow warnings from Borland itself! For these constants we fall back on our default definitions. | ||||
* | libarchive: Disable Borland warnings | Brad King | 2009-11-04 | 3 | -0/+15 |
| | | | | | We disable warnings to silence them while making minimal changes to third-party code. | ||||
* | libarchive: Disable MSVC warnings | Brad King | 2009-11-04 | 1 | -0/+4 |
| | | | | | We disable warnings to silence them while making minimal changes to third-party code. | ||||
* | Fix for warning on dash8 that caused a build failure because of -WError | Bill Hoffman | 2009-11-04 | 1 | -2/+2 |
| | |||||
* | Fix for dash17 ACL requires linking to a library acl that we don't want to ↵ | Bill Hoffman | 2009-11-03 | 1 | -2/+2 |
| | | | | depend on. | ||||
* | remove makefiles as they cause the in source build test of cmake to fail | Bill Hoffman | 2009-11-03 | 8 | -660/+0 |
| | |||||
* | borland builds, but still has some link errors | Bill Hoffman | 2009-11-02 | 7 | -4/+15 |
| | |||||
* | Fixes for borland, compiles with lots of warnings, but compiles, might fix ↵ | Bill Hoffman | 2009-11-01 | 9 | -57/+90 |
| | | | | vs70 again too. | ||||
* | Fix for haiku | Bill Hoffman | 2009-10-31 | 2 | -0/+47 |
| | |||||
* | Try to fix borland | Bill Hoffman | 2009-10-31 | 1 | -1/+1 |
| | |||||
* | Try to fix old hpux | Bill Hoffman | 2009-10-30 | 3 | -6/+18 |
| | |||||
* | Remove unused variable to fix warning | Bill Hoffman | 2009-10-30 | 1 | -1/+2 |
| | |||||
* | Remove unused variable to fix warning | Bill Hoffman | 2009-10-30 | 1 | -1/+1 |
| | |||||
* | only use archive_entry_copy_bhfi.c on windows so we don't get empty .o file ↵ | Bill Hoffman | 2009-10-30 | 1 | -2/+2 |
| | | | | warnings | ||||
* | Fix for VS 7 or lower not having ULL postfix for types | Bill Hoffman | 2009-10-30 | 1 | -1/+5 |
| | |||||
* | Fix compile issues on Mac OSX 10.3 on midworld dashboard. | David Cole | 2009-10-30 | 2 | -6/+6 |
| | |||||
* | Switch to using libarchive from libtar for cpack and cmake -E tar | Bill Hoffman | 2009-10-30 | 387 | -0/+128986 |
This allows for a built in bzip and zip capability, so external tools will not be needed for these packagers. The cmake -E tar xf should be able to handle all compression types now as well. |