Commit Graph

9 Commits

Author SHA1 Message Date
Tomasz Sowa d10bfc9a37 added: -I../../pikotools flag when compiling
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@443 e52654a7-88a9-db11-a3e9-0013d4bc506e
2013-10-15 23:49:06 +00:00
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
2012-03-30 04:24:52 +00:00
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
2012-03-08 13:54:21 +00:00
Tomasz Sowa ddd6ebd637 some workarond for MS Visual
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@385 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-02-15 07:45:56 +00:00
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
2012-01-12 02:53:55 +00:00
Tomasz Sowa 09dcf8f036 creating directory tito/trunk/src
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@376 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-01-12 02:52:16 +00:00
Tomasz Sowa b3a2befd41 moved tito/src into 'trunk'
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@375 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-01-12 02:51:22 +00:00
Tomasz Sowa 0555454dda now tito is using 'pikotools' (utf8)
git-svn-id: svn://ttmath.org/publicrep/tito/src@373 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-01-12 02:33:05 +00:00
Tomasz Sowa 929d5c3bca initial import of 'tito' library
git-svn-id: svn://ttmath.org/publicrep/tito/src@361 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-01-08 04:08:02 +00:00