• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

extra/H23-Mar-2007-964669

squish.xcodeproj/H23-Mar-2007-703689

vs7/H23-Mar-2007-522518

ChangeLogH A D23-Mar-20071.8 KiB5341

DoxyfileH A D19-Feb-20068.2 KiB224222

MakefileH A D07-Apr-2006529 3218

READMEH A D01-Oct-20061.5 KiB3626

alpha.cppH A D29-Jun-20068 KiB349235

alpha.hH A D29-Jun-20061.6 KiB4210

clusterfit.cppH A D23-Mar-200711.9 KiB394252

clusterfit.hH A D23-Mar-20072 KiB6226

colourblock.cppH A D17-Feb-20065.1 KiB215132

colourblock.hH A D17-Feb-20061.7 KiB4210

colourfit.cppH A D07-Apr-20061.7 KiB5121

colourfit.hH A D07-Apr-20061.7 KiB5419

colourset.cppH A D21-Mar-20073.4 KiB12267

colourset.hH A D21-Mar-20071.9 KiB5923

configH A D01-Oct-2006406 2317

config.hH A D01-Oct-20061.9 KiB5017

maths.cppH A D19-Jan-20065.6 KiB228148

maths.hH A D21-Mar-20074.3 KiB234173

rangefit.cppH A D02-Sep-20064.9 KiB203121

rangefit.hH A D25-Jul-20061.7 KiB5521

simd.hH A D21-Mar-20071.5 KiB4111

simd_float.hH A D21-Mar-20073.9 KiB184130

simd_sse.hH A D21-Mar-20074.9 KiB181114

simd_ve.hH A D21-Mar-20074 KiB167108

singlecolourfit.cppH A D21-Mar-20074.3 KiB173100

singlecolourfit.hH A D21-Mar-20071.8 KiB5924

singlecolourlookup.inlH A D21-Mar-200737.4 KiB1,0411,036

squish-Info.plistH A D04-Oct-2006619 2120

squish.cppH A D21-Mar-20076.5 KiB240146

squish.hH A D21-Mar-20079.9 KiB24824

README

1LICENSE
2-------
3
4The squish library is distributed under the terms and conditions of the MIT
5license. This license is specified at the top of each source file and must be
6preserved in its entirety.
7
8BUILDING AND INSTALLING THE LIBRARY
9-----------------------------------
10
11If you are using Visual Studio 2003 or above under Windows then load the Visual
12Studio 2003 project in the vs7 folder. By default, the library is built using
13SSE2 optimisations. To change this either change or remove the SQUISH_USE_SSE=2
14from the preprocessor symbols.
15
16If you are using a Mac then load the Xcode 2.2 project in the distribution. By
17default, the library is built using Altivec optimisations. To change this
18either change or remove SQUISH_USE_ALTIVEC=1 from the preprocessor symbols. I
19guess I'll have to think about changing this for the new Intel Macs that are
20rolling out...
21
22If you are using unix then first edit the config file in the base directory of
23the distribution, enabling Altivec or SSE with the USE_ALTIVEC or USE_SSE
24variables, and editing the optimisation flags passed to the C++ compiler if
25necessary. Then make can be used to build the library, and make install (from
26the superuser account) can be used to install (into /usr/local by default).
27
28REPORTING BUGS OR FEATURE REQUESTS
29----------------------------------
30
31Feedback can be sent to Simon Brown (the developer) at si@sjbrown.co.uk
32
33New releases are announced on the squish library homepage at
34http://sjbrown.co.uk/?code=squish
35
36