summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeGraphVizOptions.cmake
Commit message (Expand)AuthorAgeFilesLines
* Graphviz: added test suite, fixes, enhancementsCorentin Plouet2019-10-081-60/+86
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-119/+120
* graphviz: distinguish target dependency typesNico Müller2017-09-211-0/+3
* Docs: Improve markup for graphviz related documentationJano Svitok2017-09-111-7/+7
* CMakeGraphVizOptions: Minor improvements to docs.Harry Mallon2016-11-291-3/+10
* Simplify CMake per-source license noticesBrad King2016-09-271-14/+3
* Fix typo, graphiz -> graphviz.Stephen Kelly2015-02-211-1/+1
* graphviz: allow to disable per target graphs (#14746)Daniel Pfeifer2014-02-101-0/+14
* CPack: Replace #<type> markup with reStructuredText equivalentKitware Robot2013-10-161-61/+48
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-69/+108
* CMakeGraphVizOptions.cmake: Fix typo in documentationAlex Neundorf2013-09-111-1/+1
* graphvizoptions: add copyright noticeAlex Neundorf2013-07-261-0/+14
* Add documentation for the --graphviz supportAlex Neundorf2013-07-261-0/+69
='commitgraph'>| * [svn-r12943] Description:Elena Pourmal2006-11-192-3/+2 | | | | | | | Fixed MANIFEST files for daily tests failure and updated VMS make.com file Platforms tested: bin/chkmanifest on heping and VMS server * [svn-r12942] Description:Quincey Koziol2006-11-187-580/+532 | | | | | | | | | | | Fix H5Rget_name() routine with dataset region references and merge tests into getname test. Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) AIX/32 5.? (copper) * [svn-r12941] Description:Quincey Koziol2006-11-173-2/+3 | | | | | | | | | | Clean up warnings assigned to me from today's meeting - still need to tackle the datatype conversion ones... Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) * [svn-r12940] Description:Quincey Koziol2006-11-179-104/+186 | | | | | | | Add some more types to tracing script and regenerate TRACE macros, etc. Tested on: Linux/32 2.4 (heping) * [svn-r12939] Description:Elena Pourmal2006-11-171-2/+8 | | | | Removed all but one warnings for h5stat on Linux (heping) * [svn-r12938] Description:Quincey Koziol2006-11-1710-1783/+1941 | | | | | | | | | | | | | | | | | Add src/H5Oalloc.c file forgotten in previous object header checkin Break out more object header routines into separate file (debugging routines this time). Fix "//" style comment in recent ISOHM source changes. Fix 'size_t' vs. 'unsigned' problem (visible in 64-bit testing) in recent ISOHM test changes. Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) * [svn-r12937] Deleted H5SMpublic.h file, since information in it has been ↵James Laird2006-11-173-28/+2 | | | | | | | | | | moved to H5Opublic.h. Updated Makefile.am, reconfigured. Tested on kagiso. * [svn-r12936] Pedro Vicente Nunes2006-11-174-341/+339 | | | | make h5repacktst clean a big file which name was changed to "h5repack_big_out.h5", do not use H5Ocopy only when the original DCPL has filters or a request is made for such, more code cleaning * [svn-r12935] Added list-to-btree conversion, changed SOHM apis, and pushed ↵James Laird2006-11-1722-366/+557 | | | | | | | | | | | SOHM table version and size information into the superblock to eliminate a read when loading it. This is a file format change, and hopefully the last one (knock on wood). Tested on kagiso and Windows (mostly just a SOHM change). * [svn-r12934] Description:Elena Pourmal2006-11-171-7/+20 | | | | | | | Added return value to the main function to fix daily tests problem on sol that I cannot reproduce. Platforms tested: sol, heping * [svn-r12933] Description:Quincey Koziol2006-11-175-669/+608 | | | | | | | | | | | Finish migrating "object copy" supporting routines into src/H5Ocopy. Clean up a few minor errors _en passant_ Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) * [svn-r12932] Description:Quincey Koziol2006-11-1720-253/+473 | | | | | | | | | | | | Basic support for H5Literate() routine. Still needs to be fleshed out and refactored to simplify. Also, needs tests. :-) Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) AIX/32 5.? (copper) Mac OS X/32 10.4.8 (amazon) * [svn-r12931] H5L_link is called inside H5O.c but the header file that ↵MuQun Yang2006-11-171-0/+1 | | | | | | | | | | | | | | | | | | declared this function is not included in this file. Windows compiler issued a bad warning that"H5L_link" is not defined but is called. So add header file "H5Lprivate.h" in H5O.c. Hopefully this is the right way. Tested on windows and tested the compiling on Linux. H5L_link is called inside H5O.c but the header file that declared this function is not included in this file. Windows compiler issued a bad warning that"H5L_link" is not defined but is called. So add header file "H5Lprivate.h" in H5O.c. Hopefully this is the right way. Tested on windows and tested the compiling on Linux. H5L_link is called inside H5O.c but the header file that declared this function is not included in this file. Windows compiler issued a bad warning that"H5L_link" is not defined but is called. So add header file "H5Lprivate.h" in H5O.c. Hopefully this is the right way. Tested on windows and tested the compiling on Linux. * [svn-r12930] Description:Elena Pourmal2006-11-165-12/+194 | | | | | | | | Added new refreg_name.c file to test H5Rget_name and H5Iget_name for region references. H5Rget_name tests are skipped for now since they do not work (at least for me :-) Platforms tested: heping and copper * [svn-r12929] Hopefully this really is a fix for the tg-login errors.James Laird2006-11-16