summaryrefslogtreecommitdiff
path: root/BUILD.gn
AgeCommit message (Expand)Author
2020-11-20Remove zlib unittests from unit_tests; they have their own test binaryHans Wennborg
2020-09-04[zlib] Run zlib_unittests on the buildbotsHans Wennborg
2020-09-01[zlib] Update zlib headers in GNJamie Madill
2020-08-04[zlib] Add streaming inflate fuzzerHans Wennborg
2020-07-27[apple] Add a `is_apple` gn variable and use itSylvain Defresne
2020-06-24mac: enough to make `target_cpu = "arm64"` make it through `gn gen`Nico Weber
2020-05-26[zlib] Using relative header paths on unit testsAdenilson Cavalcanti
2020-05-21[zlib] Enable compiler optimized flags on whole zlibAdenilson Cavalcanti
2020-04-29[zlib] Re-land import canonical zlib inflate cover testsAdenilson Cavalcanti
2020-04-22Revert "[zlib] Import canonical zlib inflate cover tests"Collin Baker
2020-04-22[zlib] Import canonical zlib inflate cover testsAdenilson Cavalcanti
2020-04-22Apply no-chromium-code to :zlib_inflate_chunk_simdK. Moon
2020-04-22Only build zlib_unittests when build_with_chromium is set.Lei Zhang
2020-04-22[zlib] Add deflate fill_window_sse feature guardNoel Gordon
2020-04-21[zlib] Add crc_folding.c feature config and use it in crc32.cNoel Gordon
2020-04-20[zlib] Clean-up BUILD.gn no-chromium-code config rulesNoel Gordon
2020-04-08Adding a utest for small payloadsAdenilson Cavalcanti
2020-02-14build: disable optimizations for MSVCRichard Townsend
2020-01-28Reformat remaining gn files.Nico Weber
2020-01-24Revert "Roll clang n333938-3a6da112-1 : n340158-efb130fc-2."Hans Wennborg
2020-01-24Roll clang n333938-3a6da112-1 : n340158-efb130fc-2.Nico Weber
2020-01-08Unify CPU features detection codeAdenilson Cavalcanti
2019-12-21Revert "Unify CPU features detection code"Hans Wennborg
2019-12-21Unify CPU features detection codeAdenilson Cavalcanti
2019-12-12Unify optimized insert_string implementationsAdenilson Cavalcanti
2019-08-27Use android_ndk cpu_features targetSam Maier
2019-06-24zlib: fix gn error when is_clang=false target_cpu="arm"Tomasz Ĺšniatowski
2019-06-10zlib: fix ARMv8 CRC32 compilation in GCCJose Dapena Paz
2019-04-18Tidy and further integrate Arm feature detection for WindowsRichard Townsend
2019-04-15Correct zlib build logic for Windows on ArmRichard Townsend
2019-04-15[zlib] Add OS_FUCHSIA feature detection and enable zlib NEON crc32Noel Gordon
2019-04-08Make //third_party/zlib a componentTom Anderson
2019-03-28Android: Remove build/secondaryPeter Wen
2019-01-31Enable decode input reads in 64 bit chunksAdenilson Cavalcanti
2018-12-13Enabling crc32 ARM instruction in zlib for ChromeOS.Tiancong Wang
2018-10-31[zlib] Make build system pass gn checkDaniel Bratell
2018-08-23[zlib] Tweak optimizations to work better with ThinLTOGeorge Burgess IV
2018-08-07Neon-Optimized hash chainAdenilson Cavalcanti
2018-05-30Remove references to exe_and_shlib_deps in srcTom Anderson
2018-03-27Enable compiler optimization in inflate_fast on ARMAdenilson Cavalcanti
2018-02-16Compute crc32 using ARMv8 specific instructionAdenilson Cavalcanti
2018-02-12Run git cl format over zlib BUILD fileNoel Gordon
2018-02-12Revert "Add x86 bots to the read64le party"Noel Gordon
2018-02-09Add x86 bots to the read64le partyNoel Gordon
2018-02-08Increase inflate speed: read decoder input into a uint64_tNoel Gordon
2018-01-21zlib_bench: measure zlib encode and decode performanceNoel Gordon
2018-01-04Improve zlib inflate speed by using SSE4.2 crc32Noel Gordon
2017-12-20zlib adler_simd.c: unsigned cast |blocks| on assignmentNoel Gordon
2017-12-13Use default optimization on Android for zlib inflate chunk copyNoel Gordon
2017-12-12Separate zlib fuzzers into their own BUILD.gn file.Lei Zhang