Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.TXT | 2012-01-06 | 1.8 kB | |
cyoencode-1.0.2.zip | 2012-01-06 | 16.1 kB | |
cyoencode-1.0.2.tar.gz | 2012-01-06 | 9.1 kB | |
Totals: 3 Items | 27.0 kB | 0 |
=============================================================================== CyoEncode http://cyoencode.sourceforge.net/ Copyright (c) 2009-2012, Graham Bull. All rights reserved. =============================================================================== Version 1.0.2 Release Date 5th January 2012 ------------------------------------------------------------------------------- 1. License ------------------------------------------------------------------------------- CyoEncode is made available under the terms of the Berkeley Software Distribution (BSD) licence, as detailed in LICENSE.TXT. This allows you complete freedom to use and distribute the code in source and/or binary form, as long as you respect the original copyright. ------------------------------------------------------------------------------- 2. Instructions ------------------------------------------------------------------------------- Simply copy the required source files (CyoEncode.h/cpp and CyoDecode.h/cpp) into your C/C++ project. Examples of usage can be found in the test.c file. For Unix/Linux developers, there's a shell script that will build the test using GCC. For Windows developers, Visual Studio projects are included. ------------------------------------------------------------------------------- 3. Release Notes ------------------------------------------------------------------------------- 1.0.2 - 5th January 2012 - A little refactoring, added some shared functions. - Added VS42010 project file. - Added x64 build configurations. 1.0.1 - 25th September 2009 - Added the cyoBase??Validate() functions. - Added detection of invalid encodings in the cyoBase??Decode() functions, rather than relying on assertions. 1.0.0 - 19th August 2009 - First release.