- 22 Sep, 2016 1 commit
-
-
Heath Borders authored
* Used a simple `String.slice` to create relative paths instead of `path.relative_path_from(root)`. Since we already know that all files must exist under `root` (because we globbed `absolute_paths` from `root`), we can just remove the first `root.to_s.length + 1` characters from an `absolute_path` to get a `relative_path`. * Partition `dirs` and `files` first since we already get an array of absolute paths back from `Pathname.glob`, removing unnecessary string concat: `File.directory?(root + path)` * Used `lazy` arrays to reduce array iteration. I [profiled my code before the change](https://github.com/CocoaPods/CocoaPods/files/477973/call-stack.zip). I [profiled my new code again](https://github.com/CocoaPods/CocoaPods/files/478512/call-stack2.html.zip), and `read_file_system` practically disappears. previous: ``` real 0m59.095s user 0m46.133s sys 0m2.360s ``` now: ``` real 0m23.712s user 0m14.492s sys 0m2.030s ```
-
- 20 Sep, 2016 4 commits
- 16 Sep, 2016 8 commits
- 15 Sep, 2016 1 commit
-
-
Samuel Giddins authored
Cache result of uses_swift and should_build
-
- 14 Sep, 2016 3 commits
-
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
- 13 Sep, 2016 2 commits
-
-
Samuel Giddins authored
-
Orta authored
Correctly pass Pod::VERSION during pod lib create
-
- 12 Sep, 2016 7 commits
-
-
Orta authored
Fix CHANGELOG
-
Orta Therox authored
-
Ben Asher authored
- Moved the sub-project extension enhancement from 1.0.1 to 1.1.0.beta.2 - Made my name consistent Ben Asher instead of benasher44
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
Fix linting on Xcode 8
-
Dimitris Couchell-Koutsogiorgas authored
-
- 11 Sep, 2016 8 commits
-
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Boris Bügling authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
- 10 Sep, 2016 2 commits
-
-
Danielle Tomlinson authored
Fixed pod repo push validation and push issues related to Dir.chdir
-
Ben Asher authored
-
- 09 Sep, 2016 4 commits