1
0
mirror of https://git.code.sf.net/p/lazarus-ccr/dcpcrypt synced 2024-11-18 16:31:48 +02:00
Commit Graph

16 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
f510caf923 Updated the README file.
Added the latest version info and URL information.
2014-01-17 15:32:21 +00:00
Graeme Geldenhuys
36c0bb2e2e Adds a git ignore file
This way the 'git status' and 'git gui' output is not borthered by unwanted
files.
2014-01-17 15:24:27 +00:00
Graeme Geldenhuys
610d6570e9 Normalise line endings 2014-01-17 15:22:53 +00:00
Graeme Geldenhuys
fa93073a71 Adds a git attributes file to help manage EOL styles. 2014-01-17 15:21:06 +00:00
Graeme Geldenhuys
cc09646fbf Changelog update and version number update for Lazarus package. 2010-03-26 12:28:42 +02:00
Graeme Geldenhuys
0c8d491e9c Added missing unit maintained by Lazarus IDE. 2010-03-26 12:24:24 +02:00
Graeme Geldenhuys
1bc3ce7147 Added two new utility methods. ZeroMemory() and XorBlockEx() 2010-03-26 12:20:36 +02:00
Graeme Geldenhuys
a1e559bf57 bump the point version number to v2.0.4.1 2010-03-26 12:16:01 +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
4ab5087350 Added a small changelog file 2009-11-16 13:31:23 +02:00
Graeme Geldenhuys
747d04b4d7 Renamed dcplazarus.lpk to dcpcrypt_laz.lpk for Lazarus design-time package.
* also sync'ed the version numbers of both packages
* also sync'ed the package descriptions.
2009-11-16 13:21:20 +02:00
Graeme Geldenhuys
869dc0cfb6 Updated version number and package output directory. 2009-11-13 17:08:04 +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