1
0
mirror of https://git.code.sf.net/p/lazarus-ccr/dcpcrypt synced 2024-11-24 08:12:14 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Graeme Geldenhuys
14586ed66d Correctly hide the FPC compiler mode - in case Delphi is used
Seeing that other parts of the code already does IFDEF FPC, lets be consistent.
2014-01-17 16:35:13 +00:00
Graeme Geldenhuys
610d6570e9 Normalise line endings 2014-01-17 15:22:53 +00:00
Graeme Geldenhuys
1bc3ce7147 Added two new utility methods. ZeroMemory() and XorBlockEx() 2010-03-26 12:20:36 +02:00
Graeme Geldenhuys
9d151d353a Fixes a hell of a lot of compiler warnings.
* Also implemented a local dcpFillChar() method which uses a 'out'
  parameter causing less compiler hints.
2009-11-17 17:11:47 +02:00
Graeme Geldenhuys
a6a0258b48 Rather large fix to correctly support 64-bit platforms.
* My previous attempt was not thorough enough and I missed a
  lot of details.
* More testing was done and now it seems to work correctly on 32-bit
  and 64-bit Linux.
2009-11-17 17:07:00 +02:00
Graeme Geldenhuys
c25cfb494f Fixed compiler errors under 64-bit FPC using Linux. 2009-11-13 17:07:38 +02:00
Graeme Geldenhuys
63da555da4 Initial commit.
* This is is the standard v2 beta3 from Lazarus CCR
  which in turn is a FPC + Lazarus port from
  http://www.cityinthesky.co.uk/cryptography.html

* Only change I made, was to split the 'dcpcrypt' package
  into two. One is a GUI independant package. And the other
  is the Lazarus IDE (design time) package. Only the latter
  requires Lazarus. So the runtime only package can be used
  with non-LCL applications too, like fpGUI.
2009-11-13 16:49:44 +02:00