File: README

package info (click to toggle)
libfilezilla 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,600 kB
  • sloc: cpp: 7,563; sh: 4,193; makefile: 147
file content (51 lines) | stat: -rw-r--r-- 1,685 bytes parent folder | download
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
                                 libfilezilla
                                 -------------

                         Copyright (C) 2018  Tim Kosse
                       https://lib.filezilla-project.org/

Overview
--------

libfilezilla is a free, open source C++ library, offering some basic
functionality to build high-performing, platform-independent programs. Some
of the highlights include:

- A typesafe, multi-threaded event system that's very simple to use yet extremely efficient
- Timers for periodic events
- A datetime class that not only tracks timestamp but also their accuracy, which simplifies dealing with timestamps originating from different sources
- Simple process handling for spawning child processes with redirected I/O


This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Documentation
-------------

Documentation is available at https://lib.filezilla-project.org/doc/

Supported systems
-----------------

libfilezilla has been tested on the following platforms:
- Several major Linux distributions
- FreeBSD and other BSD variants
- Mac OS X
- Windows Vista, 7, 8.1 and 10 (9x/ME/NT4/2000/XP are not supported)

Tested architectures:
- x86
- x86-64 / amd64

FileZilla may be able to run on additional systems and architectures.

Contact
-------

Project website: https://lib.filezilla-project.org/
IRC:             #filezilla on chat.freenode.net
Project leader:  mailto:tim.kosse@filezilla-project.org (Support requests per
                 mail will be ignored)