| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-05 | Replace for loop with call to standard library function (#8194) | Benjamin Lindley | |
| 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. | |||
| 2017-11-08 | Move files to subdirectories (#6599) | Vitaliy | |
| * Move files around | |||
