-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathLibrariesAndToolsUsedInProject.txt
82 lines (63 loc) · 2.38 KB
/
LibrariesAndToolsUsedInProject.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Server code uses:
1) Boost C++ libraries: asio, date_time, filesystem, property_tree, thread and other.
http://www.boost.org
Including Boost Log 1.0 library
http://boost-log.sourceforge.net
Copyright © 2007 , 2008, 2009, 2010 Andrey Semashev
2) JsonRpc-Cpp
http://jsonrpc-cpp.sourceforge.net
3) XmlRpc++
http://xmlrpcpp.sourceforge.net
4) The FreeImage open source image library. See http://freeimage.sourceforge.net for details.
FreeImage is used under the (GNU GPL or FIPL), version (license version).
5) SQLite
http://www.sqlite.org
Great thanks to ioannis(http://www.mail-archive.com/[email protected]/msg30403.html) for sqlite3_unicode.c.
6) MPFDParser
http://grigory.info/MPFDParser.About.html
7) Mongoose
https://code.google.com/p/mongoose
Client code uses:
1) jQuery Javascript library
http://jquery.com
2) jQueryUI Javascript library
http://jqueryui.com
3) Plugins for jQuery library:
3.1) DataTables
http://www.datatables.net
Copyright (c) 2008-2010, Allan Jardine
3.2) Cookie
http://plugins.jquery.com/files/jquery.cookie.js.txt
Copyright (c) 2006 Klaus Hartl (stilbuero.de)
3.3) Star Rating
http://www.fyneworks.com/jquery/star-rating
Copyright © 2008 Fyneworks.com
3.4) Select boxes
http://www.texotela.co.uk/code/jquery/select
Copyright (c) 2006-2010 Sam Collett (http://www.texotela.co.uk)
3.5) jScroller2
http://jscroller2.markusbordihn.de
Copyright (c) 2008 Markus Bordihn (markusbordihn.de)
3.6) jQuery-File-Upload
https://github.com/blueimp/jQuery-File-Upload
Copyright 2010, Sebastian Tschan
4) JSON/XML-RPC Client
http://code.google.com/p/json-xml-rpc
Copyright: 2007, Weston Ruter <http://weston.ruter.net/>
Following tools are used in build process:
1) Google Closure Compiler
http://code.google.com/intl/ru/closure/compiler
2) YUI Compressor
http://developer.yahoo.com/yui/compressor
3) Verpatch
http://www.codeproject.com/KB/install/VerPatch.aspx
4) Inno Setup installer
http://www.jrsoftware.org/isinfo.php
5) 7Zip
http://www.7-zip.org
Documentation generation:
1) Doxygen
http://www.stack.nl/~dimitri/doxygen/index.html
2) HTML Help Workshop and Documentation
http://www.microsoft.com/en-us/download/details.aspx?id=21138
Great thanks to all the people who created these libraries and tools, and to all people who support them.