Jurko Gospodnetić
6383f7f161
Boost Jam code cleanup - wrapped up timestamp values inside a timstamp structure instead of using a raw time_t value as another preparation step towards implementing support for timestamps with resolution finer than 1 second. All timestamp manipulation now done using the new timestamp_XXX() API.
...
File timestamps displayed with -d+3 debug output now presented in UTC (+0000) timezone.
Other related minor stylistic changes:
- timestamp_from_target() renamed to timestamp_from_path()
- timestamp_from_target() parameter order switched
- comment updates
- added some const function parameter modifiers
- some header #include directives reordered alphabetically
[SVN r79501]
2012-07-14 16:11:16 +00:00
Jurko Gospodnetić
81d08a7afd
Minor stylistic changes.
...
[SVN r79472]
2012-07-13 16:42:25 +00:00
Steven Watanabe
59fbc6c52e
Make annoying unconditional hcache message only appear with DEBUG_HEADER.
...
[SVN r79464]
2012-07-13 01:53:46 +00:00
Jurko Gospodnetić
7c5dac15be
Boost Build/Jam cleanup - stylistic code changes.
...
[SVN r79244]
2012-07-03 15:58:26 +00:00
Steven Watanabe
34af818d6d
Be sure to use object_equal.
...
[SVN r77727]
2012-04-02 22:27:28 +00:00
Steven Watanabe
9c2d81a6ab
Fix cleanup in hcache_init.
...
[SVN r77726]
2012-04-02 22:24:14 +00:00
Steven Watanabe
5417bb462d
Make list_new take one argument. Rename the two argument form to list_push_back.
...
[SVN r77522]
2012-03-24 23:03:10 +00:00
Steven Watanabe
0ffcfface3
Remove the first argument of list_copy, since it's always L0.
...
[SVN r77510]
2012-03-23 22:30:33 +00:00
Steven Watanabe
26703a88ab
Use dynamic arrays instead of linked lists. Reduces memory use about 10% overall.
...
[SVN r77408]
2012-03-19 18:17:36 +00:00
Steven Watanabe
ceacd17a2c
Fix alias violations in hash.
...
[SVN r77190]
2012-03-03 21:46:53 +00:00
Steven Watanabe
ce422823c9
Clean up the evil 'variables of the running module are swapped with the global variable table' hack.
...
[SVN r75912]
2011-12-12 02:02:20 +00:00
Steven Watanabe
f55a9ccb6b
Replace all calls to object_new with a literal with constants.
...
[SVN r75890]
2011-12-11 05:11:26 +00:00
Steven Watanabe
70d5029905
Replace newstr with object. Use OBJECT * instead of char *. Fix a few bugs uncovered by the better typechecking.
...
[SVN r75609]
2011-11-22 23:04:09 +00:00
Steven Watanabe
e1f9c906cd
Fix memory leaks. Make sure that newstr and copystr are always used as needed.
...
[SVN r75502]
2011-11-16 03:00:54 +00:00
Vladimir Prus
c5c0853519
Kill 'engine/src', moving all content to 'engine'.
...
[SVN r68592]
2011-02-01 08:16:47 +00:00