Log of /tito
Directory Listing
Revision
992 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 12 04:12:13 2014 UTC
(8 years, 2 months ago)
by
tomek
Diff to
previous 986
instead of directly using 'ar' program we are using the AR macro now
(which defaults to 'ar' if you do not define it)
Revision
398 -
Directory Listing
-
[select for diffs]
Modified
Fri Mar 30 04:24:52 2012 UTC
(10 years, 10 months ago)
by
tomek
Diff to
previous 396
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
Revision
396 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 8 13:54:21 2012 UTC
(10 years, 11 months ago)
by
tomek
Diff to
previous 385
added: to crypto:
bool Crypt(const std::string & in, std::string & out)
bool Decrypt(const std::string & in, std::string & out)