Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace for loop with call to standard library function (#8194) | Benjamin Lindley | 2019-03-05 |
| | | | This loop makes multiple passes over m_stack (type std::list) in order to remove all elements with a specified value. Replacing the loop with a call to std::list::remove does the same job, but in only one pass. | ||
* | Move files to subdirectories (#6599) | Vitaliy | 2017-11-08 |
* Move files around |