summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* meson: Set minimum required version for libjaylinkAnastasia Klimchuk2023-05-161-1/+1
* meson make: use VERSION fileThomas Heijligen2023-05-071-14/+14
* meson.build: Add 'dos' as option for pci_based programmerThomas Heijligen2023-04-271-1/+1
* cli_classic: include a fallback inplementation of getoptThomas Heijligen2023-04-271-5/+12
* meson.build: Use library() to build libflashromThomas Heijligen2023-04-201-3/+12
* libpci: drop support for pciutils < 2.2.0Thomas Heijligen2023-03-101-1/+2
* meson: revert to meson version 0.53.0Thomas Heijligen2023-03-031-1/+1
* move manpage to sphinxThomas Heijligen2023-03-011-12/+3
* ch347_spi: Add initial support for the WCH CH347Nicholas Chin2023-02-271-0/+6
* asm106x: add programmer for ASM106x SATA controllersAlex Badea2023-02-271-0/+7
* jedec.c: Move printlock stuff into printlock.cEdward O'Callaghan2023-02-211-0/+1
* serial: Add Darwin/macOS support for custom and >230400 baudratesPeter Stuge2023-02-161-0/+2
* meson: Determine custom_baud source file only oncePeter Stuge2023-02-161-3/+9
* internal: Move parallel logic into internal_par implementationEdward O'Callaghan2023-02-151-0/+2
* flashrom.c: Add functions for new erase selection algorithmAarya Chaumal2023-02-131-0/+1
* internal.c: Move sio register to own objectEdward O'Callaghan2023-02-041-0/+1
* util: add bash completion scriptAlexander Goncharov2023-01-181-0/+35
* tests: Add llvm-cov option and run target for code coverageEvan Benn2022-12-111-2/+12
* meson.build: Rename conf object to config_manfileFelix Singer2022-12-061-5/+4
* tests: add basic lifecycle test for ch341a_spiAlexander Goncharov2022-11-291-0/+1
* meson: Move programmer test sources into programmer definitionFelix Singer2022-11-111-0/+10
* dirtyjtag: Add DirtyJTAG programmerJean THOMAS2022-10-151-0/+6
* meson.build: Fix indentation of mstarddc_spi definitionFelix Singer2022-10-111-1/+1
* meson: Refactor the programmer selectionThomas Heijligen2022-09-121-301/+416
* meson: Overhaul the print_wiki optionThomas Heijligen2022-09-121-4/+10
* meson: Build the classic cli / flashrom cli executable as featureThomas Heijligen2022-09-121-13/+15
* Revert "cmocka: Drop as meson subproject"Nico Huber2022-09-081-2/+6
* print.c: Move list of known boards to known_boards.cEdward O'Callaghan2022-08-291-0/+1
* parallel.c: Consoldiate parallel master registration logicEdward O'Callaghan2022-08-251-0/+1
* flashrom.c: Move read_buf_from_file() to helpers_fileio.cEdward O'Callaghan2022-08-251-0/+1
* meson: Build the ich_descriptors_tool as featureThomas Heijligen2022-08-231-1/+3
* cmocka: Drop as meson subprojectThomas Heijligen2022-08-171-6/+2
* meson: fix various meson build warnings and formattingNikolai Artemiev2022-07-281-5/+6
* Rename lspcon_i2c_spi to parade_lspconThomas Heijligen2022-07-171-4/+4
* it85spi: EOL supportEdward O'Callaghan2022-07-041-1/+0
* tests: Use regular cmocka wraps for hwaccess functionsAnastasia Klimchuk2022-06-211-1/+0
* meson: use files() for srcs listThomas Heijligen2022-05-311-61/+64
* meson: link flashrom binary against static libflashromThomas Heijligen2022-05-121-20/+7
* meson: relocate config_print_wiki & config_default_programmer_*Thomas Heijligen2022-05-121-13/+13
* meson: use built-in options for install pathsThomas Heijligen2022-05-121-7/+2
* meson: add option to disable testsThomas Heijligen2022-05-121-24/+29
* meson: use `platform/` as subdir()Thomas Heijligen2022-05-121-11/+2
* meson: relocate add_project_arguments() for IS_WINDOWSThomas Heijligen2022-05-121-6/+5
* meson: relocate source file listThomas Heijligen2022-05-121-34/+34
* meson: Treat warnings as errorsAnastasia Klimchuk2022-04-291-0/+1
* meson: Add optimisation level s and disable debug in meson buildAnastasia Klimchuk2022-04-291-1/+5
* Add -W options from Makefile into meson warning_flagsAnastasia Klimchuk2022-04-291-0/+2
* Introduce an `include` directory for header filesThomas Heijligen2022-04-291-3/+7
* NEED_PCI: remove macroThomas Heijligen2022-04-131-1/+0
* hwaccess: add endianness converting deserialization functionsThomas Heijligen2022-04-131-0/+2