Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blind attempt to fix the OS/X build | Pierre Krieger | 2015-01-15 | 1 | -3/+3 |
| | |||||
* | OSX compatibility for Rust 1.0 alpha | Sam Ward | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | Change the way that events are represented. | Ty Overby | 2015-01-01 | 1 | -2/+3 |
| | | | | | | | | | | The bulk of this commit is changing instances of Vec to RingBuf which is optimized for the push_back() / pop_front() strategy that is used internaly in the event system. The glutin custom iterators are now just wrappers around the RingBuf iterator type. This will bring the running time of iterator traversal from O(n^2) to O(n) because shifting-on-delete won't be performed. | ||||
* | Retrieve the monitors and their info for osx | David Partouche | 2014-11-04 | 1 | -0/+46 |