Searched full:build (Results 1 – 25 of 49) sorted by relevance
12
/lz4-3.4.0-2.7.6/build/VS2010/ |
D | lz4.sln | 31 {E30329AC-0057-4FE0-8FDA-7F650D398C4C}.Debug|Win32.Build.0 = Debug|Win32 33 {E30329AC-0057-4FE0-8FDA-7F650D398C4C}.Debug|x64.Build.0 = Debug|x64 35 {E30329AC-0057-4FE0-8FDA-7F650D398C4C}.Release|Win32.Build.0 = Release|Win32 37 {E30329AC-0057-4FE0-8FDA-7F650D398C4C}.Release|x64.Build.0 = Release|x64 39 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|Win32.Build.0 = Debug|Win32 41 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|x64.Build.0 = Debug|x64 43 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|Win32.Build.0 = Release|Win32 45 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|x64.Build.0 = Release|x64 47 {9092C5CC-3E71-41B3-BF68-4A7BDD8A5476}.Debug|Win32.Build.0 = Debug|Win32 49 {9092C5CC-3E71-41B3-BF68-4A7BDD8A5476}.Debug|x64.Build.0 = Debug|x64 [all …]
|
/lz4-3.4.0-2.7.6/build/VS2017/ |
D | lz4.sln | 33 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|Win32.Build.0 = Debug|Win32 35 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|x64.Build.0 = Debug|x64 37 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|Win32.Build.0 = Release|Win32 39 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|x64.Build.0 = Release|x64 41 {9092C5CC-3E71-41B3-BF68-4A7BDD8A5476}.Debug|Win32.Build.0 = Debug|Win32 43 {9092C5CC-3E71-41B3-BF68-4A7BDD8A5476}.Debug|x64.Build.0 = Debug|x64 45 {9092C5CC-3E71-41B3-BF68-4A7BDD8A5476}.Release|Win32.Build.0 = Release|Win32 47 {9092C5CC-3E71-41B3-BF68-4A7BDD8A5476}.Release|x64.Build.0 = Release|x64 49 {18B9F1A7-9C66-4352-898B-30804DADE0FD}.Debug|Win32.Build.0 = Debug|Win32 51 {18B9F1A7-9C66-4352-898B-30804DADE0FD}.Debug|x64.Build.0 = Debug|x64 [all …]
|
/lz4-3.4.0-2.7.6/contrib/meson/ |
D | README.md | 1 Meson build system for lz4 4 Meson is a build system designed to optimize programmer productivity. 9 This Meson build system is provided with no guarantee. 11 ## How to build 18 ninja # to build 28 To configure build options, use:
|
D | meson_options.txt | 18 description: 'Enable programs build') 20 description: 'Enable tests build') 22 description: 'Enable contrib build') 24 description: 'Enable examples build')
|
/lz4-3.4.0-2.7.6/ |
D | NEWS | 15 build: link to user-defined memory functions with LZ4_USER_MEMORY_FUNCTIONS, suggested by Yuriy Lev… 16 build: contrib/cmake_unofficial/ moved to build/cmake/ 17 build: visual/* moved to build/ 18 build: updated meson script, by @neheb 19 build: tinycc support, by Anton Kochkov 41 build: improved Windows build, by @JPeterMugaas 42 build: AIX, by Norman Green 50 build: source code can be amalgamated, by Bing Xu 51 build: added meson build, by @lzutao 52 build: new build macros : LZ4_DISTANCE_MAX, LZ4_FAST_DEC_LOOP [all …]
|
D | appveyor.yml | 1 version: 1.0.{build} 89 …msbuild "build\VS2010\lz4.sln" %ADDITIONALPARAM% /m /verbosity:minimal /property:PlatformToolset=v… 93 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /t:Clean,Build… 97 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v120 /t:Clean,Build… 101 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v140 /t:Clean,Build… 102 COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe programs\
|
D | .travis.yml | 11 - make # test library build 168 - name: (Trusty) scan-build + cppcheck 193 - name: tag build 200 - name: (Xenial) Meson + clang build 208 …travis_retry curl -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.9.0… 225 contrib/meson build 226 - pushd build
|
D | README.md | 29 |dev | [![Build Status][travisDevBadge]][travisLink] [![Build status][AppveyorDevBadge]]…
|
/lz4-3.4.0-2.7.6/build/ |
D | README.md | 17 4. Go to decompressed directory then to `build` then `VS2010` and open `lz4.sln` 20 7. Press F7 on keyboard or select `BUILD` from the menu bar and choose `Build Solution`. 21 8. If compilation will be fine a compiled executable will be in `build\VS2010\bin\x64_Release\lz4.e… 27 `build\VS2010\bin\$(Platform)_$(Configuration)` directory. For example `lz4` set to `x64` and 28 `Release` will be compiled to `build\VS2010\bin\x64_Release\lz4.exe`. The solution file contains the 44 `build\VS2010\bin\$(Platform)_$(Configuration)\liblz4.lib` are required to 55 `build\VS2010\bin\$(Platform)_$(Configuration)\liblz4.dll`.
|
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | fullbench-dll.sln | 14 {13992FD2-077E-4954-B065-A428198201A9}.Debug|Win32.Build.0 = Debug|Win32 16 {13992FD2-077E-4954-B065-A428198201A9}.Debug|x64.Build.0 = Debug|x64 18 {13992FD2-077E-4954-B065-A428198201A9}.Release|Win32.Build.0 = Release|Win32 20 {13992FD2-077E-4954-B065-A428198201A9}.Release|x64.Build.0 = Release|x64
|
D | README.md | 31 Use `cd example` and `make` to build `fullbench-dll` and `fullbench-lib`.
|
/lz4-3.4.0-2.7.6/.circleci/ |
D | config.yml | 2 # It should include any build commands you had along with commands that CircleCI 11 build: 26 # We have selected a pre-built image that mirrors the build environment we use on 36 …# If you break your build into multiple jobs with workflows, you will probably want to do the pa… 44 # This would typically be a build job when using workflows, possibly combined with build 67 …# If you break your build into multiple jobs with workflows, you will probably want to do the pa…
|
/lz4-3.4.0-2.7.6/lib/ |
D | README.md | 7 #### Minimal LZ4 build 43 by using build macros `LZ4_PUBLISH_STATIC_FUNCTIONS` 47 #### Build macros 49 The following build macro can be selected to adjust source code behavior at compilation time : 62 This build macro only influences the compressed output of the compressor. 69 This build macro offers another project-specific method 80 This is achieved by setting this build macros .
|
/lz4-3.4.0-2.7.6/contrib/snap/ |
D | README.md | 6 build your application from any source and ship it to any Linux 17 * build the snap by installing the snapcraft package and running it 19 * push snap/* changes to the repo (excluding any crud generated by a build of course)
|
/lz4-3.4.0-2.7.6/contrib/djgpp/ |
D | README.MD | 3 Andrew Wu's build-djgpp cross compilers ([GH][0], [Binaries][1]) on OSX, Linux. 20 [0]: https://github.com/andrewwutw/build-djgpp 21 [1]: https://github.com/andrewwutw/build-djgpp/releases
|
/lz4-3.4.0-2.7.6/build/cmake/ |
D | CMakeLists.txt | 15 option(LZ4_BUILD_CLI "Build lz4 program" ON) 16 option(LZ4_BUILD_LEGACY_LZ4C "Build lz4c progam with legacy argument support" ON) 66 # Allow people to choose whether to build shared or static libraries 70 CMAKE_DEPENDENT_OPTION(BUILD_SHARED_LIBS "Build shared libraries" ON "NOT LZ4_BUNDLED_MODE" OFF) 71 CMAKE_DEPENDENT_OPTION(BUILD_STATIC_LIBS "Build static libraries" OFF "BUILD_SHARED_LIBS" ON)
|
/lz4-3.4.0-2.7.6/contrib/gen_manual/ |
D | .gitignore | 1 # build artefact
|
/lz4-3.4.0-2.7.6/zephyr/ |
D | module.yml | 2 build:
|
/lz4-3.4.0-2.7.6/tests/ |
D | .gitignore | 2 # build artefacts
|
/lz4-3.4.0-2.7.6/contrib/debian/ |
D | rules | 7 DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_BUILD_TYPE=RelWithDebInfo ../../build/cmake
|
D | control | 5 Build-Depends:
|
/lz4-3.4.0-2.7.6/ossfuzz/ |
D | ossfuzz.sh | 6 # Save off the current folder as the build root.
|
D | travisoss.sh | 22 # Try and build the fuzzers
|
D | Makefile | 53 # Include a rule to build the static library if calling this target
|
/lz4-3.4.0-2.7.6/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 28 - Build System [e.g. Makefile]
|
12