History log of /petsc/src/sys/classes/draw/impls/x/xops.c (Results 176 – 200 of 205)
Revision Date Author Comments
# 705246ef 18-Mar-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' of bitbucket.org:petsc/petsc into knepley/plex


# 3964eb88 18-Mar-2013 Jed Brown <jed@59A2.org>

Warnings: clean compile with gcc-4.8 at -Wextra -Wno-unused-parameter

* Mostly fills out some ops struct declarations. Reformatted so Emacs
can help with alignment. Squelch whitespace in diff to s

Warnings: clean compile with gcc-4.8 at -Wextra -Wno-unused-parameter

* Mostly fills out some ops struct declarations. Reformatted so Emacs
can help with alignment. Squelch whitespace in diff to see useful
changes.

* Use struct instead of casting to data pointer (void*) when serializing
function pointers.

* strcasecmp is in strings.h

show more ...


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# c19eab39 06-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c


# 296840b1 06-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users w

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users will only want --with-clanguage=C++ for std::complex.


Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347

show more ...


# 8cc058d9 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN

Hg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426


# 39d7646b 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN


Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798


# 99e0435e 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

updated from EXTERN_C_BEGIN/END through sys directory

Hg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df


# e9fbd226 05-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f


# a0961e76 04-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

added ex8.c and petscopts_ex8 for powergrid PDF

Hg-commit: 450b148d4609487f06bfa6b582e4e08ddb3ed5ce


# a4494fc1 23-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

simple phase diagram monitor for ODE solver

Hg-commit: c2b4dfd4c95a5211491e360d8d0a3cdb1b9b5794


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# 9982bd17 04-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

moved -draw_save for X windows images to subdirectory since there tend to be a lot of them and one can easily remove them by removing the directory while removing 30,000 files with * or even find is

moved -draw_save for X windows images to subdirectory since there tend to be a lot of them and one can easily remove them by removing the directory while removing 30,000 files with * or even find is impossible/too slow

Hg-commit: 8d285356bc80dc0ce7db34b85a9cf60bc0fafec0

show more ...


# a297a907 29-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/sys/*

Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805


# 009bbdc4 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# 72ca7aa7 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0abf89d5ee6edf91e6393c34ebd34611a44a1ae3


# be332245 25-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Partially unified indentation to two spaces rather than 3, 5, etc.

Hg-commit: 72aceb82fa10cae79a777f91c00d187d4e02f4f6


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 6e111a19 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'

Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1


# db4deed7 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Style improvements: braces around 'else', partial '){' -> ') {'

Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a


# e08d9924 18-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully removed \t from src/sys/*

Hg-commit: 910eecdb2d9101d15fb5ee24738d9e5eca423f9a


# adcec1e5 31-Dec-2012 Jed Brown <jed@59A2.org>

Fix the most dangerous MPI type mismatches, still many with PetscBool/PetscEnum using MPI_INT

Hg-commit: 146d1df88e306d69e6ce797932b1c3352fd7851c


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# 5a4671ae 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


123456789