Commit graph

7455 commits

Author SHA1 Message Date
Steven Watanabe
4f0ad20f5b 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
c4e3fdc137 Tweak type.is-derived.
[SVN r83922]
2013-04-16 00:14:37 +00:00
Steven Watanabe
54dc5ec38d Enable /GL. It seems to help about 10%.
[SVN r83921]
2013-04-15 23:48:28 +00:00
Steven Watanabe
a555e1ccac Eliminate some extra list_copy/INSTR_POPs.
[SVN r83920]
2013-04-15 23:30:36 +00:00
Steven Watanabe
cb4793e5cc Small optimization for [ on target return var ].
[SVN r83919]
2013-04-15 22:55:49 +00:00
Steven Watanabe
bbaf04e753 Add extra debug information with --verbose.
[SVN r83916]
2013-04-15 16:30:23 +00:00
Steven Watanabe
3395ce8576 Skip searching inside non-existant directories.
[SVN r83892]
2013-04-14 02:40:08 +00:00
Steven Watanabe
6b8ae2ba2c 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
920928d62a 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
b5ce5fdd71 Fix .obj extension on msvc.
[SVN r83887]
2013-04-13 22:53:06 +00:00
Steven Watanabe
7ac75752cf Fix valgrind errors
[SVN r83886]
2013-04-13 22:34:45 +00:00
Steven Watanabe
a17514cd84 Fix file extension handling on Windows.
[SVN r83885]
2013-04-13 22:19:00 +00:00
Steven Watanabe
9df39cb1a7 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
2606e20d90 Really fix test.
[SVN r83880]
2013-04-13 18:34:32 +00:00
Steven Watanabe
886e8b7ee4 Add a few more cases.
[SVN r83875]
2013-04-13 16:55:17 +00:00
Andrey Semashev
b2d020b3d4 Added support for defaulted and deleted functions in the generated docs. Doxygen 1.8.2 or later needed to generate proper XML for this stylesheet.
[SVN r83872]
2013-04-13 16:04:14 +00:00
Steven Watanabe
f0bd9420df Separate the code for recording explicit bindings from search.
[SVN r83858]
2013-04-12 20:36:52 +00:00
Steven Watanabe
762f5f0044 Implement sequence.transform as a native rule.
[SVN r83855]
2013-04-11 22:55:25 +00:00
Steven Watanabe
2a4d98d180 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
11838d33e3 Add the size of the hash object itself to the profiling output.
[SVN r83853]
2013-04-11 22:52:16 +00:00
Steven Watanabe
2291463c3b Fix unit-tests.
[SVN r83852]
2013-04-11 22:24:03 +00:00
Steven Watanabe
f777c6db6d Optimize path.native
[SVN r83850]
2013-04-11 21:22:24 +00:00
Steven Watanabe
dd0ec7e0f8 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
ad3586511a Optimizations in virtual-target.add-prefix-and-suffix.
[SVN r83848]
2013-04-11 20:23:43 +00:00
Steven Watanabe
19f2f041e9 Optimize property-set.create-from-user-input.
[SVN r83847]
2013-04-11 17:44:18 +00:00
Steven Watanabe
220fd1382c Avoid reprocessing toolset.requirements.
[SVN r83846]
2013-04-11 17:30:35 +00:00
Steven Watanabe
58474c3121 Try to fix path handling for the Jam executable.
[SVN r83836]
2013-04-10 20:38:21 +00:00
Steven Watanabe
1fe55e5493 Avoid creating the hash in an object when it isn't needed.
[SVN r83834]
2013-04-10 18:50:33 +00:00
Steven Watanabe
9a43036cd0 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
5a3264cd71 Optimize property-set initialization by reducing passing of large lists.
[SVN r83825]
2013-04-09 21:07:47 +00:00
Steven Watanabe
32e0e463ca Anchor matches
[SVN r83824]
2013-04-09 20:13:00 +00:00
Steven Watanabe
8649bb979e Avoid recomputing string manipulation.
[SVN r83823]
2013-04-09 20:09:46 +00:00
Steven Watanabe
2ac5d6b7e8 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
9bb9cc1edc Adjust regex to improve performance.
[SVN r83821]
2013-04-09 19:25:12 +00:00
Steven Watanabe
3324a12491 Anchor regular expressions.
[SVN r83820]
2013-04-09 15:06:06 +00:00
Steven Watanabe
0d92208329 Implement native_rules for regex.split and regex.replace.
[SVN r83816]
2013-04-08 19:43:36 +00:00
Steven Watanabe
66ce062ef2 Special case for $(x:G)
[SVN r83812]
2013-04-08 17:40:28 +00:00
Steven Watanabe
361fa07fbf Try to make path comparison work on Windows.
[SVN r83810]
2013-04-08 15:27:40 +00:00
Steven Watanabe
e0fd25ac75 Simplify string_append.
[SVN r83809]
2013-04-08 15:15:50 +00:00
Steven Watanabe
bd3b3d5423 Fix extension handling.
[SVN r83802]
2013-04-07 22:21:33 +00:00
Steven Watanabe
ab63a5efdc Disable all configuration files.
[SVN r83801]
2013-04-07 22:16:45 +00:00
Christian Henning
e447d0f1c6 Some image formats jam files supported by gil:io tests.
[SVN r83800]
2013-04-07 20:21:11 +00:00
Steven Watanabe
0f9a9be15d Fix logged library name
[SVN r83791]
2013-04-07 01:30:21 +00:00
Steven Watanabe
6bbde575e0 Add missing file
[SVN r83790]
2013-04-07 01:29:13 +00:00
Steven Watanabe
ee111b311c Cache the results of ac checks.
[SVN r83789]
2013-04-06 23:30:45 +00:00
Steven Watanabe
df866ef94e Fix padding
[SVN r83788]
2013-04-06 23:29:35 +00:00
Steven Watanabe
e1df6dde2c Only print the target name, not the full target reference.
[SVN r83785]
2013-04-06 22:29:41 +00:00
Steven Watanabe
81667e064e Implement caching for configuration checks.
[SVN r83781]
2013-04-06 21:40:55 +00:00
Steven Watanabe
f38e5e117a Reduce property-set memory usage.
[SVN r83779]
2013-04-06 20:55:25 +00:00
Steven Watanabe
f610bf9b13 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