This page lists the contributors to the project:
Beside the code written by contributors listed above, the project also
uses several free software projects, as follows:
- Qt project
-
is a cross-platform application and UI framework for developers using C++
- argtable
-
Argtable is an ANSI C library for parsing GNU style command
line options with a minimum of fuss. It enables a program's
command line syntax to be defined in the source code as
an array of argtable structs.
- googletest
-
Google's framework for writing C++ tests on a variety of
platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and
Symbian). Based on the xUnit architecture. Supports automatic
test discovery, a rich set of assertions, user-defined
assertions, death tests, fatal and non-fatal failures,
value- and type-parameterized tests, various options for
running the tests, and XML test report generation.
- google-diff-match-patch
-
The Diff Match and Patch libraries offer robust algorithms to
perform the operations required for synchronizing plain text.
(Above descriptions were shamelessly copied from their respective sites)
|