Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | windows: Fix process termination code. | Joey Hess | 2014-02-13 |
| | | | | | | | | | | | The ctrl-c hack used before didn't actually seem to work. No haskell libraries expose TerminateProcess. I tried just calling it via FFI, but got segfaults, probably to do with the wacky process handle not being managed correctly. Moving it all into one C function worked. This was hell. The EvilLinker hack was just final icing on the cake. We all know what the cake was made of. | ||
* | remove debug info | Joey Hess | 2014-01-30 |
| | |||
* | fix EvilLinker to not stomp on environment | Joey Hess | 2013-12-10 |
| | |||
* | remove debug | Joey Hess | 2013-12-10 |
| | |||
* | parse out additional env vars when running collect2 | Joey Hess | 2013-12-10 |
| | |||
* | try setting TMPDIR for collect2 to not use C:\Windows | Joey Hess | 2013-12-10 |
| | |||
* | debug | Joey Hess | 2013-12-10 |
| | |||
* | remove debug | Joey Hess | 2013-12-10 |
| | |||
* | fix infinite recursion on failed parse | Joey Hess | 2013-12-09 |
| | |||
* | wall clean | Joey Hess | 2013-12-09 |
| | |||
* | record output to file | Joey Hess | 2013-12-09 |
| | |||
* | detect parse failure where command is somehow empty (wtf?) | Joey Hess | 2013-12-09 |
| | |||
* | more horrible path fixup | Joey Hess | 2013-12-08 |
| | |||
* | typo | Joey Hess | 2013-12-07 |
| | |||
* | debug | Joey Hess | 2013-12-07 |
| | |||
* | lose the -v2, unneeded | Joey Hess | 2013-12-07 |
| | |||
* | improve debuggin on failure | Joey Hess | 2013-12-06 |
| | |||
* | improve parser robustness | Joey Hess | 2013-12-06 |
| | |||
* | try to fix collect2 output parser | Joey Hess | 2013-12-06 |
| | |||
* | more verbose cabal | Joey Hess | 2013-12-06 |
| | |||
* | more paths | Joey Hess | 2013-12-06 |
| | |||
* | better output | Joey Hess | 2013-12-06 |
| | |||
* | error reporting | Joey Hess | 2013-12-06 |
| | |||
* | use EvilLinker on autobuilder (will probably need some more horrible path fixes) | Joey Hess | 2013-12-06 |
| | |||
* | aaargh | Joey Hess | 2013-12-06 |
| | |||
* | more path mangling, because DOS | Joey Hess | 2013-12-06 |
| | |||
* | propigate ld failure | Joey Hess | 2013-12-06 |
| | |||
* | progress | Joey Hess | 2013-12-06 |
| | |||
* | pass COLLECT_GCC_OPTIONS | Joey Hess | 2013-12-06 |
| | |||
* | now it gets truely nightmarish | Joey Hess | 2013-12-06 |
| | |||
* | gcc output parser | Joey Hess | 2013-12-06 |
| | |||
* | foo | Joey Hess | 2013-12-06 |
| | |||
* | mangle \ in paths (sheesh) | Joey Hess | 2013-12-06 |
| | |||
* | update | Joey Hess | 2013-12-06 |
| | |||
* | debug | Joey Hess | 2013-12-06 |
| | |||
* | EvilLinker stage 2 | Joey Hess | 2013-12-06 |
| | |||
* | EvilLinker, stage 1 | Joey Hess | 2013-12-06 |