Cole Faust

Results 9 issues of Cole Faust

When trying to create a compiler definition called VERSION set to the string "1.0.0" (with the quotes), cmake-ide doesn't seem to parse it correctly. Here's an example that compiles fine,...

bug
help wanted

Would it be possible to support custom allocators in dashmap? I'd like to try using it with bumpalo. I know that [hashbrown supports it](https://rust-lang.github.io/hashbrown/hashbrown/struct.HashMap.html#method.new_in).

Android doesn't have the filetime crate vendored into the tree, but as of rust 1.75, the standard library has the ability to change filetimes.

Fixes #109 Fixes #108 This PR ports over most of the enhancements that are in Android's fork of ninja to n2. N2 goes from taking ~16 seconds to parse the...

Android has ninja files that total ~3GB in size. Android's fork of ninja has a multithreaded parser that is able to parse the ninja files in just under a second,...

Android's ninja fork added a feature somewhat recently where long-running actions (using information from a prior build) would be prioritized more highly than quicker actions. This got rid of some...

enhancement

### Description of the feature request: While working on configuration for builds in Roboleaf (building android with bazel), we noticed that bazel configuration seems to be in a half-finished state...

type: feature request
P3
team-Configurability
stale

Hi, In the android (AOSP) build system, we build python binaries into single executables that are run without extracting them to disk. httplib2's builtin ca_certs.txt is loaded as such: ```...

When these special variables are evaluated, they need to be shell-escaped. There also needs to be scenarios where they're not escaped, such as getting the paths to certain files like...