aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2022-03-21src/Makefile: re-add major version number to sonameStefan Hajnoczi
2022-03-10src/Makefile: Add header files as dependencyAlviro Iskandar Setiawan
2022-03-10src/Makefile: Remove `-fomit-frame-pointer` from default buildAlviro Iskandar Setiawan
2022-02-25src/Makefile: Don't use stack protector for all builds by defaultAmmar Faizi
2022-02-23queue: provide io_uring_get_sqe() symbol againJens Axboe
2021-11-15src/Makefile: use VERSION variable consistentlyBikal Lem
2021-10-10configure: Add `CONFIG_NOLIBC` variable and macroAmmar Faizi
2021-09-13build: Fix build flags supportGuillem Jover
2021-09-09liburing 2.1Jens Axboe
2021-09-02build: add -D_GNU_SOURCE to all CPPFLAGS/CFLAGS.Uman Shahzad
2020-09-20Fix build flag settingsGuillem Jover
2020-09-06Bump major version to 2Jens Axboe
2020-06-28src/Makefile: Only specify -shared at link timeBart Van Assche
2020-06-21Makefiles: Enable -WextraBart Van Assche
2020-06-18Bump version to 1.0.7Jens Axboe
2020-02-25Make it clear we're now on the 0.6 baseJens Axboe
2020-02-12Auto-generate compat.hJens Axboe
2020-02-12Correctly handle if __kernel_timespec is definedJens Axboe
2020-02-07Fix liburing.so symlink source if libdir != libdevdirStefan Metzmacher
2020-02-06configure/Makefile: introduce libdevdir defaults to $(libdir)Stefan Metzmacher
2019-12-27Add io_uring_ring_dontfork()Jens Axboe
2019-12-23configure: allow to set host CCJens Axboe
2019-12-23Makefile: quiet down rmJens Axboe
2019-12-21Only use -fPIC for the shared libraryJens Axboe
2019-12-01Update micro level to 3 in prep for 0.3Jens Axboe
2019-10-24liburing-0.2Jens Axboe
2019-09-25liburing: use -fPIC for both static and shared librariesJens Axboe
2019-09-22Makefile: handle quiet AR/RANLIBJens Axboe
2019-09-21Makefile: add pretty/quiet CC/LN outputJens Axboe
2019-07-24src/Makefile: keep private headers in <liburing/*.h>Stefan Hajnoczi
2019-07-24src/Makefile: honor the caller's includedir and libdirStefan Hajnoczi
2019-07-08Makefiles: Support specifying CFLAGS on the command lineBart Van Assche
2019-06-04Add basic helpers for file/buffer registrationJens Axboe
2019-05-06liburing: do not build static library with -fPICKevin Vigor
2019-05-06liburing: improve 'make install'Kevin Vigor
2019-01-17Split src/io_uring.c upJens Axboe
2019-01-08Initial commitJens Axboe