- Aug 25, 2006
-
-
Fons Rademakers authored
fix a number of compiler warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@16124 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 31, 2006
-
-
Fons Rademakers authored
fix in DB name handling due to changed TUrl::GetFile(). git-svn-id: http://root.cern.ch/svn/root/trunk@15263 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 21, 2006
-
-
Fons Rademakers authored
* Fixes to SapDB plugin to allow compilation on AMD64. * Fixes to ODBC plugin to allow compilation on AMD64. * Fix TTF to also use new `symbol.ttf' font when using free fonts. * Fix to TImageDump to use free `symbol.ttf' * The recent change to PROOF client side to not use plug-ins(!?) forgot to include the header `config.h' in case `HAVE_CONFIG' is defined. That meant, that ROOTLIBDIR was _never_ defined there, and so the libraries could not be found on a `static' installation. * Update of copyright for root-common package due to new symbol.ttf font. * Remove old packaging files that clutter the directory and may cause harm. * Wording corrections for package description. * Fixes to some dependencies. * Fix to TTF installer package to not overwrite symbol.ttf. * Some fixes to package preparation scripts. * Remove some files in `make distclean' left over after build. * Added package `root-plugin-odbc'. git-svn-id: http://root.cern.ch/svn/root/trunk@14794 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 18, 2006
-
-
Fons Rademakers authored
Dictionary G__%.o: G__%.cxx rules now in main Makefile instead of Module.mk's => changes in Module.mk. First Module.mk's included, then Makefile.precomp - we need ALLHDRS defined Split $(PCHEXTRAOBJ) and $(PCHFILE) rules - fixes clash with make -j2 Define CINTCXXFLAGS:= - otherwise they will contain PCHCXXFLAGS via their definition as a copy of CXXFLAGS. MSVC: prevent LNK4206 linker warning (-Yl...) git-svn-id: http://root.cern.ch/svn/root/trunk@14301 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 17, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13836 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2005
-
-
Fons Rademakers authored
handle in a consistent way the new rootcint options -cint (default), -reflex and -gccxml. The type of dictionary to be used can be specified like: ./configure --with-dicttype=reflex. Notice that this option is there only for the developers working on the migration to the new dictionary system. git-svn-id: http://root.cern.ch/svn/root/trunk@13609 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 09, 2005
-
-
Fons Rademakers authored
in case we have gmake >= 3.80 we can use the new | (order) syntax where all dependencies after the | are required to be there but not trigger execution of the rule. This should greatly enhance the build experience on Win32 and AIX (platforms that need the EXPLICITLINK option). git-svn-id: http://root.cern.ch/svn/root/trunk@13584 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 21, 2005
-
-
Fons Rademakers authored
* New Debian and RedHat rpm packaging scripts. * Added a description to `build/package/debian/README.Debian' on how to add a new package. It's not that complicated so it should be a simple thing to add a new package, even for some with little or no experience with RPMs or DEBs. * When searching for the Oracle client libraries, I added the directories `/usr/lib/oracle/*/client/lib' and `/usr/include/oracle/*/client' - as these are the paths that the RPMs install into. * I added the packages `root-plugin-krb5' and `root-plugin-oracle'. * The library `libXMLIO' is in `libroot'. * The package `root-plugin-xml' contains the XML parser. * I fixed an cosmetic error in `build/misc/root.m4'. The definition of `ROOT_PATH' should be quoted, otherwise aclocal will complain. * In the top-level `Makefile' I pass an additional argument to `makecintdlls' - namely `$(ROOTCINTTMP)'. In `makecintdlls' I use that argument to make the various dictionaries for `lib...Dict.so'. Originally, the script used plain `rootcint'. However, as `rootcint' may not be in the path yet, or the one in the path may be old, this failed. Hence, I use what we know is there - namely the newly build `rootcint_tmp'. BTW, what are these shared libraries, and where do they belong? I guess they are specific to ROOT, and not used by plain `CINT'. For now, I put them in `libroot'. * Made the two `virtual' packages `root-db-client' - provided the DB plugins, and `root-fitter' provided by `root-plugin-minuit' and `root-plugin-fumili'. Note, the virtual package `root-file-server' provided by `root-rootd' and `root-xrootd' already existed in the previous patch. * Note, I added the directory `build/package/debian/po' which is for translations of DebConf templates. DebConf is Debians very advanced package configuration interface. It presents the user with a set of questions in some sort of `GUI' based on how much the user would like to change. These `dialogs' can be translated quite easily. As an example, I translated the questions used by the `ttf-root-installer' package into Danish. I'm sure someone can translate them into German, French, Italien, Spanish, and so on. git-svn-id: http://root.cern.ch/svn/root/trunk@11398 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 25, 2004
-
-
Fons Rademakers authored
The SAPDB includes define min and max and that interferes with std::string which is included in TString.h. git-svn-id: http://root.cern.ch/svn/root/trunk@9314 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 13, 2004
-
-
Fons Rademakers authored
and library and dependent library information from the LinkDefs and the library and libdep macros. git-svn-id: http://root.cern.ch/svn/root/trunk@8916 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 06, 2003
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7048 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 16, 2001
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@3229 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 04, 2001
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@2975 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 24, 2001
-
-
http://www.sapdb.org/Fons Rademakers authored
(GPL) RDBMS that provides full DB functionality and can be easily used instead of Oracle. These classes are based on the ODBC call interface and are provided by Mark Hemberger (Marc.Hemberger@realtech.de). SAP DB is an open, SQL-based, relational database system that provides high availability and performance scaling from small to very large implementations. In addition, SAP DB goes beyond relational database technology by offering object orientation as well as support for managing unstructured data. It supports open standards including SQL, JDBC and ODBC; access from Perl and Python; and HTTP-based services with HTML or XML content. SAP DB (formerly known as ADABAS) has gone Open Source. SAP DB Version 7.3.00 is available for Linux, Windows NT/Windows 2000, Solaris, HP-UX, Tru64, AIX. For those who don't want to pay for an Oracle-like database with comparable functionality (and better than MySQL ;-) git-svn-id: http://root.cern.ch/svn/root/trunk@2738 27541ba8-7e3a-0410-8455-c3a389f83636
-