gelsvn
bdplot
seema-scanner
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
gelsvn
(root)
/
branches
/
wireframe-experiments
/
makefiles
/
library.mk
@ 393
– Rev 393
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
393
6064 d 5 h
jab
/branches/wireframe-experiments/
Creating a branch of GEL for certain wireframe experiments
/branches/wireframe-experiments
187
7100 d 2 h
jab
/trunk/
Just a few osx changes
/trunk/Makefile
/trunk/makefiles/PlatformTemplate.mk
/trunk/makefiles/library.mk
138
7149 d 9 h
jab
/trunk/
Some changes to the makefiles.
/trunk/Makefile
/trunk/makefiles/Linux_i686_g++.mk
/trunk/makefiles/common.mk
/trunk/makefiles/config.mk
/trunk/makefiles/library.mk
137
7150 d 1 h
jab
/trunk/makefiles/
The makefiles were simplified and definitions has been merged into common.
/trunk/makefiles/definitions.mk
/trunk/makefiles/application.mk
/trunk/makefiles/common.mk
/trunk/makefiles/config.mk
/trunk/makefiles/library.mk
54
7212 d 6 h
jab
/trunk/
The Makefiles have been changed. There is now a "make install" target, and
make install installs the header files (by default INSTALL_PREFIX=/usr/local)
in e.g. ${INSTALL_PREFIX}/GEL/CGLA and likewise for the other directories.
The libraries for the active target er stored in /usr/local/lib/GEL_release or
/usr/local/lib/GEL_debug. The libraries are prefixed with GEL_ in order to
prevent name clashes.
Applications are put in /usr/local/bin
/trunk/Makefile
/trunk/makefiles/application.mk
/trunk/makefiles/library.mk
/trunk/src/CGLA/eigensolution.cpp
/trunk/src/HMesh/Face.cpp
2
7352 d 8 h
bj
/trunk/
initsl commit with a single app project
/trunk/GEL.sln
/trunk/Makefile
/trunk/README
/trunk/apps
/trunk/apps/CGLA-test
/trunk/apps/CGLA-test/CGLA-mat_test.vcproj
/trunk/apps/CGLA-test/Makefile
/trunk/apps/CGLA-test/covariance_test.cpp
/trunk/apps/CGLA-test/mat_test.cpp
/trunk/apps/CGLA-test/ogl_test.cpp
/trunk/apps/CGLA-test/simple_test.cpp
/trunk/apps/CGLA-test/vec_test.cpp
/trunk/doc
/trunk/doc/CodingConventions.txt
/trunk/doc/Doxyfile
/trunk/makefiles
/trunk/makefiles/AppTemplate.mk
/trunk/makefiles/Darwin_Power_Macintosh_g++.mk
/trunk/makefiles/IRIX_IP32_CC.mk
/trunk/makefiles/LibTemplate.mk
/trunk/makefiles/Linux_i686_g++.mk
/trunk/makefiles/Linux_i686_g++3.mk
/trunk/makefiles/Linux_i686_icc.mk
/trunk/makefiles/PlatformTemplate.mk
/trunk/makefiles/SunOS_sun4u_CC.mk
/trunk/makefiles/application.mk
/trunk/makefiles/common.mk
/trunk/makefiles/config.mk
/trunk/makefiles/definitions.mk
/trunk/makefiles/findcompiler.sh
/trunk/makefiles/library.mk
/trunk/src
/trunk/src/CGLA
/trunk/src/CGLA/ArithMatFloat.h
/trunk/src/CGLA/ArithSqMat2x2Float.h
/trunk/src/CGLA/ArithSqMat3x3Float.cpp
/trunk/src/CGLA/ArithSqMat3x3Float.h
/trunk/src/CGLA/ArithSqMat4x4Float.cpp
/trunk/src/CGLA/ArithSqMat4x4Float.h
/trunk/src/CGLA/ArithSqMatFloat.h
/trunk/src/CGLA/ArithVec.h
/trunk/src/CGLA/ArithVec2Float.cpp
/trunk/src/CGLA/ArithVec2Float.h
/trunk/src/CGLA/ArithVec3Float.cpp
/trunk/src/CGLA/ArithVec3Float.h
/trunk/src/CGLA/ArithVec3Int.h
/trunk/src/CGLA/ArithVec4Float.h
/trunk/src/CGLA/ArithVecFloat.h
/trunk/src/CGLA/ArithVecInt.h
/trunk/src/CGLA/BitMask.h
/trunk/src/CGLA/CGLA.h
/trunk/src/CGLA/CGLA.vcproj
/trunk/src/CGLA/ExceptionStandard.h
/trunk/src/CGLA/Makefile
/trunk/src/CGLA/Mat2x2d.h
/trunk/src/CGLA/Mat2x2f.h
/trunk/src/CGLA/Mat2x3f.h
/trunk/src/CGLA/Mat3x3d.h
/trunk/src/CGLA/Mat3x3f.cpp
/trunk/src/CGLA/Mat3x3f.h
/trunk/src/CGLA/Mat4x4f.cpp
/trunk/src/CGLA/Mat4x4f.h
/trunk/src/CGLA/Quaternion.cpp
/trunk/src/CGLA/Quaternion.h
/trunk/src/CGLA/TableTrigonometry.cpp
/trunk/src/CGLA/TableTrigonometry.h
/trunk/src/CGLA/UnitVector.h
/trunk/src/CGLA/Vec2d.h
/trunk/src/CGLA/Vec2f.h
/trunk/src/CGLA/Vec2i.cpp
/trunk/src/CGLA/Vec2i.h
/trunk/src/CGLA/Vec3Hf.h
/trunk/src/CGLA/Vec3d.h
/trunk/src/CGLA/Vec3f.cpp
/trunk/src/CGLA/Vec3f.h
/trunk/src/CGLA/Vec3i.cpp
/trunk/src/CGLA/Vec3i.h
/trunk/src/CGLA/Vec3uc.h
/trunk/src/CGLA/Vec3usi.h
/trunk/src/CGLA/Vec4f.h
/trunk/src/CGLA/Vec4uc.h
/trunk/src/CGLA/eigensolution.cpp
/trunk/src/CGLA/eigensolution.h
/trunk/src/CGLA/statistics.cpp
/trunk/src/CGLA/statistics.h