CVSROOT:        /cvs/gnome
Module name:    ooo-build
Changes by:     tml     06/02/15 02:51:29

Modified files:
        scratch/scsolver: ChangeLog 
        scratch/scsolver/source/inc: baselistener.hxx listener.hxx 
        scratch/scsolver/source/numeric: matrix.cxx nlpqnewton.cxx 

Log message:
2006-02-15  Tor Lillqvist  <[EMAIL PROTECTED]>

Enable building of scsolver with MSVC7.1:

* source/inc/baselistener.hxx: Include cppu/macros.hxx to get
SAL_CALL definition.

* source/inc/baselistener.hxx
* source/inc/listener.hxx: Add SAL_CALL to those methods which
override methods that have the SAL_CALL decoration.

* source/numeric/matrix.cxx: No #warning in MSVC. Use #warning
only with gcc.

* source/numeric/nlpqnewton.cxx: Use ::sqrt() instead of
std::sqrt() with MSVC, where std::sqrt() causes compilation errors
related to the complex sqrt() functions in STL.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=ooo-build&who=tml&date=explicit&mindate=2006-02-15%2002:50&maxdate=2006-02-15%2002:52

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to