Commit Graph

23 Commits (ac7671762d8385a3d136840f487ad009bc9130be)

Author SHA1 Message Date
Oleg Hahm 4f4214235b timex: unambiguous time conversion macros 6 years ago
Martine Lenders ea48b48dd3 timex: make timex_to_str more efficient 8 years ago
Lucas Jenss 8e758d7463 sys: Misc errors that occur w/ ENABLE_DEBUG fixed
I enabled debug output in all files to poke around
and there were some errors (seemingly) due to code
changes that were not tested with debug enabled. This
commits tries to fix these issues.
8 years ago
Oleg Hahm 4b3fa4925a timex: update copyrights 9 years ago
Oleg Hahm 8c4a874161 timex: make functions static inline
This commit makes all one- or two-liners in timex a static inline
function, defined in the header file.
9 years ago
Ludwig Ortmann 3ca4f18479 doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
René Kijewski 14601c0c38 Merge pull request #1299 from phiros/timex_bugfix_and_improvement
Timex bugfix and improvement
9 years ago
Philipp Rosenkranz 0bf6ce22f3 added conv function from uint64 to timex_t and one minor bug fix 9 years ago
René Kijewski 840c0f0a57 make: detect their module name automatically
For many modules the `Makefile` contains a line like
```
MODULE:=$(shell basename $(CURDIR))
```
This conclusively shows that we do not have to set the module name
manually.

This PR removes the need to set the module name manually, if it is the
same as the basename. E.g. for `…/sys/vtimer/Makefile` the variable
make `MODULE` will still be `vtimer`, because it is the basename of the
Makefile.
9 years ago
René Kijewski 1887bd45c6 sys: add utility functions for `struct tm` 9 years ago
Christian Mehlis 0309fecc19 fix warning: invalid suffix on literal
C++11 requires a space between
literal and identifier [-Wliteral-suffix]
9 years ago
Ludwig Ortmann 2525920426 remove trailing whitespace and newlines 9 years ago
Christian Mehlis 106b36e201 timex.c: add copyright header 9 years ago
Christian Mehlis 93ddf37d81 added timex_isnormalized 9 years ago
Christian Mehlis 5a6e16cfc3 added timex_uint64 function 9 years ago
Oleg Hahm 593ee623b6 simplify and unify include pathes
additional:
* exporting include path in sys is mandatory for subfolders
* removed duplicate object file in linker call
9 years ago
Oliver Hahm c8bee9e554 fixed coding style (space after most keywords) 10 years ago
Oliver Hahm c6ace1bdbb some coding style fixes for timex.c 10 years ago
Christian Mehlis 79d55760fd add missing spaces 10 years ago
Christian Mehlis 8faf6b77b6 add a print function for timex and vtimer 10 years ago
Oliver Hahm 7a4dec1830 * replaced new Makefile name in Makefiles 10 years ago
Oliver Hahm 5ffe5a9c27 * renamed makefiles to Makefile 10 years ago
Oleg Hahm 5df0bd0cc4 * updated and integrated makefiles
* added some auto dependencies
10 years ago