Files
XcodeGen/Sources/ProjectSpec
Romuald Cari 06a6616b88 Improving variable expansion runtime (#704)
* Improving variable expansion runtime

The current implementation of variable expansion is O(n x m) with n being the
number of strings in the project spec and m being the number of project variables.

This implementation is now O(n).

Also, this effectively deprecates the support for $legacy_variables in favor of the
${new_variables} making this whole patch possible.

* Adding option to disable variable expansion

* Adding performance test for spec loading

* Updating changelog
2019-11-06 08:33:54 -06:00
..
2019-09-01 22:02:53 +10:00
2019-09-01 22:02:53 +10:00
2019-09-01 22:02:53 +10:00
2019-10-27 23:15:12 +11:00
2018-09-25 21:08:11 +10:00
2017-11-22 13:01:17 +01:00
2019-09-27 17:10:55 +10:00
2019-04-20 12:12:26 +09:00
2019-04-20 12:12:26 +09:00
2019-06-26 16:49:10 +10:00
2019-09-01 22:02:53 +10:00
2019-09-01 22:02:53 +10:00
2019-10-30 11:40:55 +11:00
2019-09-27 23:00:30 +10:00
2018-11-08 21:37:37 +11:00
2019-06-26 16:49:10 +10:00