2009-01-22 17:00:00 +0100 rt r266743 : Clean up.
2009-01-22 15:05:47 +0100 rt r266718 : #i98313# Add 'officecfg', because component-update.dtd is needed.
2009-01-21 17:50:11 +0100 rt r266696 : Avoid creating unneeded directories.
2009-01-21 13:47:02 +0100 rt r266665 : #i98313# Nothing needed from 'goodies'.
2009-01-21 12:52:06 +0100 rt r266659 : #i98313# Nothing needed from 'svtools' nor 'xmloff'.
2009-01-21 12:15:57 +0100 rt r266650 : #i98313# Nothing needed from 'jvmaccess' nor 'svx'.
2009-01-21 12:03:45 +0100 rt r266648 : #i98313# 'canvas' not needed either.
2009-01-21 11:54:47 +0100 rt r266647 : #i98313# We do not need anything from 'slideshow' here. slideshow.rdb is not needed; it does not even exist.
2009-01-20 17:47:27 +0100 rt r266611 : #i98248# With all checkout action gone we do not need perl modules 'Cws' and 'CwsConfig' any more.
2009-01-20 14:27:49 +0100 rt r266579 : #i98248# Remove remaining, now obsolete cvs related code. In case someone wants to undo any of the previous changes on this CWS, he also has to get back this.
2009-01-20 10:11:42 +0100 rt r266555 : #i98248# if a module explicitly specified in '--since <module>' or '--all:<module>' does not exist, not even linked, it's an error. Give an error message and exit.
2009-01-19 18:11:37 +0100 rt r266517 : #i98248# This version of build.pl is for svn hosted workspaces. No need to check for 'is_svn'.
2009-01-19 18:03:40 +0100 rt r266516 : #i98248 # Do not checkout missing modules.
2009-01-19 18:00:22 +0100 rt r266515 : #i98248 # Do not try to cvs checkout a module when it's build list cannot be found.
2009-01-19 17:17:06 +0100 rt r266512 : #i98248 # No need to check out '.lnk' linked modules. Just rename the link.
2009-01-19 16:43:45 +0100 rt r266511 : #i98248 # No need to check out '.lnk' linked modules. Just rename the link.
2008-12-11 16:18:12 +0100 sb r265332 : #i95065# cleanup, to make Windows linking work
2008-12-11 16:16:03 +0100 sb r265331 : #i95065# missing SAL_DLLPUBLIC_EXPORT
2008-12-09 17:40:28 +0100 sb r265122 : #i94469# move CJK specific configuration data to brand layer
2008-12-09 16:09:08 +0100 sb r265112 : #i96959# use PTHREAD_MUTEX_RECURSIVE on all platforms
2008-12-09 15:54:31 +0100 sb r265110 : #i95065# do not derive apphelper::LifeTimeGuard from osl::ResettableMutexGuard to avoid problems with VISIBILITY_HIDDEN=TRUE on MSC
2008-12-09 15:40:51 +0100 sb r265104 : #i95065# add VISIBILITY_HIDDEN=TRUE to connectivity/source/drivers/mozab
2008-12-09 15:36:21 +0100 sb r265102 : #i95501# updated SDK_HOME
2008-12-09 15:31:46 +0100 sb r265099 : typo (temppath vs. tmppath)
2008-12-08 11:48:08 +0100 sb r264979 : #i95065# removed spurious ExplicitCategoriesProvider.obj (ExplicitCategoriesProvider.cxx is not in this directory)
2008-12-07 19:41:07 +0100 sb r264960 : #i96994# erroneously doubled backslash caused visibility feature to be disabled for all GCC versions on Mac OS X
2008-12-06 23:54:49 +0100 sb r264948 : changes from trunk that CWS-TOOLING's rebase to DEV300:m37 (r264891) had missed, as files had been moved around on this CWS
2008-12-05 20:29:23 +0100 sb r264919 : #i85508# versions of flex apparently differ in whether input() resp. yyinput() returns zero or EOF upon end of file
2008-12-05 15:37:23 +0100 sb r264908 : #i95315# removed obsolete jut
2008-12-05 15:34:59 +0100 sb r264907 : #i95531# removed empty obsolete directories
2008-12-05 10:09:23 +0100 sb r264891 : CWS-TOOLING: rebase CWS sb102 to trunk@264807 (milestone: DEV300:m37)
2008-12-04 14:50:20 +0100 sb r264845 : #i95065# introduced VISIBILITY_HIDDEN makefile flag to reduce duplications; made additional libraries use VISIBILITY_HIDDEN=TRUE to avoid warnings with recent GCC 4 versions (had to split certain code directories to make changes that would otherwise erroneously affect multiple libraries built in the same makefile); changed connectivity::ORefVector to no longer derive from std::vector, as that caused problems with the MSC implementation of VISIBILITY_HIDDEN=TRUE; replaced uses of JNIEXPORT with SAL_DLLPUBLIC_EXPORT, as the former does not expand to visibility attributes on some platforms where the latter does
2008-12-03 11:29:38 +0100 sb r264759 : #i94583# remove unnecessary (and wrong) assertion check for rtl_getAppCommandArg return value (which is guaranteed to return osl_Process_E_None or not return at all)
2008-12-02 17:18:31 +0100 sb r264724 : #i96809# silenced GCC 4.3.2 warning
2008-12-02 13:29:34 +0100 sb r264695 : #i96797# make get_tmp_dir fail less often
2008-11-28 17:19:24 +0100 sb r264566 : #i95691# inadvertently missing from -c 264564
2008-11-28 17:07:50 +0100 sb r264564 : #i95691# only structs of exactly 1, 2, 4, or 8 bytes are returned through registers
2008-11-25 13:28:08 +0100 sb r264291 : #i96427# support for SAL_EXCEPTION_DLLPUBLIC_EXPORT (patch by np)
2008-11-21 14:45:22 +0100 sb r264140 : #i95428# added SAL_EXCEPTION_DLLPUBLIC_EXPORT and SAL_EXCEPTION_DLLPRIVATE
2008-11-19 13:19:37 +0100 sb r263984 : #i95525# removed erroneous application/octet-stream svn:mime-type properties
2008-10-28 10:48:51 +0100 christianlins r262708 : Add patch that fixes #i92557#.
2008-10-27 13:33:25 +0100 christianlins r262672 : Reformatted using sspretty. Note that this tool has not only corrected all
tabs and spaces but has sorted all switches groups alphabetically.
2008-10-27 13:22:45 +0100 christianlins r262671 : Moved bs_sourceroot to Common and purged it from the individual platforms.
No reformatting done at this point.
2008-10-20 17:59:09 +0200 christianlins r262333 : Purged sdev300.ini file from obsolet switches.
2008/05/27 07:01:38 rt 1.166.2.3: #i84263# Make announcements a bit more condensed.
2008/05/23 09:53:13 rt 1.166.2.2: RESYNC: (1.166-1.167); FILE MERGED
2008/05/06 15:44:14 rt 1.166.2.1: #i84263# Verbosity of deliver.pl now gets ruled independently by environment variable.
2008/04/10 13:16:32 vg 1.163.6.14: some fixes for generation of the html page
2008/04/09 12:27:49 vg 1.163.6.13: some fixes for generation of the html page
2008/04/08 15:58:16 vg 1.163.6.12: some fixes for generation of the html page
2008/04/07 16:13:45 vg 1.163.6.11: #i84365# no special error-hadling for pre-job
2008/04/04 13:26:38 vg 1.163.6.10: #i85611# take vcsid & cvs_server from user conf file as default
2008/02/11 17:37:36 vg 1.163.6.9: ''${.link:...}''
2008/02/01 16:53:51 vg 1.163.6.8: #i85611#
2008/01/30 12:50:17 vg 1.163.6.7: #i85722# enable --prepare for windows
2007/12/21 15:28:22 vg 1.163.6.6: #i84365# bugfixing
2007/12/17 13:48:17 vg 1.163.6.5: #i84365# bugfixing
2007/12/17 12:01:46 vg 1.163.6.4: #i84365# a bugfix
2007/12/14 14:00:13 vg 1.163.6.3: #i10000# fix for some build breaker
2007/12/14 11:32:55 vg 1.163.6.2: #i84365# some rework to pre- and post- job concept
2007/12/11 13:55:13 vg 1.163.6.1: #i84365# ensure right exit code for multiprocessing mode with --dontgraboutput switch
2007/12/06 17:42:55 vg 1.160.26.12: #i84038# some performance fixes
2007/12/06 16:20:44 vg 1.160.26.11: #i84038# no final post_custom_job if there is custom job
2007/12/06 15:58:21 vg 1.160.26.10: #i84038# fixed name for custom_job's log name
2007/12/06 14:32:23 vg 1.160.26.9: #i84038# add pre_job for custom_job
2007/12/06 12:06:52 vg 1.160.26.8: #i84038# better example for new features
2007/12/06 11:14:15 vg 1.160.26.7: #i84038# run post_job for the last module for multiprocessing mode
2007/12/05 11:11:08 vg 1.160.26.6: #i84038# extracted post job to a separate procedure
2007/12/04 15:55:31 vg 1.160.26.5: #i84038# run post_job for the last module
2007/11/30 16:52:41 vg 1.160.26.4: #i84038# cd to working directory for pre_job
2007/11/30 16:35:57 vg 1.160.26.3: #i84038# cd to working directory for pre_job
2007/11/30 16:11:02 vg 1.160.26.2: #i84038# flush output of custom jobs
2007/11/30 13:43:37 vg 1.160.26.1: #i84038# implementated --pre_job and --post_job switches, changed a bit usage of --job switch
2007/10/15 12:35:53 vg 1.157.90.5: #i69471# fix for cygwin
2007/09/25 14:54:47 vg 1.157.90.4: use library functions instead of self-implemented
2007/09/14 15:14:55 vg 1.157.90.3: #i69471# corrected windows paths in html page
2007/09/14 11:49:51 vg 1.157.90.2: #i79655# get rid of regular sleeps for UNIX
2007/09/10 15:37:17 vg 1.157.90.1: #i79655# Fix sleeps in build.pl for UNIX
2007/04/27 10:39:55 vg 1.154.30.10: #i74784# no ReuseAddr on win32
2007/04/26 14:40:24 vg 1.154.30.9: #i74784# default for server and client - choose the port automatically
2007/04/23 09:49:03 vg 1.154.30.8: #i74784# more OS restrictions
2007/04/20 15:29:56 vg 1.154.30.7: #i74784# no warning for existing log file
2007/04/20 15:24:14 vg 1.154.30.6: #i74784# ensure temp files in temp dir
2007/04/20 09:50:42 vg 1.154.30.5: #i74784# ReuseAddr parameter for server socket
2007/03/23 16:50:24 vg 1.154.30.4: #i74784# fix from Ause and small fixes for correct process number
2007/03/19 11:46:26 vg 1.154.30.3: #i74784#
2007/03/07 12:56:12 vg 1.154.30.2: #i74784#
2007/02/22 17:11:58 vg 1.154.30.1: #i74784#
2006/09/21 18:08:20 kendy 1.149.72.4: #i100000# Indentation fixes.
2006/08/17 12:58:33 kaib 1.149.72.3: #i67378# Added -j option passthrough to Jam primer
2006/07/25 17:13:11 kaib 1.149.72.2: #i67378# Further work to get seamless dependencies for building modules.
2006/07/20 12:05:40 kaib 1.149.72.1: #i67378# Added optional jam priming build for modules with a Jamfile
2006/09/06 11:18:20 vg 1.149.14.4: #i66268# do not delete local common trees
2006/09/01 15:04:32 vg 1.149.14.3: old style for capture output
2006/08/18 15:20:33 vg 1.149.14.2: #i68140# fix for multiple deliver
2006/07/14 09:26:40 vg 1.149.14.1: #i66268# do not undeliver common tree when it is not necessary
2006/03/28 10:06:34 vg 1.145.88.13: change STDERR to STDOUT for build.lst search
2006/03/27 11:01:06 vg 1.145.88.12: RESYNC MERGED 1.145 1.147
Everything below this line will be added to the revision comment.
2006/03/27 10:59:17 vg 1.145.88.11: resync with the top (1.147)
2006/03/27 10:54:56 vg 1.145.88.10: some typo- and overseen- fixes
2006/03/24 15:14:12 vg 1.145.88.9: use SOLARSRC instead of INPATH for html file path
2006/03/24 13:37:04 vg 1.145.88.8: resolve conflict
2006/03/23 14:39:44 vg 1.145.88.7: #i63534# optimize build tool for more effecient use of the system resourses
2006/03/22 16:44:14 vg 1.145.88.6: #i61157# roll back the changes for more verbose behaviour
2006/03/14 12:08:23 vg 1.145.88.5: #i61158# Enter instead of button click for refresh rate changes
2006/02/22 16:28:46 vg 1.145.88.4: #i61157# swiched on output for html generation
2006/02/22 16:19:07 vg 1.145.88.3: #i61157# --html switch to be more verbose: --dont_grab_output
2006/02/22 13:23:10 vg 1.145.88.2: #i51403# fixed command file generation
2006/02/03 13:26:20 vg 1.145.88.1: #117924# error on duplicate shortcuts in build.lst
2006/03/21 13:29:15 rt 1.146.10.3: Do not use old 'jumbo' path any more.
2006/03/21 11:57:22 hjs 1.146.10.2: #i63420# better handling of -sourceroot
2006/03/21 10:15:41 hjs 1.146.10.1: #i63420# use setsolar switches matching the current configuration
2005/08/11 14:30:51 vg 1.142.34.9: #124601# get rid of windows warnings
2005/08/10 14:22:59 vg 1.142.34.8: #124601# message when browser doesn\'t support JavaScript
2005/08/08 12:25:21 vg 1.142.34.7: #124601# some little fixes
2005/08/03 13:38:42 vg 1.142.34.6: #124601# now with autoupdate for directories
2005/08/01 15:01:34 vg 1.142.34.5: #124601# now with autoupdate
2005/07/28 15:25:40 vg 1.142.34.4: #124601# do not ignore errors by default for html
2005/07/28 14:24:18 vg 1.142.34.3: #124601# added status for the directories in modules
2005/07/26 13:25:10 vg 1.142.34.2: #124601# html page generation for single module also
2005/07/25 15:04:43 vg 1.142.34.1: #124601# new feature: html page generation
2005/05/02 13:58:45 rt 1.136.6.2: #122386# Do not use '-force' option for deliver per default.
2005/05/02 13:53:27 rt 1.136.6.1: Redo change from 1.135 to 1.136 introduced by mistake.