summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* libfaketime macos portDerrick Brashear2011-07-051-1/+1
* fixed one more hard-coded pathWolfgang Hommel2011-05-221-1/+1
* Use install(1) instead of mkdir(1) and cp(1) in Makefiles.Lukas Fleischer2011-05-101-3/+4
* Use a separate Makefile for meta files.Lukas Fleischer2011-05-101-6/+0
* Use a separate Makefile for man pages.Lukas Fleischer2011-05-101-3/+0
* Tell the compiler to be C99 compliant, enable all warnings.Lukas Fleischer2011-05-101-1/+1
* Source Makefile overhaul.Lukas Fleischer2011-05-101-12/+20
* Move test suite to a separate subdirectory.Lukas Fleischer2011-04-271-13/+3
* Add ".PHONY" target to the Makefile.Lukas Fleischer2011-04-261-0/+2
* Add an uninstall target to the Makefile.Lukas Fleischer2011-04-261-0/+9
* Use "$DESTDIR" and "$PREFIX" in the Makefile.Lukas Fleischer2011-04-261-8/+10
* git repository based on v0.8v0.8Wolfgang Hommel2011-04-241-0/+82