Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added lz4.rc | Przemyslaw Skibinski | 2016-11-09 | 2 | -0/+54 |
| | |||||
* | removed LZ4_DLL_EXPORT=1 (2) | Przemyslaw Skibinski | 2016-11-09 | 1 | -4/+4 |
| | |||||
* | updated IntDir | Przemyslaw Skibinski | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | VS project: added setargv.obj | Przemyslaw Skibinski | 2016-11-08 | 1 | -1/+6 |
| | |||||
* | added datagen.c to lz4.vcxproj | Przemyslaw Skibinski | 2016-11-07 | 1 | -0/+2 |
| | |||||
* | TreatWarningAsError=true only for debug | Przemyslaw Skibinski | 2016-11-07 | 1 | -4/+4 |
| | |||||
* | util.h requires CharacterSet=MultiByte | Przemyslaw Skibinski | 2016-11-07 | 1 | -4/+4 |
| | |||||
* | Add LZ4LIB_API | Kouhei Sutou | 2016-09-22 | 1 | -5/+5 |
| | | | | | | | | | | | | It's based on Zstandard's ZSTDLIB_API. See also: https://github.com/Cyan4973/lz4/issues/216#issuecomment-226245432 Deprecated functions aren't LZ4LIB_API targets. Because we don't need to export deprecated functions from now. There are same LZ4LIB_API definitions in each header files instead of including a common header file because LZ4_DEPRECATED is defined so. | ||||
* | disabled <RunCodeAnalysis> for Win32 | inikep | 2016-09-03 | 1 | -2/+0 |
| | |||||
* | CFLAGS += $(MOREFLAGS) | inikep | 2016-09-03 | 1 | -0/+2 |
| | |||||
* | remove EnablePREfast=true for Win32 | inikep | 2016-09-02 | 1 | -6/+2 |
| | |||||
* | set OutDir | inikep | 2016-09-02 | 1 | -4/+1 |
| | |||||
* | update IncludePath | inikep | 2016-09-02 | 1 | -5/+5 |
| | |||||
* | restored lz4.vcxproj | inikep | 2016-09-02 | 1 | -0/+182 |