/[escript]/trunk/doc/doxygen
ViewVC logotype

Log of /trunk/doc/doxygen

View Directory Listing Directory Listing


Sticky Revision:

Revision 3349 - Directory Listing
Modified Mon Nov 15 05:09:56 2010 UTC (12 years, 4 months ago) by caltinay
escript now supports out-of-tree builds.
All build and test files are now created under a user-definable build_dir
directory.
This also fixes issue 291.
Removed most svn:ignore props since they are no longer required.


Revision 3277 - Directory Listing
Modified Fri Oct 15 01:06:24 2010 UTC (12 years, 5 months ago) by caltinay
This should keep scons happy on systems without pdflatex issuing a warning
to the user. Also updated all other doc sconscript files to use a global
release_dir prefix so we can easily move the files somewhere else if req'd.


Revision 3259 - Directory Listing
Modified Mon Oct 11 01:48:14 2010 UTC (12 years, 5 months ago) by jfenwick
Merging dudley and scons updates from branches


Revision 2881 - Directory Listing
Modified Thu Jan 28 02:03:15 2010 UTC (13 years, 1 month ago) by jfenwick
Don't panic.
Updating copyright stamps


Revision 2548 - Directory Listing
Modified Mon Jul 20 06:20:06 2009 UTC (13 years, 8 months ago) by jfenwick
Updating copyright notices

Revision 2544 - Directory Listing
Modified Mon Jul 20 04:50:38 2009 UTC (13 years, 8 months ago) by caltinay
Enable building doxygen docs for the escriptreader library.


Revision 2521 - Directory Listing
Modified Tue Jul 7 00:08:58 2009 UTC (13 years, 8 months ago) by jfenwick
Modified Lazy so that resolving a single sample uses the node cache method.
Fixed some doxygen problems.

Revision 2283 - Directory Listing
Modified Fri Feb 20 01:08:21 2009 UTC (14 years, 1 month ago) by jfenwick
doxygen doco now correctly reports global project revsion number.
link to epydoc is now via a relative URL (avoids the problem of nightly doxygen pointing at out of date release epydoc).

Revision 2063 - Directory Listing
Modified Wed Nov 19 04:59:43 2008 UTC (14 years, 4 months ago) by jfenwick
- Removed some deprecated directories.
- Removed the pythfilter script for converting python doco into c++ stubs. The license was unspecified and we don't use it.
- Suppressed long long warnings on gcc (the Mac complained).
- svn:ignored Mac library suffixes in lib directory

Revision 2061 - Directory Listing
Modified Wed Nov 19 03:40:21 2008 UTC (14 years, 4 months ago) by jfenwick
Fixing some warnings from epydoc.
Disabled c++ signatures in python docstrings.
Removed references to Bruce in epydoc and the users guide.

Revision 2005 - Directory Listing
Modified Mon Nov 10 01:21:39 2008 UTC (14 years, 4 months ago) by jfenwick
Bringing all changes across from schroedinger.
(Note this does not mean development is done, just that it will happen
on the trunk for now).
If anyone notices any problems please contact me.



Revision 1811 - Directory Listing
Modified Thu Sep 25 23:11:13 2008 UTC (14 years, 5 months ago) by ksteube
Copyright updated in all files


Revision 1796 - Directory Listing
Modified Wed Sep 17 01:45:46 2008 UTC (14 years, 6 months ago) by jfenwick
Merged noarrayview branch onto trunk.



Revision 1705 - Directory Listing
Modified Thu Aug 14 05:56:40 2008 UTC (14 years, 7 months ago) by ksteube
Branch scons-dev is hereby closed.
Some parts of scons scripts have been re-written.


Revision 1388 - Directory Listing
Modified Fri Jan 11 07:45:58 2008 UTC (15 years, 2 months ago) by trankine
And get the *(&(*&(* name right

Revision 1387 - Directory Listing
Modified Fri Jan 11 07:45:26 2008 UTC (15 years, 2 months ago) by trankine
Original Path: temp/doc/doxygen
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.

Revision 1384 - Directory Listing
Modified Fri Jan 11 02:29:38 2008 UTC (15 years, 2 months ago) by phornby
Original Path: temp_trunk_copy/doc/doxygen
Make a temp copy of the trunk before checking in the windows changes



Revision 1216 - Directory Listing
Modified Thu Jul 12 06:20:08 2007 UTC (15 years, 8 months ago) by ksteube
Build now works on systems where doxygen is not available.
Repaired target scons guide_html_index to create HTML user guide.


Revision 1215 - Directory Listing
Modified Thu Jul 12 01:14:55 2007 UTC (15 years, 8 months ago) by ksteube
Repaired all targets for: scons docs
It runs all these targets: release_examples guide_pdf api_epydoc api_doxygen


Revision 808 - Directory Listing
Modified Fri Aug 11 01:25:16 2006 UTC (16 years, 7 months ago) by ksteube
Can now build escript and use doxygen on shake71



Revision 704 - Directory Listing
Modified Thu Apr 6 02:27:37 2006 UTC (16 years, 11 months ago) by gross
some missing files (but they will be removed later)

Revision 682 - Directory Listing
Modified Mon Mar 27 02:43:09 2006 UTC (16 years, 11 months ago) by robwdcock
+ 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
can now specify target "build_docs" in order to build
epydoc and doxygen documentation


Revision 489 - Directory Listing
Modified Thu Feb 2 06:27:15 2006 UTC (17 years, 1 month ago) by jgs
fix message file paths

Revision 488 - Directory Listing
Modified Thu Feb 2 06:19:23 2006 UTC (17 years, 1 month ago) by jgs
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
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
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
Fixed paths for new running of docs autobuild.


Revision 343 - Directory Listing
Added Tue Dec 13 03:39:42 2005 UTC (17 years, 3 months ago) by jgs
create build directory structure for documentation

  ViewVC Help
Powered by ViewVC 1.1.26