Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-08 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [reltool] Clean up work dir after test [observer] Add debug printouts in ttb_SUITE | |||
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-03-14 | [observer] Add debug printouts in ttb_SUITE | Siri Hansen | |
To troubleshoot failed test case trace_resumed_after_node_restart on windows. | |||
2013-03-14 | Merge branch 'siri/observer/misc-bugs/OTP-10894' into maint | Siri Hansen | |
* siri/observer/misc-bugs/OTP-10894: [observer] Extend timer to allow trace msgs to arrive over tcp/ip [observer] Kill slave node between tests in etop_SUITE [observer] Accept current function for a process to be 'undefined' on hipe [observer] Improve measurement of CPU utilization in etop [observer] Fix non tail-recusive loop when measuring scheduler utilization | |||
2013-03-12 | Merge branch 'ats/observer_tv_improper_lists/OTP-10931' into maint | Fredrik Gustafsson | |
* ats/observer_tv_improper_lists/OTP-10931: Fix observer table viewer crash on formatting improper lists | |||
2013-03-12 | Merge branch 'mh/cdv-osx-default-browser/OTP-10929' into maint | Fredrik Gustafsson | |
* mh/cdv-osx-default-browser/OTP-10929: Added open on mac os to doc Use "open" as default browser for crashdump viewer on Mac OS X | |||
2013-03-11 | Added open on mac os to doc | Fredrik Gustafsson | |
2013-03-04 | [observer] Extend timer to allow trace msgs to arrive over tcp/ip | Siri Hansen | |
Some tests fail (mostly on windows) every now and then with too few trace messages in log. Extending the timer from 200 to 500 ms to see if this is the reason. Plus removing a compiler warning in ttb_SUITE. | |||
2013-03-04 | [observer] Kill slave node between tests in etop_SUITE | Siri Hansen | |
To avoid that the second test case fails (due to duplicate name) if the first fails - always kill the slave node after each test case. | |||
2013-03-04 | [observer] Accept current function for a process to be 'undefined' on hipe | Siri Hansen | |
2013-03-04 | [observer] Improve measurement of CPU utilization in etop | Siri Hansen | |
Now using scheduler_wall_time instead of runtime/wall_clock to get cpu utilization. The old version could give CPU utilization far beyond 100%. Also, a bug which sometimes gave a badarith when calculating the CPU utilization is corrected. | |||
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-16 | Fix observer table viewer crash on formatting improper lists | Andrey Tsirulev | |
Observer table viewer crashes when attempts to display a term containing improper lists (e.g. dict). Quick way to reproduce: run ets:insert(ets:new(test,[]), {1,[h|t]}). then start observer and open test ETS in table viewer. Observer will crash. | |||
2013-02-15 | Use "open" as default browser for crashdump viewer on Mac OS X | Magnus Henoch | |
Running "open" on an HTTP URL will pass it to the system's configured default browser. | |||
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | Turn warnings to errors on selected applications | Björn Gustavsson | |
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-09 | wx: Workaround wx-2.9 bugs | Dan Gudmundsson | |
Menuhandling in 2.9 is (currently) buggy on mac, this avoids a crash in menu handling but causes a lot unusable menus. | |||
2013-01-09 | observer: Fix check for graphics contexts | Dan Gudmundsson | |
wxWidgets-2.9 seg faults if you try to create a graphics context before the window is shown. With bad timing this can happen. So change the haveGC test to check if the functionality is available without creating the GraphicsContext. | |||
2013-01-09 | Observer: Fix distribution dialog | Dan Gudmundsson | |
2013-01-09 | observer: Fix font sizes | Dan Gudmundsson | |
On wxWidgets 2.9 they seem to have fixed font sizes in GC's | |||
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-12-17 | [observer] Set ERL_CRASH_DUMP_SECONDS/=-1 on old releases | Siri Hansen | |
Else, crashdumps can not be generated. | |||
2012-12-17 | [observer] Fix crashdump_viewer tests for R16 | Siri Hansen | |
Generate dumps for r14, r15 and r16. Save generated dumps if test fails. | |||
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-27 | Merge branch 'pgö/observer-edit-table-row/OTP-10225' into maint | Fredrik Gustafsson | |
Conflicts: lib/observer/src/observer_tv_table.erl | |||
2012-08-27 | Merge branch 'ta/observer-app/OTP-10221' into maint | Fredrik Gustafsson | |
* ta/observer-app/OTP-10221: observer: fix app file (Noticed-by: Motiejus Jakstys) | |||
2012-08-27 | Merge branch 'pgö/escape-control-chars-tv/OTP-10218' into maint | Fredrik Gustafsson | |
* pgö/escape-control-chars-tv/OTP-10218: Fix Table Viewer search crash on new|changed|deleted rows Escape control characters in Table Viewer Fix Table Viewer crash after a 'Found' -> 'Not found' search sequence | |||
2012-08-02 | Make Table Viewer search a bit faster | Peti Gomori | |
Conflicts: lib/observer/src/observer_tv_table.erl | |||
2012-08-02 | Edit table row in a multiline text dialog | Peti Gomori | |
2012-07-03 | observer: fix app file (Noticed-by: Motiejus Jakstys) | Tuncer Ayaz | |
Add missing observer modules to observer.app.src. | |||
2012-06-28 | [observer] Fix dialyser warnings | Dan Gudmundsson | |
2012-06-19 | Format latin binary strings in table viewer | Dan Gudmundsson | |
2012-06-19 | Fix process_info from app tab on other nodes | Dan Gudmundsson | |
2012-06-18 | Fix Table Viewer search crash on new|changed|deleted rows | Peti Gomori | |
2012-06-15 | Escape control characters in Table Viewer | Peti Gomori | |
Similar behaviour to old tv. Objects in tables supposed to be printed in a single line and it looks ugly when a [...,10,...] integer list creates a new-line. | |||
2012-06-15 | Fix Table Viewer crash after a 'Found' -> 'Not found' search sequence | Peti Gomori | |
Start position was lost after a 'Found' -> 'Not found' search sequence leading an undefined position in the next search | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-16 | [crashdump_viewer] URL encode module names in link to loaded module details | Siri Hansen | |
2012-05-08 | [observer] Add more popup menus and info selected pid | Dan Gudmundsson | |
2012-04-27 | [observer] Fix scrollbars in app-viewer | Dan Gudmundsson | |
2012-04-27 | [observer] Allow bifs when selecting functions for trace | Dan Gudmundsson | |
Sigh (currently) bifs are not included in: Mod:module_info(functions) only in Mod:module_info(exports). Erlang compiler bug? | |||
2012-04-27 | [observer] Fix gui-crash when table_copies couldn't be spawned | Dan Gudmundsson | |
2012-04-27 | [observer] Fix dead processes | Dan Gudmundsson | |
Again sigh | |||
2012-04-27 | [observer] Ask epmd for local nodes | Dan Gudmundsson | |
Default menus include other erlang nodes on the local node | |||
2012-04-23 | [observer] Remove appmon ref when node goes down | Dan Gudmundsson | |