Commit Graph

12124 Commits

Author SHA1 Message Date
Steven Watanabe
37e8ad4922 Don't let python write .pyc files. They might not be updated, if the test runs too fast.
[SVN r83923]
2013-04-16 01:29:09 +00:00
Steven Watanabe
5d9d5ceb7f Tweak type.is-derived.
[SVN r83922]
2013-04-16 00:14:37 +00:00
Steven Watanabe
dddeab8810 Enable /GL. It seems to help about 10%.
[SVN r83921]
2013-04-15 23:48:28 +00:00
Steven Watanabe
840dff3727 Eliminate some extra list_copy/INSTR_POPs.
[SVN r83920]
2013-04-15 23:30:36 +00:00
Steven Watanabe
700087b6cb Small optimization for [ on target return var ].
[SVN r83919]
2013-04-15 22:55:49 +00:00
Steven Watanabe
5a3c570eda Add extra debug information with --verbose.
[SVN r83916]
2013-04-15 16:30:23 +00:00
Steven Watanabe
f9c3758b83 Skip searching inside non-existant directories.
[SVN r83892]
2013-04-14 02:40:08 +00:00
Steven Watanabe
2402d57e65 Revert [80304]. It's badly broken. (a) the buffer size is wrong, and (b) strncpy is the wrong function here.
[SVN r83889]
2013-04-14 00:09:21 +00:00
Steven Watanabe
24e81a0202 Don't create a separate timestamp table. The file table already contains everything we need.
[SVN r83888]
2013-04-13 23:09:57 +00:00
Steven Watanabe
b71dc6d386 Fix .obj extension on msvc.
[SVN r83887]
2013-04-13 22:53:06 +00:00
Steven Watanabe
43a8ec898f Fix valgrind errors
[SVN r83886]
2013-04-13 22:34:45 +00:00
Steven Watanabe
b99c32cbed Fix file extension handling on Windows.
[SVN r83885]
2013-04-13 22:19:00 +00:00
Steven Watanabe
64b8542700 Make sure that we get the long path form of the cwd so that path comparison works correctly.
[SVN r83884]
2013-04-13 22:01:36 +00:00
Steven Watanabe
132c0faa2c Really fix test.
[SVN r83880]
2013-04-13 18:34:32 +00:00
Steven Watanabe
efbd669671 Add a few more cases.
[SVN r83875]
2013-04-13 16:55:17 +00:00
Steven Watanabe
3f5c9749a7 Separate the code for recording explicit bindings from search.
[SVN r83858]
2013-04-12 20:36:52 +00:00
Steven Watanabe
2a75a35f2e Implement sequence.transform as a native rule.
[SVN r83855]
2013-04-11 22:55:25 +00:00
Steven Watanabe
4abaf4aa4b Simplify and optimize property.refine. It had premature optimizations which actually hurt performance.
[SVN r83854]
2013-04-11 22:54:28 +00:00
Steven Watanabe
5246c76b45 Add the size of the hash object itself to the profiling output.
[SVN r83853]
2013-04-11 22:52:16 +00:00
Steven Watanabe
0c465d9dad Fix unit-tests.
[SVN r83852]
2013-04-11 22:24:03 +00:00
Steven Watanabe
1a96515ded Optimize path.native
[SVN r83850]
2013-04-11 21:22:24 +00:00
Steven Watanabe
ffbff9df84 Don't pass <target> to the tag rule. It's ridiculously expensive and isn't used anyway.
[SVN r83849]
2013-04-11 20:46:01 +00:00
Steven Watanabe
b06482d206 Optimizations in virtual-target.add-prefix-and-suffix.
[SVN r83848]
2013-04-11 20:23:43 +00:00
Steven Watanabe
4fecb20880 Optimize property-set.create-from-user-input.
[SVN r83847]
2013-04-11 17:44:18 +00:00
Steven Watanabe
b62fb9a607 Avoid reprocessing toolset.requirements.
[SVN r83846]
2013-04-11 17:30:35 +00:00
Steven Watanabe
f75b63a62b Try to fix path handling for the Jam executable.
[SVN r83836]
2013-04-10 20:38:21 +00:00
Steven Watanabe
67a4c83e87 Avoid creating the hash in an object when it isn't needed.
[SVN r83834]
2013-04-10 18:50:33 +00:00
Steven Watanabe
d9edc2aae8 Make property-set.get a native-rule. Use a binary search instead of creating a hash table. Reduces memory usage by 20% in trunk/status.
[SVN r83826]
2013-04-09 22:16:35 +00:00
Steven Watanabe
0009cda003 Optimize property-set initialization by reducing passing of large lists.
[SVN r83825]
2013-04-09 21:07:47 +00:00
Steven Watanabe
5ef41075ee Anchor matches
[SVN r83824]
2013-04-09 20:13:00 +00:00
Steven Watanabe
395bd46574 Avoid recomputing string manipulation.
[SVN r83823]
2013-04-09 20:09:46 +00:00
Steven Watanabe
bc49bf86f6 Don't auto-grist the argument in feature.attributes. This function is hot and it hurts performance.
[SVN r83822]
2013-04-09 20:08:22 +00:00
Steven Watanabe
f7ca478bdd Adjust regex to improve performance.
[SVN r83821]
2013-04-09 19:25:12 +00:00
Steven Watanabe
8f05c609dc Anchor regular expressions.
[SVN r83820]
2013-04-09 15:06:06 +00:00
Steven Watanabe
f72b3ad06b Implement native_rules for regex.split and regex.replace.
[SVN r83816]
2013-04-08 19:43:36 +00:00
Steven Watanabe
62b79b8ebe Special case for $(x:G)
[SVN r83812]
2013-04-08 17:40:28 +00:00
Steven Watanabe
19540a5426 Try to make path comparison work on Windows.
[SVN r83810]
2013-04-08 15:27:40 +00:00
Steven Watanabe
8980ef13e8 Simplify string_append.
[SVN r83809]
2013-04-08 15:15:50 +00:00
Steven Watanabe
24c0086bdc Fix extension handling.
[SVN r83802]
2013-04-07 22:21:33 +00:00
Steven Watanabe
ec9ad613c4 Disable all configuration files.
[SVN r83801]
2013-04-07 22:16:45 +00:00
Christian Henning
424ad6722d Some image formats jam files supported by gil:io tests.
[SVN r83800]
2013-04-07 20:21:11 +00:00
Steven Watanabe
c3c110298a Fix logged library name
[SVN r83791]
2013-04-07 01:30:21 +00:00
Steven Watanabe
fc0ac7a147 Add missing file
[SVN r83790]
2013-04-07 01:29:13 +00:00
Steven Watanabe
b72adb38e6 Cache the results of ac checks.
[SVN r83789]
2013-04-06 23:30:45 +00:00
Steven Watanabe
d74b3b9f09 Fix padding
[SVN r83788]
2013-04-06 23:29:35 +00:00
Steven Watanabe
51e0746c7f Only print the target name, not the full target reference.
[SVN r83785]
2013-04-06 22:29:41 +00:00
Steven Watanabe
34f34e5436 Implement caching for configuration checks.
[SVN r83781]
2013-04-06 21:40:55 +00:00
Steven Watanabe
adb5c7ffda Reduce property-set memory usage.
[SVN r83779]
2013-04-06 20:55:25 +00:00
Steven Watanabe
813552d5ce Fix the return status when updating targets that have failed in a prior call to UPDATE_NOW.
[SVN r83778]
2013-04-06 17:18:20 +00:00
Steven Watanabe
4fcd90347e Add test with explicit name/search/include.
[SVN r83774]
2013-04-06 02:11:29 +00:00