Searched +full:- +full:wconversion (Results 1 – 4 of 4) sorted by relevance
4 - COMPILER: "gcc"6 - COMPILER: "gcc"8 - COMPILER: "visual"11 - COMPILER: "visual"14 - COMPILER: "visual"17 - COMPILER: "visual"20 - COMPILER: "gcc"24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%25 - MKDIR bin26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%[all …]
2 # LZ4 - Makefile3 # Copyright (C) Yann Collet 2011-202029 # - LZ4 source repository : https://github.com/lz4/lz430 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c43 default: lib-release lz4-release54 .PHONY: lib lib-release liblz4.a56 lib lib-release liblz4.a:57 $(MAKE) -C $(LZ4DIR) $@59 .PHONY: lz4 lz4-release61 lz4-release : lib-release[all …]
7 - name: (macOS) General Test11 - make # test library build12 - make clean13 …- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std…15 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)16 - name: (Precise) benchmark test19 - make -C tests test-lz4 test-lz4c test-fullbench21 - name: (Precise) frame and fuzzer test24 - sudo sysctl -w vm.mmap_min_addr=409626 - make -C tests test-frametest test-fuzzer[all …]
4 # Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.7 # This source code is licensed under the BSD-style license found in the13 # - doesn't support filenames with spaces14 # - dir1/lz4 and dir2/lz4 will be merged in a single results file24 script_version = 'v1.7.2 (2016-11-08)'45 print(time.strftime("%Y/%m/%d %H:%M:%S") + ' - ' + text)53 stderr_lines = stderr_lines.decode("utf-8")54 stdout_lines = stdout_lines.decode("utf-8")82 execute('mutt -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)84 execute('mail -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)[all …]