All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] convert img to xpm
@ 2010-07-23  0:10 Kristen Carlson Accardi
  2010-07-23  0:10 ` [PATCH 1/2] stkutil: " Kristen Carlson Accardi
  2010-07-23  0:10 ` [PATCH 2/2] test-stkutil: unit test for img to xpm converter Kristen Carlson Accardi
  0 siblings, 2 replies; 17+ messages in thread
From: Kristen Carlson Accardi @ 2010-07-23  0:10 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

Changes from last version:
* Added length parameter
* created enum for scheme
* added sanity checking for img length
* added character lookup table to keep color strings
  to no more than 2 chars per pixel.

Kristen Carlson Accardi (2):
  stkutil: convert img to xpm
  test-stkutil: unit test for img to xpm converter

 src/stkutil.c       |  148 +++++++++++++++++++++++++++++++
 src/stkutil.h       |    8 ++
 unit/test-stkutil.c |  240 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 396 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/2] convert images to xpm
@ 2010-07-26 18:27 Kristen Carlson Accardi
  2010-07-26 18:27 ` [PATCH 1/2] stkutil: convert img " Kristen Carlson Accardi
  0 siblings, 1 reply; 17+ messages in thread
From: Kristen Carlson Accardi @ 2010-07-26 18:27 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

Changes since last version:
* whitespace changes
* corrected sanity tests
* changed signature to pass clut and clut_len to function
* updated unit tests for new signature

Kristen Carlson Accardi (2):
  stkutil: convert img to xpm
  test-stkutil: unit test for img to xpm converter

 src/stkutil.c       |  147 ++++++++++++++++++++++++++++++
 src/stkutil.h       |    9 ++
 unit/test-stkutil.c |  247 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 403 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/2] convert img to xpm
@ 2010-07-22  5:06 Kristen Carlson Accardi
  2010-07-22  5:06 ` [PATCH 1/2] stkutil: " Kristen Carlson Accardi
  0 siblings, 1 reply; 17+ messages in thread
From: Kristen Carlson Accardi @ 2010-07-22  5:06 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]



Kristen Carlson Accardi (2):
  stkutil: convert img to xpm
  test-stkutil: unit test for img to xpm converter

 src/stkutil.c       |  108 ++++++++++++++++++++++++
 src/stkutil.h       |    1 +
 unit/test-stkutil.c |  233 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 342 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-07-26 19:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23  0:10 [PATCH 0/2] convert img to xpm Kristen Carlson Accardi
2010-07-23  0:10 ` [PATCH 1/2] stkutil: " Kristen Carlson Accardi
2010-07-23 20:03   ` Denis Kenzior
2010-07-23 20:52     ` Kristen Carlson Accardi
2010-07-23 21:03       ` Denis Kenzior
2010-07-23 21:39         ` Kristen Carlson Accardi
2010-07-23 21:46           ` Denis Kenzior
2010-07-23 22:02             ` Kristen Carlson Accardi
2010-07-23 22:03               ` Denis Kenzior
2010-07-23  0:10 ` [PATCH 2/2] test-stkutil: unit test for img to xpm converter Kristen Carlson Accardi
  -- strict thread matches above, loose matches on Subject: below --
2010-07-26 18:27 [PATCH 0/2] convert images to xpm Kristen Carlson Accardi
2010-07-26 18:27 ` [PATCH 1/2] stkutil: convert img " Kristen Carlson Accardi
2010-07-26 19:47   ` Denis Kenzior
2010-07-22  5:06 [PATCH 0/2] " Kristen Carlson Accardi
2010-07-22  5:06 ` [PATCH 1/2] stkutil: " Kristen Carlson Accardi
2010-07-22 16:12   ` Denis Kenzior
2010-07-22 19:53     ` Kristen Carlson Accardi
2010-07-22 20:05       ` Denis Kenzior
2010-07-23  2:55         ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.