فهرست منبع

Do no call sequence.unique on result of GLOB-RECURSIVELY.

That was an old hack which was only needed in one context -- when we
passed both Jamroot and jamroot as patterns, got back Jamroot and jamroot
(because windows is case-insensitive and reports that both exist), and get
confused.

Calling 'unique' does not harm in most cases, but in Boost Jamfiles we glob
for all headers, and O(n^2) algorithm used by unique considerably slows us.


[SVN r29187]
Vladimir Prus 21 سال پیش
والد
کامیت
29be2deac9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 7ef55e8276a53e3063e62c4c4f2f8a0ca32e4e99
+Subproject commit b54d80c3e2c80f6a3d33aed5652616b3c405a3dc

粤ICP备19079148号