0
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added API docs for JpegLsDecode and made info const (only read from) More... over 10 years ago
Updated C# projects to target .NET 4.6 (Visual Studio 2015 CTP 5 includes .NET 4.6 as the default .NET version) Fixed some minor issues in the native VS 2015 project files Note: Checked build and .NET build are not working as Code Contracts and /analyse are not yet supported. More... over 10 years ago
Added underscores to class members. More... over 10 years ago
Method argument updated to match base class. More... over 10 years ago
Changed argument passed by pointer, that never can be NULL, to passed by reference. More... over 10 years ago
Added EncoderStrategyTest class to unit test EncoderStrategy class and solve work item 10742 (Failed assertion in EncodeStrategy) More... over 10 years ago
Removed not needed casts. More... over 10 years ago
Replaced ASSERT macro with a simple Assert::IsTrue method to makt it possible to execute unit tests on release builds of CharLS. This solves also the many warnings when compiling the release build with GCC on Linux. More... over 10 years ago
Corrected CharLS native method definition for x64. More... over 10 years ago
Removed obsolete svnbridge files and added custom build steps to ensure data files are copied to the correct location. More... over 10 years ago
Removal of obsolete Microsoft source control files (not needed by Git) Removal of support for Visual Studio 2010 (not working). Visual Studio 2013 is a free download. More... over 10 years ago
Added reference to "Style and Design"txt file. More... over 10 years ago
Updated the output paths and the .NET version (from .NET 4.5.1 to .NET 4.5.2) More... over 10 years ago
A couple of style updates. More... over 10 years ago
Refactored typedef LONG in standard C++ 11 int32_t. More... over 10 years ago
Updated name of external header file from interface.h to charls.h to make it more clear which header files external apps should include. More... over 10 years ago
Refactored couple of functions arguments from passing as const pointer to const reference (arguments are not allowed to be NULL). More... over 10 years ago
GCC fixed More... over 10 years ago
Sample bmp file More... over 10 years ago
Moved charls_category from header file to implementation file. There is no need to include this class in a header file. More... over 10 years ago
Initial code for BMP to JPEG-LS convert sample More... over 10 years ago
Refactored throwing JlsException to throwing the C++ 11 std::system_error mechanism. More... over 10 years ago
Refactored JPEG_xxx defines into enum class JpegMarkerCode More... over 10 years ago
Updated output folders of C++ projects for Visual Studio 2015 More... over 10 years ago
Replaced custom USHORT typedef with standard uint16_t definition More... over 10 years ago
Enabled language extensions. Macro UINT16_MAX requires that extensions are enabled. More... over 10 years ago
Added msbuild target to detect missing Code Contracts. More... over 10 years ago
Replaced custom BYTE typedef with standard uint8_t definition More... over 10 years ago
Updated CMakeLists.txt to improve support for building Debug and Release versions More... over 10 years ago
Updated project file for Visual Studio 2015 (from VS 14 CTP) More... over 10 years ago