summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2024-03-23Update soversion for releaseGravatar Nikias Bassen1-2/+3
2024-01-31autoconf: Remove unused check for -fvisibilityGravatar Nikias Bassen1-5/+0
2024-01-29Fix IRECV_API definitionsGravatar Nikias Bassen1-0/+5
2023-11-03Allow building --without-toolsGravatar Daniel VanBritsom1-5/+13
2023-05-13Update SO version for release1.0.1Gravatar Nikias Bassen1-1/+1
2023-04-30autoconf: Automatically derive version number from latest git tagGravatar Nikias Bassen1-1/+1
2022-01-06Check availability of constructor attribute and use it on Windows in favor ↵Gravatar Nikias Bassen1-0/+18
of DllMain
2021-09-16configure: Remove explicit msvcrt linkage for WindowsGravatar Nikias Bassen1-2/+2
2021-09-13Remove duplicated thread/collection code and use new libimobiledevice-glue ↵Gravatar Nikias Bassen1-4/+6
instead
2021-09-13Update deprecated autoconf macros and m4 filesGravatar Nikias Bassen1-5/+5
2021-07-01Use strcasecmp instead of copying and lower-casing string in ↵Gravatar Nikias Bassen1-1/+1
irecv_devices_get_device_by_hardware_model()
2020-06-15Post release version bump to 1.0.1Gravatar Martin Szulecki1-1/+1
2020-06-08Rename pkg-config file to include major versionGravatar Nikias Bassen1-1/+1
2020-06-08Move pkg-config file into src directory as the standard recommendsGravatar Martin Szulecki1-1/+1
2020-06-04Add "check-news" automake option to ensure correct NEWS file on releasesGravatar Martin Szulecki1-1/+1
2020-06-04Use secure project URL in configure.acGravatar Martin Szulecki1-1/+1
2020-02-05Bump version to 1.0.0, and so version tooGravatar Nikias Bassen1-2/+2
2020-01-14configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to ↵Gravatar Nikias Bassen1-3/+1
allow cross compiliation
2019-12-13configure.ac: Remove largefile hackeryGravatar Rosen Penev1-24/+0
It requires a program to be ran, which cannot be done when cross compiling. AC_SYS_LARGEFILE seems to be enough to implement largefile checking. A similar change was merged into libimobiledevice.
2019-09-09Fix invalid Requires.private entry in libirecovery.pc due to missing ↵Gravatar Nikias Bassen1-0/+2
autoconf variable
2019-09-04Add device add/remove event subscription APIGravatar Nikias Bassen1-52/+44
2018-09-17Add configuration option to allow compiling without USB driverGravatar Nikias Bassen1-11/+21
Using --with-dummy, libirecovery can be compiled in a way that it will not require any USB driver at all. This is only useful if you just want to query libirecovery's device database by product type or hardware model, namely using: irecv_devices_get_device_by_product_type(); irecv_devices_get_device_by_hardware_model(); All other function are either no-op or return IRECV_E_UNSUPPORTED if the library is compiled this way.
2017-06-15Add udev rules file to allow non-root users access DFU/Recovery mode devicesGravatar Nikias Bassen1-0/+54
2016-01-05autofoo: Fix pkg-config name for libusb in libirecovery.pcGravatar Nikias Bassen1-1/+1
2015-12-31autofoo: Only set Requires.private for libusb if linking against libusbGravatar Nikias Bassen1-1/+2
2015-10-09Added IOKit option for OS X that removes libusb dependency (enabled by default)Gravatar Aaron Burghardt1-3/+21
2015-10-06Require autoconf 2.64+ to use package bugreport and project URL in AC_INITGravatar Martin Szulecki1-2/+2
2015-10-06Add configure.ac check for readline headersGravatar Martin Szulecki1-0/+3
2015-01-29Improve maintainability and requires of pkg-config fileGravatar Martin Szulecki1-1/+5
2015-01-29Add large file supportGravatar Martin Szulecki1-0/+27
2014-10-03Bump so revision due to ABI changesGravatar Martin Szulecki1-1/+1
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-1/+6
2013-11-18bump so version due to API changeGravatar Nikias Bassen1-1/+1
2013-09-26Clean up and update build system filesGravatar Martin Szulecki1-32/+32
2013-09-26Bump sonameGravatar Martin Szulecki1-1/+1
2013-09-26Bump version to 0.2.0Gravatar Martin Szulecki1-1/+1
2013-09-26Move irecovery to new tools directoryGravatar Martin Szulecki1-0/+1
2013-01-09Bump version to 0.1.1Gravatar Martin Szulecki1-1/+1
2012-07-17changed build system to autofoo. previous Makefile is now Makefile.sharedGravatar Nikias Bassen1-0/+110