summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added credits for MacPorts Portfile design and build cleanupv0.9.5rc3Wolfgang Hommel2013-10-111-0/+2
* set library versions on OSX as suggested by ryandesign at MacPortsWolfgang Hommel2013-10-111-1/+1
* renamed library name from libfaketime.dylib.1 to libfaketime.1.dylib based on...Wolfgang Hommel2013-10-116-9/+10
* Changes to Makefiles by ryandesign at MacPorts, changeset 112062Wolfgang Hommel2013-10-113-18/+14
* avoid unused variables warningsWolfgang Hommel2013-10-061-3/+9
* Added note about how to test without installationWolfgang Hommel2013-10-051-0/+2
* introducing rudimentary multilib installation path supportWolfgang Hommel2013-10-052-9/+15
* Preliminary multi-arch support for faketime wrapper when -DMULTI_ARCH is setWolfgang Hommel2013-10-052-10/+27
* Add -Wextra and -Werror CFLAGS and also fix compile errorsBalint Reczey2013-10-043-10/+18
* fix missing break;-sBalint Reczey2013-10-041-0/+4
* rework endianness handling code to avoid aliasing warningsBalint Reczey2013-10-041-51/+14
* fix compiler warning with -Wunused-result enabledWolfgang Hommel2013-10-041-1/+1
* fix compiler warning with -Wstrict-overflow enabledWolfgang Hommel2013-10-041-1/+2
* fixed for gcc > 4.6Wolfgang Hommel2013-10-041-3/+3
* deliberately ignore return values in test programWolfgang Hommel2013-10-041-3/+3
* Documentation on building 32-bit libraries on 64-bit platformsWolfgang Hommel2013-10-041-0/+4
* Added note about building 32-bit libraries/binariesWolfgang Hommel2013-10-041-0/+3
* add default PREFIX to main Makefile.OSXWolfgang Hommel2013-10-031-0/+2
* try multiple paths to find libfaketime.dylib.1 on OSXWolfgang Hommel2013-10-031-0/+8
* Update default PREFIX on OSXWolfgang Hommel2013-10-032-2/+2
* Ensure target directory existsWolfgang Hommel2013-10-031-1/+2
* Makefile for OSX man page installationWolfgang Hommel2013-10-031-0/+14
* ensure temporary destroot binpath existsWolfgang Hommel2013-10-031-1/+1
* create bindir during installation if it does not yet exist (fixed)Wolfgang Hommel2013-10-031-1/+2
* create bindir during installation if it does not yet existWolfgang Hommel2013-10-031-1/+1
* Fix parsing timestamps containing only i... or x...Balint Reczey2013-10-031-0/+8
* 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
* Merge branch 'develop'Wolfgang Hommel2013-10-021-1/+1
|\
| * No -DFAKE_TIMERS on OSXWolfgang Hommel2013-10-021-1/+1
* | Merge branch 'develop'Wolfgang Hommel2013-10-026-67/+342
|\ \ | |/
| * improved readability of test script outputWolfgang Hommel2013-10-021-0/+6
| * uniform test output styleWolfgang Hommel2013-10-011-0/+16
| * improved output readability for timer testsWolfgang Hommel2013-10-011-10/+23
| * 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-304-65/+302
| * Updated gitignore: Ignore new faketime binary wrapperWolfgang Hommel2013-09-051-0/+2
| * Merge branch 'master' into developWolfgang Hommel2013-09-053-27/+57
| |\
| * \ Merge branch 'master' into developWolfgang Hommel2013-09-041-0/+1
| |\ \
| * | | enable FAKE_TIMERS for development branchWolfgang Hommel2013-09-042-2/+2
* | | | Updated gitignore: Ignore new faketime binary wrapperWolfgang Hommel2013-09-051-0/+2
| |_|/ |/| |
* | | fixed missing blank line before last timetest callWolfgang Hommel2013-09-051-0/+1
* | | Use clock_gettime() to fake ftime() and time() [rbalint/pr31]Balint Reczey2013-09-052-27/+56
* | | Merge branch 'master' of https://github.com/wolfcw/libfaketimeWolfgang Hommel2013-09-050-0/+0
|\ \ \ | | |/ | |/|
| * | Unbalanced parenthesis in libfaketime.c (#30, a168290)Wolfgang Hommel2013-09-041-0/+1
| |/
| * Applied libfaketime name change and style guideWolfgang Hommel2013-09-043-116/+167
| * Wrap new and experimental features in #ifdef FAKE_SLEEP FAKE_TIMERSWolfgang Hommel2013-09-043-8/+23
| * Updated manpage for upcoming 0.9.5Wolfgang Hommel2013-09-041-8/+7
| * Fix rouding issues, Add reminder to rewrite faking time(), gettimeofday, etc....Wolfgang Hommel2013-09-042-3/+4