lttv.git
19 years agolikely/unlikely branch prediction
compudj [Sun, 15 Aug 2004 03:33:47 +0000 (03:33 +0000)] 
likely/unlikely branch prediction

git-svn-id: http://ltt.polymtl.ca/svn@771 04897980-b3bd-0310-b5e0-8ef037075253

19 years agodraw closure in cfv optimisation
compudj [Sun, 15 Aug 2004 01:43:18 +0000 (01:43 +0000)] 
draw closure in cfv optimisation

git-svn-id: http://ltt.polymtl.ca/svn@770 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoadd linkly and unlikely optimisation to ltt_time_compare
compudj [Sun, 15 Aug 2004 01:30:41 +0000 (01:30 +0000)] 
add linkly and unlikely optimisation to ltt_time_compare

git-svn-id: http://ltt.polymtl.ca/svn@769 04897980-b3bd-0310-b5e0-8ef037075253

19 years agouse faster mathematic operations for time calculation
compudj [Sat, 14 Aug 2004 22:53:33 +0000 (22:53 +0000)] 
use faster mathematic operations for time calculation

git-svn-id: http://ltt.polymtl.ca/svn@768 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoremoved some pointer dereference from critical path
compudj [Sat, 14 Aug 2004 22:06:56 +0000 (22:06 +0000)] 
removed some pointer dereference from critical path

git-svn-id: http://ltt.polymtl.ca/svn@767 04897980-b3bd-0310-b5e0-8ef037075253

19 years agopush back width
compudj [Sat, 14 Aug 2004 21:58:00 +0000 (21:58 +0000)] 
push back width

git-svn-id: http://ltt.polymtl.ca/svn@766 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoremove after execmode hooks completely
compudj [Sat, 14 Aug 2004 21:36:37 +0000 (21:36 +0000)] 
remove after execmode hooks completely

git-svn-id: http://ltt.polymtl.ca/svn@765 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoinlining link fix
compudj [Sat, 14 Aug 2004 21:32:07 +0000 (21:32 +0000)] 
inlining link fix

git-svn-id: http://ltt.polymtl.ca/svn@764 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoremoved cfv-private
compudj [Sat, 14 Aug 2004 21:29:27 +0000 (21:29 +0000)] 
removed cfv-private

git-svn-id: http://ltt.polymtl.ca/svn@763 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofinal inline compile fixes
compudj [Sat, 14 Aug 2004 21:28:45 +0000 (21:28 +0000)] 
final inline compile fixes

git-svn-id: http://ltt.polymtl.ca/svn@762 04897980-b3bd-0310-b5e0-8ef037075253

19 years agocompile fix
compudj [Sat, 14 Aug 2004 21:21:37 +0000 (21:21 +0000)] 
compile fix

git-svn-id: http://ltt.polymtl.ca/svn@761 04897980-b3bd-0310-b5e0-8ef037075253

19 years agomake inline correct -> must be static
compudj [Sat, 14 Aug 2004 21:15:52 +0000 (21:15 +0000)] 
make inline correct -> must be static

git-svn-id: http://ltt.polymtl.ca/svn@760 04897980-b3bd-0310-b5e0-8ef037075253

19 years agomake inline correct
compudj [Sat, 14 Aug 2004 21:12:12 +0000 (21:12 +0000)] 
make inline correct

git-svn-id: http://ltt.polymtl.ca/svn@759 04897980-b3bd-0310-b5e0-8ef037075253

19 years agocorrect inlining of hook by id get
compudj [Sat, 14 Aug 2004 21:06:03 +0000 (21:06 +0000)] 
correct inlining of hook by id get

git-svn-id: http://ltt.polymtl.ca/svn@758 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotweak trace context comparison
compudj [Sat, 14 Aug 2004 20:54:59 +0000 (20:54 +0000)] 
tweak trace context comparison

git-svn-id: http://ltt.polymtl.ca/svn@757 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotweak trace context comparison
compudj [Sat, 14 Aug 2004 20:52:34 +0000 (20:52 +0000)] 
tweak trace context comparison

git-svn-id: http://ltt.polymtl.ca/svn@756 04897980-b3bd-0310-b5e0-8ef037075253

19 years agouse the time compare in the fastest way possible
compudj [Sat, 14 Aug 2004 20:46:19 +0000 (20:46 +0000)] 
use the time compare in the fastest way possible

git-svn-id: http://ltt.polymtl.ca/svn@755 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotweak ltt_time_compare
compudj [Sat, 14 Aug 2004 20:36:28 +0000 (20:36 +0000)] 
tweak ltt_time_compare

git-svn-id: http://ltt.polymtl.ca/svn@754 04897980-b3bd-0310-b5e0-8ef037075253

19 years agosome optimisations in hooks
compudj [Sat, 14 Aug 2004 20:33:08 +0000 (20:33 +0000)] 
some optimisations in hooks

git-svn-id: http://ltt.polymtl.ca/svn@753 04897980-b3bd-0310-b5e0-8ef037075253

19 years agodesactivate after execmode unnecessary hook
compudj [Sat, 14 Aug 2004 20:17:42 +0000 (20:17 +0000)] 
desactivate after execmode unnecessary hook

git-svn-id: http://ltt.polymtl.ca/svn@752 04897980-b3bd-0310-b5e0-8ef037075253

19 years agostill some performance enhancements
compudj [Sat, 14 Aug 2004 19:37:11 +0000 (19:37 +0000)] 
still some performance enhancements

git-svn-id: http://ltt.polymtl.ca/svn@751 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix bug in current process
compudj [Sat, 14 Aug 2004 19:11:20 +0000 (19:11 +0000)] 
fix bug in current process

git-svn-id: http://ltt.polymtl.ca/svn@750 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix bug in current process
compudj [Sat, 14 Aug 2004 19:10:17 +0000 (19:10 +0000)] 
fix bug in current process

git-svn-id: http://ltt.polymtl.ca/svn@749 04897980-b3bd-0310-b5e0-8ef037075253

19 years agokeep current process : y position shorter to find
compudj [Sat, 14 Aug 2004 19:01:50 +0000 (19:01 +0000)] 
keep current process : y position shorter to find

git-svn-id: http://ltt.polymtl.ca/svn@748 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoget name only if necessary
compudj [Sat, 14 Aug 2004 17:11:31 +0000 (17:11 +0000)] 
get name only if necessary

git-svn-id: http://ltt.polymtl.ca/svn@747 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix __inline -> __inline__
compudj [Sat, 14 Aug 2004 16:46:51 +0000 (16:46 +0000)] 
fix __inline -> __inline__

git-svn-id: http://ltt.polymtl.ca/svn@746 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoput get time window out of critical path
compudj [Sat, 14 Aug 2004 16:29:19 +0000 (16:29 +0000)] 
put get time window out of critical path

git-svn-id: http://ltt.polymtl.ca/svn@745 04897980-b3bd-0310-b5e0-8ef037075253

19 years agouse time_window.end_time directly
compudj [Sat, 14 Aug 2004 16:20:46 +0000 (16:20 +0000)] 
use time_window.end_time directly

git-svn-id: http://ltt.polymtl.ca/svn@744 04897980-b3bd-0310-b5e0-8ef037075253

19 years agodon't use gobject type casting in critical path
compudj [Sat, 14 Aug 2004 16:08:55 +0000 (16:08 +0000)] 
don't use gobject type casting in critical path

git-svn-id: http://ltt.polymtl.ca/svn@743 04897980-b3bd-0310-b5e0-8ef037075253

19 years agodon't use gobject type casting in critical path
compudj [Sat, 14 Aug 2004 16:05:35 +0000 (16:05 +0000)] 
don't use gobject type casting in critical path

git-svn-id: http://ltt.polymtl.ca/svn@742 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoameliorate use of garray by preallocating 10 execmode
compudj [Sat, 14 Aug 2004 15:58:11 +0000 (15:58 +0000)] 
ameliorate use of garray by preallocating 10 execmode

git-svn-id: http://ltt.polymtl.ca/svn@741 04897980-b3bd-0310-b5e0-8ef037075253

19 years agouse ltt_time_infinite
compudj [Sat, 14 Aug 2004 15:39:27 +0000 (15:39 +0000)] 
use ltt_time_infinite

git-svn-id: http://ltt.polymtl.ca/svn@740 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotime from double optimisation : use double multiplication and integer shift instead...
compudj [Sat, 14 Aug 2004 07:47:31 +0000 (07:47 +0000)] 
time from double optimisation : use double multiplication and integer shift instead of double division

git-svn-id: http://ltt.polymtl.ca/svn@739 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix scroll left glitch : was due to main window not giving end time. fixed with add...
compudj [Sat, 14 Aug 2004 07:06:16 +0000 (07:06 +0000)] 
fix scroll left glitch : was due to main window not giving end time. fixed with add 1 to time end in request

git-svn-id: http://ltt.polymtl.ca/svn@738 04897980-b3bd-0310-b5e0-8ef037075253

19 years agocomment about current process
compudj [Sat, 14 Aug 2004 06:51:01 +0000 (06:51 +0000)] 
comment about current process

git-svn-id: http://ltt.polymtl.ca/svn@737 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoremove unnecessary calls to get process pixels, but rare case
compudj [Sat, 14 Aug 2004 06:47:29 +0000 (06:47 +0000)] 
remove unnecessary calls to get process pixels, but rare case

git-svn-id: http://ltt.polymtl.ca/svn@736 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix ugly seek for process in draw_closure
compudj [Sat, 14 Aug 2004 06:08:06 +0000 (06:08 +0000)] 
fix ugly seek for process in draw_closure

git-svn-id: http://ltt.polymtl.ca/svn@735 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotime to pixels optimised
compudj [Sat, 14 Aug 2004 05:47:08 +0000 (05:47 +0000)] 
time to pixels optimised

git-svn-id: http://ltt.polymtl.ca/svn@734 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoifdef for EXTRA_CHECK, and precalculate time_width_double
compudj [Fri, 13 Aug 2004 21:30:15 +0000 (21:30 +0000)] 
ifdef for EXTRA_CHECK, and precalculate time_width_double

git-svn-id: http://ltt.polymtl.ca/svn@733 04897980-b3bd-0310-b5e0-8ef037075253

19 years agodo not recalculate time width..
compudj [Fri, 13 Aug 2004 20:51:03 +0000 (20:51 +0000)] 
do not recalculate time width..

git-svn-id: http://ltt.polymtl.ca/svn@732 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoTimeWindow now has end_time
compudj [Fri, 13 Aug 2004 20:43:32 +0000 (20:43 +0000)] 
TimeWindow now has end_time

git-svn-id: http://ltt.polymtl.ca/svn@731 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoperf fix minor
compudj [Fri, 13 Aug 2004 19:44:46 +0000 (19:44 +0000)] 
perf fix minor

git-svn-id: http://ltt.polymtl.ca/svn@730 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoaccelerate double useage for time
compudj [Fri, 13 Aug 2004 19:41:14 +0000 (19:41 +0000)] 
accelerate double useage for time

git-svn-id: http://ltt.polymtl.ca/svn@729 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotime add and sub performance tweaks
compudj [Fri, 13 Aug 2004 18:33:22 +0000 (18:33 +0000)] 
time add and sub performance tweaks

git-svn-id: http://ltt.polymtl.ca/svn@728 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoperformance tweaks
compudj [Fri, 13 Aug 2004 18:06:42 +0000 (18:06 +0000)] 
performance tweaks

git-svn-id: http://ltt.polymtl.ca/svn@727 04897980-b3bd-0310-b5e0-8ef037075253

19 years agocorrected bug with graphic context when starting app and killing it too soon
compudj [Fri, 13 Aug 2004 18:03:37 +0000 (18:03 +0000)] 
corrected bug with graphic context when starting app and killing it too soon

git-svn-id: http://ltt.polymtl.ca/svn@726 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix _marked : put to true when actually mark
compudj [Fri, 13 Aug 2004 17:19:51 +0000 (17:19 +0000)] 
fix _marked : put to true when actually mark

git-svn-id: http://ltt.polymtl.ca/svn@725 04897980-b3bd-0310-b5e0-8ef037075253

19 years agomissing info cuteness enhanced
compudj [Fri, 13 Aug 2004 17:13:05 +0000 (17:13 +0000)] 
missing info cuteness enhanced

git-svn-id: http://ltt.polymtl.ca/svn@724 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoadd missing information indicator
compudj [Fri, 13 Aug 2004 17:06:38 +0000 (17:06 +0000)] 
add missing information indicator

git-svn-id: http://ltt.polymtl.ca/svn@723 04897980-b3bd-0310-b5e0-8ef037075253

19 years agochange control flow viewer : combine all information into one line
compudj [Fri, 13 Aug 2004 15:52:13 +0000 (15:52 +0000)] 
change control flow viewer : combine all information into one line

git-svn-id: http://ltt.polymtl.ca/svn@722 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix bugs uint 64 + no trace
compudj [Fri, 13 Aug 2004 05:28:16 +0000 (05:28 +0000)] 
fix bugs uint 64 + no trace

git-svn-id: http://ltt.polymtl.ca/svn@721 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix colors
compudj [Thu, 12 Aug 2004 21:48:52 +0000 (21:48 +0000)] 
fix colors

git-svn-id: http://ltt.polymtl.ca/svn@720 04897980-b3bd-0310-b5e0-8ef037075253

19 years agocolor allocation fixed
compudj [Thu, 12 Aug 2004 21:31:41 +0000 (21:31 +0000)] 
color allocation fixed

git-svn-id: http://ltt.polymtl.ca/svn@719 04897980-b3bd-0310-b5e0-8ef037075253

19 years agobetter hash functions in state.c and processlist.c
compudj [Thu, 12 Aug 2004 21:21:58 +0000 (21:21 +0000)] 
better hash functions in state.c and processlist.c

git-svn-id: http://ltt.polymtl.ca/svn@718 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoameliorate process list hash function
compudj [Thu, 12 Aug 2004 16:38:27 +0000 (16:38 +0000)] 
ameliorate process list hash function

git-svn-id: http://ltt.polymtl.ca/svn@717 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoadd comment on background request
compudj [Thu, 12 Aug 2004 16:00:00 +0000 (16:00 +0000)] 
add comment on background request

git-svn-id: http://ltt.polymtl.ca/svn@716 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix data reuse
compudj [Thu, 12 Aug 2004 15:57:32 +0000 (15:57 +0000)] 
fix data reuse

git-svn-id: http://ltt.polymtl.ca/svn@715 04897980-b3bd-0310-b5e0-8ef037075253

19 years agocontrol flow now uses by_id hooks : performance fix
compudj [Thu, 12 Aug 2004 15:45:04 +0000 (15:45 +0000)] 
control flow now uses by_id hooks : performance fix

git-svn-id: http://ltt.polymtl.ca/svn@714 04897980-b3bd-0310-b5e0-8ef037075253

19 years agohook by id fix
compudj [Thu, 12 Aug 2004 15:39:03 +0000 (15:39 +0000)] 
hook by id fix

git-svn-id: http://ltt.polymtl.ca/svn@713 04897980-b3bd-0310-b5e0-8ef037075253

19 years agolttvwindow with per trace event delivery
compudj [Thu, 12 Aug 2004 14:40:29 +0000 (14:40 +0000)] 
lttvwindow with per trace event delivery

git-svn-id: http://ltt.polymtl.ca/svn@712 04897980-b3bd-0310-b5e0-8ef037075253

19 years agomake equ_fct and hash_fct static
compudj [Thu, 12 Aug 2004 13:48:34 +0000 (13:48 +0000)] 
make equ_fct and hash_fct static

git-svn-id: http://ltt.polymtl.ca/svn@711 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotime operations optimisation
compudj [Thu, 12 Aug 2004 13:43:25 +0000 (13:43 +0000)] 
time operations optimisation

git-svn-id: http://ltt.polymtl.ca/svn@710 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotweak
compudj [Thu, 12 Aug 2004 12:02:11 +0000 (12:02 +0000)] 
tweak

git-svn-id: http://ltt.polymtl.ca/svn@709 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoperformance fix : keep iter on rows instead of row references
compudj [Thu, 12 Aug 2004 11:54:00 +0000 (11:54 +0000)] 
performance fix : keep iter on rows instead of row references

git-svn-id: http://ltt.polymtl.ca/svn@708 04897980-b3bd-0310-b5e0-8ef037075253

19 years agocorrect bug : need EXIT and ZOMBIE states : one for exit event, the other for schedul...
compudj [Thu, 12 Aug 2004 04:15:08 +0000 (04:15 +0000)] 
correct bug : need EXIT and ZOMBIE states : one for exit event, the other for schedule out

git-svn-id: http://ltt.polymtl.ca/svn@707 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoexecution mode added
compudj [Wed, 11 Aug 2004 23:01:33 +0000 (23:01 +0000)] 
execution mode added

git-svn-id: http://ltt.polymtl.ca/svn@706 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoadd drawing clear upon redraw, fun feature
compudj [Wed, 11 Aug 2004 21:11:32 +0000 (21:11 +0000)] 
add drawing clear upon redraw, fun feature

git-svn-id: http://ltt.polymtl.ca/svn@705 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoadd drawing clear upon redraw, fun feature
compudj [Wed, 11 Aug 2004 21:08:50 +0000 (21:08 +0000)] 
add drawing clear upon redraw, fun feature

git-svn-id: http://ltt.polymtl.ca/svn@704 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofixed expose bug
compudj [Wed, 11 Aug 2004 21:00:24 +0000 (21:00 +0000)] 
fixed expose bug

git-svn-id: http://ltt.polymtl.ca/svn@703 04897980-b3bd-0310-b5e0-8ef037075253

19 years agocpu column added
compudj [Wed, 11 Aug 2004 20:39:06 +0000 (20:39 +0000)] 
cpu column added

git-svn-id: http://ltt.polymtl.ca/svn@702 04897980-b3bd-0310-b5e0-8ef037075253

19 years agowait fork state now ok
compudj [Wed, 11 Aug 2004 19:54:48 +0000 (19:54 +0000)] 
wait fork state now ok

git-svn-id: http://ltt.polymtl.ca/svn@701 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoSTATE_EXIT -> STATE_ZOMBIE
compudj [Wed, 11 Aug 2004 18:39:11 +0000 (18:39 +0000)] 
STATE_EXIT -> STATE_ZOMBIE

git-svn-id: http://ltt.polymtl.ca/svn@700 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoexit_process on PID reuse
compudj [Wed, 11 Aug 2004 18:33:59 +0000 (18:33 +0000)] 
exit_process on PID reuse

git-svn-id: http://ltt.polymtl.ca/svn@699 04897980-b3bd-0310-b5e0-8ef037075253

19 years agodesactivate exit_process until we have the release_task event
compudj [Wed, 11 Aug 2004 16:35:44 +0000 (16:35 +0000)] 
desactivate exit_process until we have the release_task event

git-svn-id: http://ltt.polymtl.ca/svn@698 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix tooltip unref -> destroy
compudj [Wed, 11 Aug 2004 16:30:52 +0000 (16:30 +0000)] 
fix tooltip unref -> destroy

git-svn-id: http://ltt.polymtl.ca/svn@697 04897980-b3bd-0310-b5e0-8ef037075253

19 years agonow default viewers on main tab
compudj [Tue, 10 Aug 2004 13:23:28 +0000 (13:23 +0000)] 
now default viewers on main tab

git-svn-id: http://ltt.polymtl.ca/svn@696 04897980-b3bd-0310-b5e0-8ef037075253

19 years agounref tooltip when close tab
compudj [Tue, 10 Aug 2004 12:26:24 +0000 (12:26 +0000)] 
unref tooltip when close tab

git-svn-id: http://ltt.polymtl.ca/svn@695 04897980-b3bd-0310-b5e0-8ef037075253

19 years agonew pasto-o-matic for time
compudj [Tue, 10 Aug 2004 05:17:47 +0000 (05:17 +0000)] 
new pasto-o-matic for time

git-svn-id: http://ltt.polymtl.ca/svn@694 04897980-b3bd-0310-b5e0-8ef037075253

19 years agomake tree view buttons clickable
compudj [Mon, 9 Aug 2004 06:08:40 +0000 (06:08 +0000)] 
make tree view buttons clickable

git-svn-id: http://ltt.polymtl.ca/svn@693 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofind_process corrected to match how processes are stored in trace state context
compudj [Mon, 9 Aug 2004 04:37:43 +0000 (04:37 +0000)] 
find_process corrected to match how processes are stored in trace state context

git-svn-id: http://ltt.polymtl.ca/svn@692 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotext modules checked for warnings
compudj [Mon, 9 Aug 2004 04:36:20 +0000 (04:36 +0000)] 
text modules checked for warnings

git-svn-id: http://ltt.polymtl.ca/svn@691 04897980-b3bd-0310-b5e0-8ef037075253

19 years agodetailed event list, warning checked
compudj [Mon, 9 Aug 2004 04:14:28 +0000 (04:14 +0000)] 
detailed event list, warning checked

git-svn-id: http://ltt.polymtl.ca/svn@690 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoviewer_constructor cleanup
compudj [Mon, 9 Aug 2004 03:14:41 +0000 (03:14 +0000)] 
viewer_constructor cleanup

git-svn-id: http://ltt.polymtl.ca/svn@689 04897980-b3bd-0310-b5e0-8ef037075253

19 years agounion fix
compudj [Mon, 9 Aug 2004 02:44:17 +0000 (02:44 +0000)] 
union fix

git-svn-id: http://ltt.polymtl.ca/svn@688 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoadded union, not tested
compudj [Mon, 9 Aug 2004 01:57:39 +0000 (01:57 +0000)] 
added union, not tested

git-svn-id: http://ltt.polymtl.ca/svn@687 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoadd union
compudj [Mon, 9 Aug 2004 01:40:18 +0000 (01:40 +0000)] 
add union

git-svn-id: http://ltt.polymtl.ca/svn@686 04897980-b3bd-0310-b5e0-8ef037075253

19 years agouninitialized variables checked, plus O2 optimisations checked : strict aliasing...
compudj [Mon, 9 Aug 2004 01:31:58 +0000 (01:31 +0000)] 
uninitialized variables checked, plus O2 optimisations checked : strict aliasing corrected

git-svn-id: http://ltt.polymtl.ca/svn@685 04897980-b3bd-0310-b5e0-8ef037075253

19 years agouninitialized variables checked. Also change two if/else if functions for switch
compudj [Mon, 9 Aug 2004 00:19:47 +0000 (00:19 +0000)] 
uninitialized variables checked. Also change two if/else if functions for switch

git-svn-id: http://ltt.polymtl.ca/svn@684 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix time bar mini bug
compudj [Sun, 8 Aug 2004 23:25:50 +0000 (23:25 +0000)] 
fix time bar mini bug

git-svn-id: http://ltt.polymtl.ca/svn@683 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoUNUSED -> __UNUSED__
compudj [Sun, 8 Aug 2004 21:22:20 +0000 (21:22 +0000)] 
UNUSED -> __UNUSED__

git-svn-id: http://ltt.polymtl.ca/svn@682 04897980-b3bd-0310-b5e0-8ef037075253

19 years agopush back ltt_isalpha and ltt_isalnum, now static
compudj [Sun, 8 Aug 2004 21:15:53 +0000 (21:15 +0000)] 
push back ltt_isalpha and ltt_isalnum, now static

git-svn-id: http://ltt.polymtl.ca/svn@681 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoltt library extra careful warnings check
compudj [Sun, 8 Aug 2004 20:53:33 +0000 (20:53 +0000)] 
ltt library extra careful warnings check

git-svn-id: http://ltt.polymtl.ca/svn@680 04897980-b3bd-0310-b5e0-8ef037075253

19 years agocompilation warning fixes, types for cycle counter corrected
compudj [Sun, 8 Aug 2004 18:11:17 +0000 (18:11 +0000)] 
compilation warning fixes, types for cycle counter corrected

git-svn-id: http://ltt.polymtl.ca/svn@679 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix bug when remove all traces : the 1Xlength was not cleared to black
compudj [Sun, 8 Aug 2004 15:43:57 +0000 (15:43 +0000)] 
fix bug when remove all traces : the 1Xlength was not cleared to black

git-svn-id: http://ltt.polymtl.ca/svn@678 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoselect first for focus really select it now
compudj [Sun, 8 Aug 2004 15:36:28 +0000 (15:36 +0000)] 
select first for focus really select it now

git-svn-id: http://ltt.polymtl.ca/svn@677 04897980-b3bd-0310-b5e0-8ef037075253

19 years agosel event in detail pos 0 fix
compudj [Sun, 8 Aug 2004 07:05:58 +0000 (07:05 +0000)] 
sel event in detail pos 0 fix

git-svn-id: http://ltt.polymtl.ca/svn@676 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotweak : select the first widget by default
compudj [Sun, 8 Aug 2004 06:59:50 +0000 (06:59 +0000)] 
tweak : select the first widget by default

git-svn-id: http://ltt.polymtl.ca/svn@675 04897980-b3bd-0310-b5e0-8ef037075253

19 years agoFocus works
compudj [Sun, 8 Aug 2004 06:52:52 +0000 (06:52 +0000)] 
Focus works

git-svn-id: http://ltt.polymtl.ca/svn@674 04897980-b3bd-0310-b5e0-8ef037075253

19 years agofix current time bug in event list
compudj [Sun, 8 Aug 2004 06:08:28 +0000 (06:08 +0000)] 
fix current time bug in event list

git-svn-id: http://ltt.polymtl.ca/svn@673 04897980-b3bd-0310-b5e0-8ef037075253

19 years agotime bar fixes
compudj [Sun, 8 Aug 2004 01:34:13 +0000 (01:34 +0000)] 
time bar fixes

git-svn-id: http://ltt.polymtl.ca/svn@672 04897980-b3bd-0310-b5e0-8ef037075253

This page took 0.041159 seconds and 4 git commands to generate.