RE: [dev] PCH where we are

2007-01-16 Thread Leibowitz, Michael
See strtmpl.h in sal/rtl for example. IIRC, sal and tools are littered with these contructs. -- Michael Leibowitz Software Engineer, Channel Platform Solutions Group Intel Corporation michael.leibowitz at intel.com +1 503 264 7621 -Original Message- From: Kai Backman [mailto:[EMAIL

RE: [dev] Bounty for performance improvements

2006-11-03 Thread Leibowitz, Michael
the performance for current CPU's. Heiner Leibowitz, Michael wrote: It's very easy to measure how long it takes to open a file. You can use the UNO API and gettimeofday. If just want something quick and dirty, you can just use RTL_LOGFILE. However, figuring out what is a typical document

RE: [dev] Bounty for performance improvements

2006-11-02 Thread Leibowitz, Michael
It's very easy to measure how long it takes to open a file. You can use the UNO API and gettimeofday. If just want something quick and dirty, you can just use RTL_LOGFILE. However, figuring out what is a typical document is not. For our performance profiling, we have a collection of about 100

RE: [dev] configmgr re-factor ...

2006-10-10 Thread Leibowitz, Michael
The wonderful thing about version control is the ability to undo changes if they seem to be a bad idea down the road. -- Michael Leibowitz Software Engineer, Channel Platform Solutions Group Intel Corporation michael.leibowitz at intel.com +1 503 264 7621 -Original Message- From: Mathias

RE: [dev] Build instructions are out of date

2006-09-15 Thread Leibowitz, Michael
Could we have the main page point to the wiki, please? New developers go to the main page, which is not dynamic enough it seems. We all know getting the build going is difficult for new developers. It would make sense to put the easy to find instructions in a place where we can all edit it. I

[dev] packaging

2006-08-07 Thread Leibowitz, Michael
I'm doing research on software packaging systems. I know that openoffice.org can be a difficult piece of software to package and was curious how many people devote most or part of their time to packaging. The DomainDeveloper page on the wiki lists a few, but I'm sure there are more. I'd also be

[dev] make a python script in makefile.mk?

2006-07-17 Thread Leibowitz, Michael
I'm having some trouble with making scripts in my makefile.mk. In UNIX, I use UNIXTEXT = $(MISC)/dbbe_enable.sh That seems to work. However, on Windows, I don't know of any similar variable. I tried putting in my own target: # --- Targets -- .INCLUDE :

RE: [dev] make a python script in makefile.mk?

2006-07-17 Thread Leibowitz, Michael
available for windows :( Leibowitz, Michael wrote: I'm having some trouble with making scripts in my makefile.mk. In UNIX, I use UNIXTEXT = $(MISC)/dbbe_enable.sh That seems to work. However, on Windows, I don't know of any similar variable. I tried putting in my own target: # --- Targets

RE: [dev] How to install unstripped binary at local

2006-07-07 Thread Leibowitz, Michael
Hi Anto, Have a look at the way ooo-build's bin/ooinstall does it (http://cvs.gnome.org/viewcvs/ooo-build/bin/ooinstall?view=markup) -- Michael Leibowitz Software Engineer, Channel Platform Solutions Group Intel Corporation michael.leibowitz at intel.com +1 503 264 7621 -Original

RE: [dev] Wiki Extension: DynamicPageList2

2006-06-30 Thread Leibowitz, Michael
@openoffice.org Cc: Nino Novak; Keskar, Dhananjay V; Stefan Taxhet Subject: Re: [dev] Wiki Extension: DynamicPageList2 Michael, Leibowitz, Michael wrote: Sorry for the delay. I had trouble getting it together for the 28th. The wiki needs upgrading for the extension, as well as to prevent some XSS

[dev] parallel builds

2006-06-30 Thread Leibowitz, Michael
Is there a way to make parallel builds (make -jn equivalent) with the vanilla build system? I know that ooo-build offers --with-num-cpus=n -- Michael Leibowitz Software Engineer, Channel Platform Solutions Group Intel Corporation michael.leibowitz at intel.com +1 503 264 7621

RE: [dev] OpenOffice.org 2.0.3 Is Here. Download It Now.

2006-06-29 Thread Leibowitz, Michael
The main page download link works as far as I know. However: http://freshmeat.net/projects/openoffice/ lists 2.0.2 as latest version http://distribution.openoffice.org/p2p/index.html doesn't have 2.0.3 and shows infrastructure maintenance notice.

RE: [dev] Wiki Extension: DynamicPageList2

2006-06-29 Thread Leibowitz, Michael
; Leibowitz, Michael Cc: Nino Novak; Keskar, Dhananjay V; Stefan Taxhet Subject: Re: [dev] Wiki Extension: DynamicPageList2 Michael, it seems that the extension has not yet been installed on the wiki. According to Stefans forward, the 28th had been planned. Would you mind to give us an update what

RE: [dev] startup logs of OOo

2006-04-19 Thread Leibowitz, Michael
There is a logging facility built into OpenOffice.org. Set the environment variable RTL_LOGFILE to the filename that you want logs outputted to. You will only get performance markers unless OpenOffice.org is compiled with TIMELOG defined. Hope that helps. -- Michael Leibowitz Software

[dev] portable pack directive?

2006-03-30 Thread Leibowitz, Michael
Is there a portable pack directive that is recommended? Gcc and the Windows compilers both support #pragma pack (solaris??). Is there a portable macro for this sort of thing? I need to pack a struct to four byte alignment. Any help appreciated. -- Michael Leibowitz Software Engineer, Channel

RE: [dev] Automated Profiling Performance Regression (APPR)

2005-12-18 Thread Leibowitz, Michael
There's a link from the Performance page under helpful tooling. We have yet to make an announcement on the dev list because we don't have a proper place for the source yet (as you pointed out on the wiki). We hope this tool helps people. We have plans for new features, but would welcome