Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LZ4LIB_API | Kouhei Sutou | 2016-09-22 | 6 | -29/+29 |
| | | | | | | | | | | | | 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 | 6 | -12/+0 |
| | |||||
* | CFLAGS += $(MOREFLAGS) | inikep | 2016-09-03 | 6 | -0/+12 |
| | |||||
* | remove EnablePREfast=true for Win32 | inikep | 2016-09-02 | 6 | -36/+12 |
| | |||||
* | set OutDir | inikep | 2016-09-02 | 6 | -25/+7 |
| | |||||
* | update IncludePath | inikep | 2016-09-02 | 6 | -30/+30 |
| | |||||
* | restored lz4.vcxproj | inikep | 2016-09-02 | 1 | -0/+182 |
| | |||||
* | added appveyor.yml | inikep | 2016-09-02 | 1 | -0/+13 |
| | |||||
* | renamed VS project | inikep | 2016-09-02 | 13 | -1417/+947 |
| | |||||
* | Add static library target for msbuild | Nate Rosenblum | 2015-08-25 | 3 | -0/+234 |
| | |||||
* | Increased stack memory considered normal by Visual static analyzer | Yann Collet | 2015-06-29 | 5 | -0/+20 |
| | |||||
* | Added static analyzer test in Visual | Yann Collet | 2015-06-29 | 5 | -0/+40 |
| | |||||
* | Modified files rights | Yann Collet | 2015-03-31 | 11 | -0/+0 |
| | |||||
* | Removed Visual 2013 solution, as AppVeyor automated mode only works with a ↵ | Yann Collet | 2015-03-31 | 11 | -1127/+0 |
| | | | | single solution | ||||
* | Added : Visual 2013 solution | Yann Collet | 2015-03-31 | 13 | -0/+1131 |
| | |||||
* | Updated Visual 2012 solution : + 3 projects (fullbench, frametest, datagen) | Yann Collet | 2015-03-31 | 11 | -10/+657 |
| | |||||
* | Removed .suo & .user files from Visual solutions | Yann Collet | 2015-03-31 | 3 | -8/+0 |
| | |||||
* | Added : Visual project directory | Yann Collet | 2015-01-13 | 8 | -0/+484 |