Commit Graph

328 Commits

Author SHA1 Message Date
Boris Gubenko
37ad55c0ec add workaround for HP-UX aC++ compiler
[SVN r49706]
2008-11-12 23:25:03 +00:00
John Maddock
ab9f90c49d Merge fixes from Trunk.
Fixes #2392.

Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.

Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only. 

[SVN r49314]
2008-10-13 09:00:03 +00:00
John Maddock
2cf0711cd1 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library.  With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.

Fixes #2392.


[SVN r49254]
2008-10-10 16:10:00 +00:00
Beman Dawes
8fed7d4a1e Merge gil changes from trunk per Lubomir Bourdev
[SVN r47246]
2008-07-08 18:56:09 +00:00
Lubomir Bourdev
68b33f6e7b GIL: Replaced tabs with spaces.
[SVN r43742]
2008-03-21 09:43:19 +00:00
Lubomir Bourdev
ddf9f44ed3 GIL: Fixed a bug in planar device_n view construction.
[SVN r43741]
2008-03-21 09:40:59 +00:00
Lubomir Bourdev
310ec6f28d GIL: Changed a private type name to differ from #define used on some Linux systems.
[SVN r43735]
2008-03-20 04:27:41 +00:00
Hailin Jin
3a9c8996fa Fixed two minor compiler errors showing up under in the new GCC 4.3.0
[SVN r43565]
2008-03-11 17:28:42 +00:00
Lubomir Bourdev
08db3e7bec GIL: Changing size_t to std::size_t
[SVN r42781]
2008-01-14 23:25:10 +00:00
Lubomir Bourdev
f973cf2e09 Changed size_t to std::size_t
[SVN r42780]
2008-01-14 22:06:07 +00:00
Lubomir Bourdev
40f057b910 GIL: Fixed Intel compiler errors.
[SVN r42023]
2007-12-14 05:32:21 +00:00
Lubomir Bourdev
77b9620a8b Updated to version 2.1.2
Added support for more compilers.
Added new flag GIL_NONWORD_POINTER_ALIGNMENT_SUPPORTED to indicate whether dereferencing on non-word
boundary is supported. Enabling this flag improves performance.
Fixed two bugs related to non-byte-aligned images. The image alignment parameter is now specified in
bytes, and has a default of 0, which means "packed" alignment. In particular, for non-byte-aligned
images alignment of 0 means there are no padding bits at the ends of rows.
Added the allocator as an optional parameter to image constructors and image recreate methods.



[SVN r41165]
2007-11-17 03:38:25 +00:00
Lubomir Bourdev
31f7008924 GIL: Minor fix to tiff_io
[SVN r41009]
2007-11-11 18:25:39 +00:00
Hailin Jin
7e8f54c3f1 GIL: added missing standard C++ header files
[SVN r40936]
2007-11-08 17:31:56 +00:00
Hailin Jin
258332a785 GIL: removed an extra semi-colon and made some cosmetic changes
[SVN r40850]
2007-11-06 19:15:03 +00:00
Hailin Jin
f9b55241ad GIL: minor cumulative fixes
[SVN r40804]
2007-11-05 19:04:08 +00:00
Hailin Jin
f59c80103f GIL: fixed endian-ness related bugs for bit_aligned_pixel_reference and pixel_aligned_pixel_iterator
[SVN r39511]
2007-09-24 18:25:48 +00:00
Hailin Jin
f3f25f6ef5 GIL: commented out unnecessary pragma warning directives
[SVN r39393]
2007-09-19 18:45:30 +00:00
Hailin Jin
68f9f61d94 GIL: fixed incorrect header files for std::bad_cast
[SVN r39377]
2007-09-18 21:37:08 +00:00
Hailin Jin
918acc7451 GIL:
1. changed int to std::ptrdiff_t in utilities.hpp and iterator_from_2d.hpp for problems under 64-bit platforms
2. removed several extra semi-colons after GIL_CLASS_REQUIRE


[SVN r39376]
2007-09-18 21:19:05 +00:00
Lubomir Bourdev
2ad6747dd0 GIL 2.0 to 2.1 (see http://opensource.adobe.com/gil/gil2.1_changes.pdf). GIL 2.1 to 2.1.1 (see http://sourceforge.net/forum/forum.php?thread_id=1824588&forum_id=648138)
[SVN r39339]
2007-09-17 08:12:19 +00:00
Hailin Jin
1e92d4580e GIL: a further fix on the PNG IO 16-bit bug
[SVN r38868]
2007-08-23 19:26:55 +00:00
Hailin Jin
fd70ef69e7 GIL: fixed a endian-ness related bug in PNG IO routines
[SVN r38705]
2007-08-15 22:21:06 +00:00
Hailin Jin
a2ddafd181 GIL: added runtime endian-ness detection routines: little_endian() and big_endian()
[SVN r38704]
2007-08-15 22:19:48 +00:00
Lubomir Bourdev
560f17c1d1 Hooked up GIL regression tests to run from boost/status
Added kth_channel_view (like nth_channel_view but operates on heterogeneous views)


[SVN r37659]
2007-05-10 22:39:02 +00:00
Lubomir Bourdev
7af0b3c796 Fixed headers to refer to the Boost license. Fixed min/max issues and removed tabs.
[SVN r37609]
2007-05-07 07:32:02 +00:00
Lubomir Bourdev
6325625037 Initial submission of GIL 2.0
[SVN r37494]
2007-04-23 23:15:01 +00:00
Lubomir Bourdev
56808e228b Adding the first GIL file (testing CVS and SSH)
[SVN r37493]
2007-04-23 23:09:57 +00:00