Commit Graph

  • 9b60fc138a Added two scripts Hailin Jin 2008-03-17 22:28:58 +0000
  • 3412889eed Merged licence/copyright fixes from Trunk. John Maddock 2008-03-16 10:26:10 +0000
  • e40439716e Added copyright notice and Boost license Hailin Jin 2008-03-15 23:53:32 +0000
  • 5a509d1d24 Added copyright notice and Boost license Hailin Jin 2008-03-15 23:50:04 +0000
  • c11bd9beeb Added copyright notice and Boost license Hailin Jin 2008-03-15 23:45:25 +0000
  • 4c02a09902 Add copyright notice and Boost license Hailin Jin 2008-03-15 23:44:54 +0000
  • 3a9c8996fa Fixed two minor compiler errors showing up under in the new GCC 4.3.0 Hailin Jin 2008-03-11 17:28:42 +0000
  • bc6f1f7d89 GIL: fixed the problem with std::hex by adding #include <ios> Hailin Jin 2008-01-22 22:10:48 +0000
  • 08db3e7bec GIL: Changing size_t to std::size_t Lubomir Bourdev 2008-01-14 23:25:10 +0000
  • f973cf2e09 Changed size_t to std::size_t Lubomir Bourdev 2008-01-14 22:06:07 +0000
  • 40f057b910 GIL: Fixed Intel compiler errors. Lubomir Bourdev 2007-12-14 05:32:21 +0000
  • 4631b9a4f4 GIL: fixed the Makefile along with a minor fix Hailin Jin 2007-12-13 01:28:15 +0000
  • 0423fdb4b9 GIL: Typo in documentation. Lubomir Bourdev 2007-12-03 19:13:15 +0000
  • 2a7dcebb2b Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:38:02 +0000
  • 6e2ae34489 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +0000
  • ed397659f0 GIL: broke the main test into small tests Hailin Jin 2007-11-19 18:34:59 +0000
  • 295cbad284 GIL: updated the design guide based on the new changes Hailin Jin 2007-11-19 17:26:12 +0000
  • 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. Lubomir Bourdev 2007-11-17 03:38:25 +0000
  • 1433eb0330 GIL: added a local copy of the Doxygen documentation (second batch) Hailin Jin 2007-11-15 02:32:04 +0000
  • 6a5de69a4b GIL: added a local copy of the Doxygen documentation Hailin Jin 2007-11-15 02:30:13 +0000
  • 0e2ad2a9a5 GIL: removed the example directory from the documentation as it is a duplication and re-directed the Doxygen documentation to a local copy (to be submitted next) Hailin Jin 2007-11-15 02:07:53 +0000
  • 03446d0042 GIL documentation Lubomir Bourdev 2007-11-11 20:01:45 +0000
  • 895140a56b GIL: Documentation Lubomir Bourdev 2007-11-11 19:46:14 +0000
  • 7a540cfb02 GIL: Documentation Lubomir Bourdev 2007-11-11 19:29:06 +0000
  • 31f7008924 GIL: Minor fix to tiff_io Lubomir Bourdev 2007-11-11 18:25:39 +0000
  • 0bdf433b19 GIL: added namespace prefix to avoid confusion Hailin Jin 2007-11-08 17:35:37 +0000
  • 7e8f54c3f1 GIL: added missing standard C++ header files Hailin Jin 2007-11-08 17:31:56 +0000
  • 258332a785 GIL: removed an extra semi-colon and made some cosmetic changes Hailin Jin 2007-11-06 19:15:03 +0000
  • f9b55241ad GIL: minor cumulative fixes Hailin Jin 2007-11-05 19:04:08 +0000
  • 52eb86d7d2 GIL: added a MSVC macro in the Jamfile to suppress warnings on unsafe STL calls Hailin Jin 2007-09-24 18:45:57 +0000
  • f59c80103f GIL: fixed endian-ness related bugs for bit_aligned_pixel_reference and pixel_aligned_pixel_iterator Hailin Jin 2007-09-24 18:25:48 +0000
  • d3a8a4103f GIL: fixed the test files to the new bit_aligned_pixel_reference interface Hailin Jin 2007-09-24 18:20:56 +0000
  • f3f25f6ef5 GIL: commented out unnecessary pragma warning directives Hailin Jin 2007-09-19 18:45:30 +0000
  • db55fd2347 GIL: fixed the C4503 warnings under VC Hailin Jin 2007-09-19 18:41:47 +0000
  • 68f9f61d94 GIL: fixed incorrect header files for std::bad_cast Hailin Jin 2007-09-18 21:37:08 +0000
  • 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 Hailin Jin 2007-09-18 21:19:05 +0000
  • 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) Lubomir Bourdev 2007-09-17 08:12:19 +0000
  • 6ba113bbb4 fixing affine Lubomir Bourdev 2007-09-17 07:53:06 +0000
  • 38ee69a971 GIL: Updating mandelbrot example with the new GIL. Lubomir Bourdev 2007-09-17 06:36:22 +0000
  • 1e92d4580e GIL: a further fix on the PNG IO 16-bit bug Hailin Jin 2007-08-23 19:26:55 +0000
  • fd70ef69e7 GIL: fixed a endian-ness related bug in PNG IO routines Hailin Jin 2007-08-15 22:21:06 +0000
  • a2ddafd181 GIL: added runtime endian-ness detection routines: little_endian() and big_endian() Hailin Jin 2007-08-15 22:19:48 +0000
  • 8140f4b645 Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +0000
  • 560f17c1d1 Hooked up GIL regression tests to run from boost/status Added kth_channel_view (like nth_channel_view but operates on heterogeneous views) Lubomir Bourdev 2007-05-10 22:39:02 +0000
  • bde62ada6b Fixed headers to refer to the Boost license. Lubomir Bourdev 2007-05-07 07:33:33 +0000
  • 7af0b3c796 Fixed headers to refer to the Boost license. Fixed min/max issues and removed tabs. Lubomir Bourdev 2007-05-07 07:32:02 +0000
  • 9311679cb0 Initial version of boost/libs/gil Lubomir Bourdev 2007-04-24 01:58:42 +0000
  • 6325625037 Initial submission of GIL 2.0 Lubomir Bourdev 2007-04-23 23:15:01 +0000
  • 56808e228b Adding the first GIL file (testing CVS and SSH) Lubomir Bourdev 2007-04-23 23:09:57 +0000