Difference between revisions of "Third Party Libraries"

From Second Life Wiki
Jump to navigation Jump to search
Line 9: Line 9:
* http://www.boost.org/
* http://www.boost.org/
Boost is a set of portable c++ libraries which provide a wide set of functionality. We primarily use it for tokenization.
Boost is a set of portable c++ libraries which provide a wide set of functionality. We primarily use it for tokenization.
=== TUT ===
* http://tut-framework.sourceforge.net/
The TUT framework is a unit test framework based on the use of c++ meta template programming. We use it to test our libraries.


=== quicktime ===
=== quicktime ===

Revision as of 16:42, 30 October 2006

Third Party Libraries

apache portable runtime

The apache portable runtime is a set of c functions which provide a portable and consistent interface into operating system - or simply widely useful - functionality. We primarily use it for socket i/o.

boost

Boost is a set of portable c++ libraries which provide a wide set of functionality. We primarily use it for tokenization.

TUT

The TUT framework is a unit test framework based on the use of c++ meta template programming. We use it to test our libraries.

quicktime

libcurl

Libraries that need descriptions

  • cg
  • gl
  • expat
  • freetype
  • jpeglib
  • kdu
  • ogg
  • vorbis
  • sdl
  • smrtheap
  • speedtree
  • tut
  • xmlrpc-epi
  • zlib