Log of /branches/intelc_win32/doc/doxygen
Directory Listing
Revision
742 -
Directory Listing
Modified
Sat Jun 24 11:27:16 2006 UTC
(16 years, 9 months ago)
by
woo409
+ Initial commit of win32 port using intel c++ compiler 9.1.x for Windows
+ This version is failing some file handling tests in python
Revision
704 -
Directory Listing
Modified
Thu Apr 6 02:27:37 2006 UTC
(16 years, 11 months ago)
by
gross
Original Path:
trunk/doc/doxygen
some missing files (but they will be removed later)
Revision
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(17 years ago)
by
robwdcock
Original Path:
trunk/doc/doxygen
+ NEW BUILD SYSTEM
This commit contains the new build system with cross-platform support.
Most things work are before though you can have more control.
ENVIRONMENT settings have changed:
+ You no longer require LD_LIBRARY_PATH or PYTHONPATH to point to the
esysroot for building and testing performed via scons
+ ACcESS altix users: It is recommended you change your modules to load
the latest intel compiler and other libraries required by boost to match
the setup in svn (you can override). The correct modules are as follows
module load intel_cc.9.0.026
export
MODULEPATH=${MODULEPATH}:/data/raid2/toolspp4/modulefiles/gcc-3.3.6
module load boost/1.33.0/python-2.4.1
module load python/2.4.1
module load numarray/1.3.3
Revision
498 -
Directory Listing
Modified
Tue Feb 7 01:53:47 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/doc/doxygen
can now specify target "build_docs" in order to build
epydoc and doxygen documentation
Revision
488 -
Directory Listing
Modified
Thu Feb 2 06:19:23 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/doc/doxygen
build rundoxygen/runepydoc scripts on the fly based on platform dependant locations of these utilities
Revision
485 -
Directory Listing
Modified
Thu Feb 2 04:21:02 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/doc/doxygen
change scons files to match new esys_options based format
Revision
369 -
Directory Listing
Modified
Fri Dec 16 00:51:22 2005 UTC
(17 years, 3 months ago)
by
cochrane
Original Path:
trunk/doc/doxygen
Building of API documentation now works. Both epydoc- and doxygen-generated
docs are built.
Revision
354 -
Directory Listing
Modified
Wed Dec 14 04:46:17 2005 UTC
(17 years, 3 months ago)
by
cochrane
Original Path:
trunk/doc/doxygen
Fixed paths for new running of docs autobuild.