summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Fix for Debian Bug#1017865 as provided by Samuel ThibaultWolfgang Hommel2022-08-281-3/+3
* Disable FAILRE_PRE_INIT_CALLS by defaultUli Schlachter2022-05-081-6/+6
* Add FAIL_PRE_INIT_CALLS defineUli Schlachter2022-05-041-1/+6
* faketime wrapper complains when env vars are set unless comp/w SILENT (closes...Wolfgang Hommel2022-02-201-0/+4
* add a build variable to opt-out of some behaviorsValentin Gatien-Baron2021-08-011-0/+11
* try to clarify the help of a couple of compilatoin variablesValentin Gatien-Baron2021-08-011-3/+4
* group cpp variables according to whether they are set by defaultValentin Gatien-Baron2021-08-011-18/+20
* Centralize assumptions about variadic argument re-packingDaniel Kahn Gillmor2021-03-051-0/+5
* Intercept syscallDaniel Kahn Gillmor2021-02-241-0/+4
* Enable intercepting getpid()Daniel Kahn Gillmor2021-02-231-0/+3
* Preliminary support to intercept getrandom() #275Wolfgang Hommel2020-11-151-0/+3
* Some fixes and improvements for utime functions.Wayne Davison2020-07-281-2/+7
* Added support for FAKETIME_LINK_FLAGS for #243.Steffen Dettmer2020-04-081-1/+1
* Revert "Automake branch"revert-178-automake-branchWolfgang Hommel2019-11-301-0/+128
* Removing old makefiles.Michael D. Stemle, Jr2018-10-011-118/+0
* Use CPPFLAGS during compilationDaniel Kahn Gillmor2018-02-191-2/+2
* Implement a fix for pthread_cond_timedwait with faketimeMatthias Liertzer2018-01-021-15/+15
* Disable the non-null compare warning/error.Andreas Rammhold2016-12-201-1/+1
* Merge branch 'develop' (Jon Ringle's patches)Jon Ringle2015-02-081-1/+11
|\
| * Make libfaketime build, run and pass tests on SmartOS.Julien Gilli2014-08-061-1/+11
* | Fix libfaketimeMT build to define PTHREADDov Murik2015-01-071-1/+1
* | added runtime cache manipulation: change duration and active state with envir...Joker2014-11-171-6/+0
|/
* Fix -lrt issues in MakefileWolfgang Hommel2013-10-181-3/+4
* Do not use -ldl -lm when linking the wrapperWolfgang Hommel2013-10-161-3/+3
* Remove second '-lrt' on linker calls to fix 32-bit building issueWolfgang Hommel2013-10-161-1/+1
* Added note about how to test without installationWolfgang Hommel2013-10-051-0/+2
* introducing rudimentary multilib installation path supportWolfgang Hommel2013-10-051-7/+13
* Preliminary multi-arch support for faketime wrapper when -DMULTI_ARCH is setWolfgang Hommel2013-10-051-0/+6
* Add -Wextra and -Werror CFLAGS and also fix compile errorsBalint Reczey2013-10-041-1/+1
* Added note about building 32-bit libraries/binariesWolfgang Hommel2013-10-041-0/+3
* fix -lrt call for faketime binary linkingWolfgang Hommel2013-10-031-1/+1
* fix -lrt call for library linkingWolfgang Hommel2013-10-031-2/+2
* fix missing linker runWolfgang Hommel2013-10-031-1/+1
* Ensure that -lrt is passed to compiler/linker for faketime.cWolfgang Hommel2013-10-011-0/+3
* Provide timer related functions compatible with GLIBC 2.2 and >= 2.3.3 [pr32 ...Balint Reczey2013-09-301-2/+2
* enable FAKE_TIMERS for development branchWolfgang Hommel2013-09-041-1/+1
* Wrap new and experimental features in #ifdef FAKE_SLEEP FAKE_TIMERSWolfgang Hommel2013-09-041-1/+7
* Revert "merged rbalint's pr27"Wolfgang Hommel2013-09-011-9/+1
* Revert a2c8ac6..8b67256Wolfgang Hommel2013-08-291-1/+9
* Use nanosecond resolution for timestamps internallyBalint Reczey2013-08-241-1/+1
* Refactor limited faking and spawn supportBalint Reczey2013-08-231-9/+1
* Use the same global clock for all processes spawned by faketime -f '... iN'Balint Reczey2013-08-191-1/+2
* Rewrite faketime shell script in CBalint Reczey2013-08-191-10/+11
* Fix link order for --as-needed (see http://bugs.debian.org/711958)Daniel Kahn Gillmor2013-06-111-2/+3
* allow overriding specific arguments without changing the MakefileDaniel Kahn Gillmor2013-06-111-3/+3
* whitespace cleanupTomi Ollila2012-08-301-9/+9
* Reorder linker flags as suggested by Lukas Fleischerv0.9.1Wolfgang Hommel2012-02-051-1/+1
* Added feature to exec external command after x secWolfgang Hommel2012-01-111-1/+5
* Added new feature to limit libfaketime activityWolfgang Hommel2012-01-081-1/+4
* Fixed build issues as suggested by Paul WoutersWolfgang Hommel2011-11-281-2/+2