Google Code Exporter
Google Code Exporter
``` With this and my other patches, particularly issue #13 (on which this has a hard dependency), it's possible to compile and run crunch on, for example, ARM. I've had...
``` Not really correct on amd64, and breaks things nicely on non-x86. ``` Original issue reported on code.google.com by `[email protected]` on 25 Jan 2013 at 4:05 Attachments: - [0006-march-core2-is-WRONG-on-AMD-hardware.-And-anything-n.patch](https://storage.googleapis.com/google-code-attachments/crunch/issue-13/comment-0/0006-march-core2-is-WRONG-on-AMD-hardware.-And-anything-n.patch)
``` See patches for details. (Names should be descriptive enough.) ``` Original issue reported on code.google.com by `[email protected]` on 25 Jan 2013 at 4:03 Attachments: - [0003-Return-NULL-not-false-from-functions-which-return-po.patch](https://storage.googleapis.com/google-code-attachments/crunch/issue-12/comment-0/0003-Return-NULL-not-false-from-functions-which-return-po.patch) - [0004-Fix-up-some-implicit-narrowing-casts.patch](https://storage.googleapis.com/google-code-attachments/crunch/issue-12/comment-0/0004-Fix-up-some-implicit-narrowing-casts.patch) -...
``` Header dependency tracking, cleaner output. ``` Original issue reported on code.google.com by `[email protected]` on 25 Jan 2013 at 4:01 Attachments: - [0001-Track-source-dependencies-pretty-print-make-output.patch](https://storage.googleapis.com/google-code-attachments/crunch/issue-11/comment-0/0001-Track-source-dependencies-pretty-print-make-output.patch)
``` Here's a patch to fix the compilation on a linux 64bits system. I've compared the 32 and 64 bits files produced and they have same size. Also, the dds...
``` To preface this, I rarely write C++ so please review this patch carefully :) I tested on OSX Lion and checked the build on my CentOS 5.5 box, unfortunately...
``` What steps will reproduce the problem? 1. I have downloaded the latest version (April 2012) and the Makefile of http://code.google.com/p/crunch/issues/detail?id=1. 2. I went to the crnlib folder and I...
``` How to do a realtime compression to a DXT1 crn? Thanks in advance, Arthur ``` Original issue reported on code.google.com by `[email protected]` on 7 Oct 2012 at 4:43
``` I would find it very useful if stitching capabilities were added to the crunchD commandline tool. With stitching it would be possible to use multiple separate images as manually...
``` What steps will reproduce the problem? 1.using makefile downloaded from issues 2.alejandro@desktop:~/crunch-src/crnlib$ make What is the expected output? What do you see instead? expected output: linux binary real output:...