-
- Downloads
Removed all compile-time depdencies on byte ordering (big- or little- endianness). Replaced them with run-time conversions where necessary (only for packing/unpacking of colors into unsigned ints). Performance hit should be negligeable, but this will allow to compile Universal Binaries on Mac in a single step (instead of having to compile the PPC/big-endian and the i386/little-endian separately, which wouls be a royal pain in the butt).
Showing
- Common/ColorTable.cpp 7 additions, 7 deletionsCommon/ColorTable.cpp
- Common/Context.h 25 additions, 17 deletionsCommon/Context.h
- Common/DefaultOptions.h 112 additions, 158 deletionsCommon/DefaultOptions.h
- Common/Options.cpp 35 additions, 19 deletionsCommon/Options.cpp
- Common/Options.h 4 additions, 1 deletionCommon/Options.h
- Common/VertexArray.cpp 11 additions, 9 deletionsCommon/VertexArray.cpp
- Fltk/Callbacks.cpp 9 additions, 9 deletionsFltk/Callbacks.cpp
- Fltk/Colorbar_Window.cpp 25 additions, 25 deletionsFltk/Colorbar_Window.cpp
- Graphics/CreateFile.cpp 4 additions, 3 deletionsGraphics/CreateFile.cpp
- Graphics/Draw.cpp 13 additions, 13 deletionsGraphics/Draw.cpp
- Parser/Gmsh.tab.cpp 3 additions, 3 deletionsParser/Gmsh.tab.cpp
- Parser/Gmsh.y 3 additions, 3 deletionsParser/Gmsh.y
- Parser/Gmsh.yy.cpp 2 additions, 2 deletionsParser/Gmsh.yy.cpp
- configure 0 additions, 231 deletionsconfigure
- configure.in 1 addition, 10 deletionsconfigure.in
Loading
Please register or sign in to comment