This document describes the changes made to the Percept application.
Fix egd_render transparent to use float constants.
The render engine has float guards to enhance beam code generation. However, the default case used integers which caused the engine to crash. This is now fixed.
Own Id: OTP-8425
The documentation is now possible to build in an open source environment after a number of bugs are fixed and some features are added in the documentation build process.
- The arity calculation is updated.
- The module prefix used in the function names for bif's are removed in the generated links so the links will look like "http://www.erlang.org/doc/man/erlang.html#append_element-2" instead of "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".
- Enhanced the menu positioning in the html documentation when a new page is loaded.
- A number of corrections in the generation of man pages (thanks to Sergei Golovan)
- The legal notice is taken from the xml book file so OTP's build process can be used for non OTP applications.
Own Id: OTP-8343
Cleanups suggested by tidier and modernization of types and specs.
Own Id: OTP-8455
The documentation is now built with open source tools (xsltproc and fop) that exists on most platforms. One visible change is that the frames are removed.
Own Id: OTP-8201
Extensions to
Own Id: OTP-7975
Own Id: OTP-7923
A problem with options list to percept causing some options to be disregarded unintentionally. This has now been fixed.
An error in
Own Id: OTP-7693
Updated css for percept server for enhanced viewing.
Increased performance of egd render.
Several graph errors could occur when compacting data to decrease graph rendering time causing incorrect scalability numbers. These errors have now been fixed.
Increased viewing width for graphs. The viewing width is now dependent on client screen resolution.
Own Id: OTP-7696
External pids caused the webserver to crash. This has now been fixed.
Own Id: OTP-7515 Aux Id: seq11004
Fixed a timestamp problem where some events could be sent out of order. Minor fixes to presentation of data.
Own Id: OTP-7544 Aux Id: otp-7442
Performance enhancement for the egd render engine (Thanks to Magnus Thoäng).
Own Id: OTP-7616
Calling
Synchronous calls done via the egd interface could erroneous receive messages not intended for egd. Messages are now tagged in such a way so this should not occur.
Own Id: OTP-7336
Fixed out of bounds rendering problem in egd which could cause the rendering process to crash.
Own Id: OTP-7215
Percept no longer depends on external c-libraries. The graphical rendering is now done via erlang code.
Own Id: OTP-7162
A new module, percept_profile, can now be used to collect profiling data even if the percept application is not installed. This should help profiling erlang application on target machines without libgd installed.
Own Id: OTP-7126
First Release.
Own Id: OTP-6783