-
Dear Ben,
in March you added support for "FUNC_PROTO in macro - ID: 2656900", see
https://sourceforge.net/tracker/?func=detail&atid=786650&aid=2656900&group_id=153164. Thanks a lot for this feature.
With this feature activated, uncrustify sometimes crashes. Attached please find the input file pomp_fwrapper.c. If you uncomment one of the two commented functions, you can reproduce the...
2009-11-10 16:12:15 UTC in Uncrustify Code Beautifier
-
Hi Ben,
thanks for this very prompt reply. The suggested config options do the job. FYI, we use uncrustify as a pre-commit hook that refuses commits that differ from an uncrustified version that is generated on the server. With the added spaces, commits were always refused ...
Thanks again for your help and your great tool,
Christian.
2009-11-05 09:25:31 UTC in Uncrustify Code Beautifier
-
Hi Ben, I observed strange behavior with following (compilable) C code
#include <stdint.h>
typedef struct
{
char* name;
uint32_t type;
} silc_mpi_type;
#define SILC_MPI_TYPE__SEND 0
static silc_mpi_type silc_mpi_pt2pt[] = {
{ "MPI_Bsend", SILC_MPI_TYPE__SEND },
{...
2009-11-04 16:19:12 UTC in Uncrustify Code Beautifier
-
Dear Ben,
assume you have function name wrapped in a macro, e.g.
void FSUB(MPI_Foo)(MPI_Fint* sendcount);
where FSUB is the macro. It would be nice if uncrustify would interpret the entire string "FSUB(MPI_Foo)" as FUNC_PROTO, not just FSUB. Then the uncrustification of the parameter list would work as expected.
As the macro may not always be "FSUB" it would be nice to pass the...
2009-03-03 10:49:57 UTC in Uncrustify Code Beautifier
-
Dear forum,
I have a C-library that will be called from Fortran code. To support different Fortran compilers (which expect different mangled names), we wrap function prototypes with a macro, e.g. the declaration
void MPI_Foo (MPI_Fint* sendcount);
will become
void FSUB(MPI_Foo)(MPI_Fint* sendcount);
The FSUB macro will do some name mangling according to the Fortran compiler...
2009-02-27 13:10:29 UTC in Uncrustify Code Beautifier
-
Dear forum,
if I set doxymacs-doxygen-dirs as suggested in the documentation, i.e.
(defcustom doxymacs-doxygen-dirs
'((\"^/home/me/project/foo/\"
\"http://someplace.com/doc/foo/foo.xml\"
\"http://someplace.com/doc/foo/\")
(\"^/home/me/project/bar/\"
\"~/project/bar/doc/bar.xml\"...
2009-01-09 09:02:23 UTC in doxymacs
-
roessel committed patchset 1983 of module sumo to the Simulation of Urban MObility CVS repository, changing 1 files.
2004-07-09 20:25:23 UTC in Simulation of Urban MObility
-
roessel committed revision 1977 to the Simulation of Urban MObility SVN repository, changing 1 files.
2004-07-09 20:25:23 UTC in Simulation of Urban MObility
-
roessel committed patchset 1982 of module sumo to the Simulation of Urban MObility CVS repository, changing 1 files.
2004-07-09 20:19:14 UTC in Simulation of Urban MObility
-
roessel committed revision 1976 to the Simulation of Urban MObility SVN repository, changing 1 files.
2004-07-09 20:19:14 UTC in Simulation of Urban MObility