[00:05:51] <CIA-98> bonefish * r41310 /haiku/branches/developer/bonefish/signals/ (4 files in 2 dirs): [00:05:51] <CIA-98> * Renamed process_group and process_session to ProcessGroup and ProcessSession [00:05:51] <CIA-98> respectively and C++-ified the structs a bit. Also added locking, though it [00:05:51] <CIA-98> is not used yet. [00:05:51] <CIA-98> * Changed sGroupHash from hash_table to BOpenHashTable. [00:50:54] *** echelog-2 has joined #haiku-jp [00:58:20] <CIA-98> scottmc * r41314 /haiku/trunk/build/jam/OptionalPackages: Updated cmake OptionalPackage to clean up it's directories. [01:45:30] <CIA-98> bonefish * r41315 /haiku/branches/developer/bonefish/signals/ (2 files in 2 dirs): (log message trimmed) [01:45:30] <CIA-98> * Derived ProcessSession and ProcessGroup from BReferenceable and got rid of [01:45:30] <CIA-98> their respective reference count (group_count, refs). [01:45:30] <CIA-98> * Made ProcessGroup::session private, renamed it to fSession, and added a getter [01:45:30] <CIA-98> (Session()) and an extended setter (Publish()). [01:45:31] <CIA-98> * Got rid of the now superfluous insert_group_into_session(), [01:45:32] <CIA-98> remove_group_from_session(), acquire_process_group_ref(), [10:26:36] <CIA-98> mmu_man * r41316 /haiku/trunk/3rdparty/mmu_man/onlinedemo/haiku.php: Add a global setting for audio support. Add some support for logging though not used. Some other fixes. [20:11:47] <CIA-98> humdinger * r41317 /haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp: User taos found another unneeded comma and enforced 80 chars/line on two occasions. Thanks. [20:25:30] <CIA-98> humdinger * r41318 /haiku/trunk/ (2 files in 2 dirs): Changed comment prefix from # to //. Thanks yourpalal.