Activity for David Ricart

  • David Ricart David Ricart created ticket #17

    Back on duty

  • David Ricart David Ricart posted a comment on ticket #16

    Hello "Ookaze" (your name?). Yes, I remember you being quite active in porg / paco issues since long time ago. So in principle I am willing to consider your kind offer to take over the project. But you'd have to meet certain conditions, like keeping it free, simple, and give credit to the original author. Also, since I am no longer familiar with the sourceforge process, you'd have to make the transition to other code hosting platforms yourself. Also, you'd have to establish some contact with the...

  • David Ricart David Ricart posted a comment on ticket #16

    Hello everybody. I am David, the creator and maintainer of porg. I wanted you to know that my life has led me far from computer programming lately, so I don't have the time and energy to keep maintaining this project anymore. I am willing to listen to any candidate to take it over. Cheers, ~David. 2022-05-26 16:44 GMT+02:00, Ookaze ookaze0@users.sourceforge.net: You're right, iirc this was David's patch back in 2016. I haven't done anything but correct the bug that was very annoying and bit me hard...

  • David Ricart David Ricart posted a comment on ticket #11

    Great. Thanks for helping.

  • David Ricart David Ricart posted a comment on ticket #11

    I think a simple break after die_help() would do the job. There's no need to call assert(0), because die_help() terminates the program anyway. Done in r189. BTW: I do not react to failed assertions, because they're disabled on stable releases of porg. I just use them on development versions, to help detect errors.

  • David Ricart David Ricart committed [r189]

    Added break statement on switch, to fix compilation errors

  • David Ricart David Ricart modified a comment on ticket #11

    OK. log.c is compiled with gcc, not g++. So we have to add the '-Wno-nonnull-compare' flag to MY_CFLAGS as well. Done in r188.

  • David Ricart David Ricart posted a comment on ticket #11

    OK. log.c is compiled with gcc, not g++. So we have to add the '-Wno-nonnull-compare' flag to MY_CFLAGS as well. Done in r188. 2017-08-30 19:46 GMT+02:00, Bat Guano patguano@users.sf.net: Thank you for keeping this up. Even after make distclean/make clean and autoreconf, compilation ends with the error when log.c is processed. The Makefile in porg-log contains, though: ~~~ cat lib/porg-log/Makefile | grep CXXFLAGS CXXFLAGS = -g -O2 MY_CXXFLAGS = -W -ansi -pedantic -Wall -fno-operator-names -std=c++11...

  • David Ricart David Ricart committed [r188]

    Added flag '-Wno-nonnull-compare' to gcc as well

  • David Ricart David Ricart modified a comment on ticket #11

    Did you run 'autoreconf' after updating to revision 187? It is needed to recreate the configure script. The -Werror flag it's enabled only in the development version, to help me fix compilation warnings. But I think I would remove it completely, as it may be annoying to anyone else than me. As of the if (!this), I use it to check for successful creation of a fstream derived object, inside of its own constructor. If you know of a better way to achieve it, I'd be happy to know it. Thanks.

  • David Ricart David Ricart posted a comment on ticket #11

    Did you run 'autoreconf' after updating to revision 187? It is needed to recreate the configure script. The -Werror flag it's enabled only in the development version, to help me fix compilation warnings. But I think I would remove it completely, as it may be annoying to anyone else than me. As of the if (!this), I use it to check for successful creation of a fstream derived object, inside of its own constructor. I haven't found any better way to achieve that. Thanks.

  • David Ricart David Ricart committed [r187]

    Added flag '-Wno-nonnull-compare' to C++ compiler, to avoid

  • David Ricart David Ricart posted a comment on ticket #11

    Hi Bat. Try setting the flag '-Wno-nonnull-compare' to the compiler at configure time. Like this: CXXFLAGS='-Wno-nonnull-compare' ./configure --prefix=/usr Also, I'll add it to the configure script, to make it permanent.

  • David Ricart David Ricart committed [r186]

    Function get_digits(): Return 1 when input number is 0

  • David Ricart David Ricart posted a comment on ticket #11

    Hi. Thanks for the ticket. The changes made in revision 184 were a "quick and dirty"...

  • David Ricart David Ricart committed [r185]

    Undone change in r184

  • David Ricart David Ricart committed [r184]

    Added SVN revision number to version of develop...

  • David Ricart David Ricart committed [r183]

    grop: ask for confirmation when cancelling porg...

  • David Ricart David Ricart committed [r182]

    Removed ChangeLog.paco from the distribution

  • David Ricart David Ricart committed [r181]

    Make gzip dist tarballs by default (was xz)

  • David Ricart David Ricart committed [r180]

    Removed faq.txt. Improved porg(8) man page

  • David Ricart David Ricart committed [r179]

    added sudo to logme-really commands

  • David Ricart David Ricart committed [r178]

    back to svn

  • David Ricart David Ricart committed [r177]

    Created tag 0.10

  • David Ricart David Ricart committed [r176]

    Release of 0.10

  • David Ricart David Ricart committed [r175]

    Fixed svn related tags in Makefile

  • David Ricart David Ricart committed [r174]

    back to svn

  • David Ricart David Ricart committed [r173]

    Created tag 0.9

  • David Ricart David Ricart committed [r172]

    VERSION 0.9

  • David Ricart David Ricart posted a comment on ticket #10

    Thanks for reporting. Have you tried to build the latest SVN version of porg?

  • David Ricart David Ricart posted a comment on ticket #8

    Great! Thanks for packaging porg.

  • David Ricart David Ricart posted a comment on ticket #8

    BTW Can you compile porg-0.8 "by hand" in the same system? I mean, without all the...

  • David Ricart David Ricart posted a comment on discussion General Discussion

    FIXED in SVN. Thanks.

  • David Ricart David Ricart committed [r171]

    grop: fixed porgball hang bug

  • David Ricart David Ricart committed [r170]

    Added cxxflags to fix compilation errors with l...

  • David Ricart David Ricart posted a comment on ticket #8

    Please forget about my previous message, and apply the attached patch instead.

  • David Ricart David Ricart posted a comment on ticket #8

    Please, try again adding "-Wno-deprecated-declarations -Wno-variadic-macros" to CXXFLAGS...

  • David Ricart David Ricart posted a comment on ticket #8

    Hi Tim. Thanks for reporting. It seems like the errors come from glibmm code. Would...

  • David Ricart David Ricart posted a comment on discussion General Discussion

    Hi. Running "autoreconf --force --install --symlink" from the sources directory should...

  • David Ricart David Ricart committed [r169]

    document the case-insensitiveness of variable n...

  • David Ricart David Ricart committed [r168]

    changed g++ flags

  • David Ricart David Ricart posted a comment on ticket #7

    Fixed in SVN. Hope it compiles fine on OSX. Thanks.

  • David Ricart David Ricart committed [r167]

    Replace mode_t by int when calling va_arg() so ...

  • David Ricart David Ricart committed [r166]

    libporg-log: explicitly #define RTLD_NEXT for s...

  • David Ricart David Ricart committed [r165]

    removed spurious comment

  • David Ricart David Ricart committed [r164]

    cleanup

  • David Ricart David Ricart committed [r163]

    Added #include <csignal>

  • David Ricart David Ricart committed [r162]

    Do not allow running multiple grop instances at...

  • David Ricart David Ricart committed [r161]

    cleanup

  • David Ricart David Ricart committed [r160]

    grop:bugfix: When running grop as root, save co...

  • David Ricart David Ricart committed [r159]

    Call return instead of exit() in main func of p...

  • David Ricart David Ricart committed [r158]

    Allow lowercase'd variables in porgrc (like 'in...

  • David Ricart David Ricart committed [r157]

    code cleanup

  • David Ricart David Ricart posted a comment on ticket #6

    Hi Tomoaki. Your suggestion seems very reasonable to me. Applied in SVN. Thanks.

  • David Ricart David Ricart committed [r156]

    Removed /mnt, /media and /cdrom from the defaul...

  • David Ricart David Ricart committed [r155]

    code cleanup

  • David Ricart David Ricart committed [r154]

    Removed uneeded fmt_size(ulong)

  • David Ricart David Ricart committed [r153]

    code cleanup

  • David Ricart David Ricart committed [r152]

    code cleanup

  • David Ricart David Ricart committed [r151]

    code cleanup

  • David Ricart David Ricart committed [r150]

    code cleanup

  • David Ricart David Ricart committed [r149]

    Fixed minor bug in grop (opening tmp files when...

  • David Ricart David Ricart committed [r148]

    Code cleanup

  • David Ricart David Ricart committed [r147]

    Code cleanup in paco2porg.in

  • David Ricart David Ricart committed [r146]

    Fixed typo in porgball.in

  • David Ricart David Ricart committed [r145]

    code cleanup

  • David Ricart David Ricart committed [r144]

    Removed BaseOpt::check_logdir()

  • David Ricart David Ricart committed [r143]

    Minor fixes

  • David Ricart David Ricart committed [r142]

    Use endl instead of '\n' for printing

  • David Ricart David Ricart committed [r141]

    Fixed bug (-x option compatibility)

  • David Ricart David Ricart committed [r140]

    Implemented variable Opt::MODE_LIST_MISS

  • David Ricart David Ricart committed [r139]

    code cleanup

  • David Ricart David Ricart committed [r138]

    code cleanup

  • David Ricart David Ricart committed [r137]

    Merged last changes from branch 'miss'

  • David Ricart David Ricart committed [r136]

    code cleanup

  • David Ricart David Ricart committed [r135]

    Removed useless var. Opt::s_list_files

  • David Ricart David Ricart committed [r134]

    code cleanup

  • David Ricart David Ricart committed [r133]

    Merged last changes from branch 'miss'

  • David Ricart David Ricart committed [r132]

    Use File::is_missing() in grop

  • David Ricart David Ricart committed [r131]

    Removed File::m_status et al...

  • David Ricart David Ricart committed [r130]

    Added File{STATUS_*,m_status,is_missing()}

  • David Ricart David Ricart committed [r129]

    Created branch 'miss'

  • David Ricart David Ricart committed [r128]

    Removed tag 'missing'

  • David Ricart David Ricart committed [r127]

    code cleanup

  • David Ricart David Ricart committed [r126]

    Properly log /etc/porgrc when logging the own p...

  • David Ricart David Ricart committed [r125]

    Removed 'make logme' (no longer required)

  • David Ricart David Ricart committed [r124]

    minor fixes

  • David Ricart David Ricart committed [r123]

    back to svn

  • David Ricart David Ricart committed [r122]

    Created tag '0.8'

  • David Ricart David Ricart committed [r121]

    VERSION 0.8

  • David Ricart David Ricart committed [r120]

    minor fixes

  • David Ricart David Ricart committed [r119]

    Use sscanf instead of Rexp to read the logs (mu...

  • David Ricart David Ricart committed [r118]

    small fixes

  • David Ricart David Ricart committed [r117]

    Added assert() to check that logged files have ...

  • David Ricart David Ricart committed [r116]

    Removed 'missing files' features (kept on branc...

  • David Ricart David Ricart committed [r115]

    Created tag 'missing'

  • David Ricart David Ricart committed [r114]

    Added file doc/grop.svg

  • David Ricart David Ricart committed [r113]

    Created directory tags

  • David Ricart David Ricart committed [r112]

    Created directory branches

  • David Ricart David Ricart committed [r111]

    Created trunk branch

1 >
MongoDB Logo MongoDB