Tomasz Sowa
536ba37e33
add LICENSE file
4 days ago
Tomasz Sowa
a3b1cec4db
change licence from 3-Clause BSD to 2-Clause BSD
4 days ago
Tomasz Sowa
fc88b575b0
add src/version.h with macros: TITO_VERSION_MAJOR, TITO_VERSION_MINOR, TITO_VERSION_PATCH
...
Let the version be 0.3.0.
7 days ago
Tomasz Sowa
a212a69517
add global Makefile
...
src/Makefile uses now 'find' for looking for *.cpp files
and we don't need Makefile.o.dep anymore
2 weeks ago
Tomasz Sowa
e02fe7a235
make depend
1 year ago
Tomasz Sowa
d1c24a061b
make depend
1 year ago
Tomasz Sowa
5aa215c334
fixed compilation: pikotools is in src subdirectory now
1 year ago
Tomasz Sowa
9da05dfb4f
fixed warning int/size_t
1 year ago
Tomasz Sowa
deb8c31951
updated to the new pikotools api: changed utf8 functions PascalCase to snake_case
1 year ago
Tomasz Sowa
399a645a81
make depend
1 year ago
Tomasz Sowa
b4aa3e8b3e
added .gitignore file
1 year ago
Tomasz Sowa
70a30f4c7c
src/Makefile.dep
...
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@1174 e52654a7-88a9-db11-a3e9-0013d4bc506e
3 years ago
Tomasz Sowa
ff5381cfa9
added: AES: encoding/decoding CBC mode with PKCS7 padding
...
added: base32 encoding/decoding
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@1159 e52654a7-88a9-db11-a3e9-0013d4bc506e
4 years ago
Tomasz Sowa
575ba9f6bd
changed: Makefile.o.dep
...
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@1113 e52654a7-88a9-db11-a3e9-0013d4bc506e
4 years ago
Tomasz Sowa
8d446b60a6
changed: using relative paths calculated with relative_path now
...
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@1033 e52654a7-88a9-db11-a3e9-0013d4bc506e
6 years ago
Tomasz Sowa
551b8d3f17
instead of directly using 'ar' program we are using the AR macro now
...
(which defaults to 'ar' if you do not define it)
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@992 e52654a7-88a9-db11-a3e9-0013d4bc506e
8 years ago
Tomasz Sowa
29e36a1571
removed: svn:executable attribute from files
...
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@986 e52654a7-88a9-db11-a3e9-0013d4bc506e
8 years ago
Tomasz Sowa
d10bfc9a37
added: -I../../pikotools flag when compiling
...
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@443 e52654a7-88a9-db11-a3e9-0013d4bc506e
9 years ago
Tomasz Sowa
23b06ec094
changed: in Crypto::Crypt()
...
MSVC compiler in debug mode reports accessing to vector[0] element (assertion)
when the vector was empty
(we took only a pointer without dereferencing)
now we are using a dummy char object in such a case
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@398 e52654a7-88a9-db11-a3e9-0013d4bc506e
10 years ago
Tomasz Sowa
a5a0201ec1
added: to crypto:
...
bool Crypt(const std::string & in, std::string & out)
bool Decrypt(const std::string & in, std::string & out)
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@396 e52654a7-88a9-db11-a3e9-0013d4bc506e
10 years ago
Tomasz Sowa
ddd6ebd637
some workarond for MS Visual
...
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@385 e52654a7-88a9-db11-a3e9-0013d4bc506e
11 years ago
Tomasz Sowa
b97d237ead
moved files from tito/trunk to tito/trunk/src
...
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@377 e52654a7-88a9-db11-a3e9-0013d4bc506e
11 years ago
Tomasz Sowa
09dcf8f036
creating directory tito/trunk/src
...
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@376 e52654a7-88a9-db11-a3e9-0013d4bc506e
11 years ago
Tomasz Sowa
b3a2befd41
moved tito/src into 'trunk'
...
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@375 e52654a7-88a9-db11-a3e9-0013d4bc506e
11 years ago
Tomasz Sowa
0555454dda
now tito is using 'pikotools' (utf8)
...
git-svn-id: svn://ttmath.org/publicrep/tito/src@373 e52654a7-88a9-db11-a3e9-0013d4bc506e
11 years ago
Tomasz Sowa
929d5c3bca
initial import of 'tito' library
...
git-svn-id: svn://ttmath.org/publicrep/tito/src@361 e52654a7-88a9-db11-a3e9-0013d4bc506e
11 years ago