about summary refs log tree commit diff stats
path: root/cpp/.traces/new
Commit message (Collapse)AuthorAgeFilesLines
* 1247Kartik K. Agaram2015-05-031-2/+2
|
* 1246Kartik K. Agaram2015-05-031-3/+3
|
* 1225Kartik K. Agaram2015-04-291-0/+3
| | | | Finally start tracing the actual instructions as they run.
* 1223 - more stable traces for parse scenariosKartik K. Agaram2015-04-291-3/+3
|
* 1213Kartik K. Agaram2015-04-281-2/+2
|
* 1206 - 'wait' state for synchronizing routinesKartik K. Agaram2015-04-271-2/+2
| | | | I think I have enough now to port channels over.
* 1194Kartik K. Agaram2015-04-241-0/+1
|
* 1184 - finally, concurrencyKartik K. Agaram2015-04-241-2/+3
|
* 1105 - more primitives for managing ingredientsKartik K. Agaram2015-04-191-2/+2
|
* 1084Kartik K. Agaram2015-04-171-2/+2
|
* 1075Kartik K. Agaram2015-04-171-2/+2
|
* 1074Kartik K. Agaram2015-04-171-2/+2
|
* 1063 - variable names for surrounding spaces now workKartik K. Agaram2015-04-141-0/+2
| | | | This was a pain to debug.
* 1030 - better test isolation for break/loopKartik K. Agaram2015-04-071-2/+2
| | | | | | | I've been resetting all recipes after every single test, but the arc version has shown that this gets slow all too quickly. And the longer I wait to fix it the harder it gets to fix. Already, boy, were this and the next couple of commits hard to track down.
* 997Kartik K. Agaram2015-03-301-7/+7
|
* 987 - c++: memory allocatorKartik K. Agaram2015-03-271-0/+27
( ) #63 10/02/15 limit filesize in previews Bugs (X) #17 10/01/01 why do bookmarks disappear sometimes? (X) #18 10/01/01 fix notify widget (by adding a LogView?) (X) #19 10/01/01 resizing after pressing g (X) #23 10/01/04 stop dir loading with ^C -> wont load anymore (X) #25 10/01/06 directories sometimes dont reload correctly (X) #26 10/01/06 :delete on symlinks of directories fails (X) #31 10/01/06 ^C breaks cd-after-exit by stopping sourced shell script ( ) #40 10/01/17 freeze with unavailable sshfs (X) #41 10/01/17 capital file extensions are not recognized (X) #46 10/01/19 old username displayed after using su (X) #49 10/01/19 fix unit tests :'( ( ) #52 10/01/23 special characters in tab completion (X) #54 10/01/23 max_dirsize_for_autopreview not working ( ) #60 10/02/05 utf support improvable (X) #62 10/02/15 curs_set can raise an exception Ideas ( ) #20 10/01/01 use inotify to monitor filesystem changes ( ) #24 10/01/06 progress bar (X) #27 10/01/06 hide bookmarks in list which contain hidden dir (X) #28 10/01/06 use regexp instead of string for searching ( ) #33 10/01/08 accelerate mousewheel speed ( ) #45 10/01/18 hooks for events like setting changes ( ) #53 10/01/23 merge fm and environment Goals for next minor version (X) #54 10/01/23 max_dirsize_for_autopreview not working (X) #55 10/01/24 allow change of filename when pasting you're given the choice between overwriting or appending a "_" (X) #61 10/02/09 show sum of size of marked files