libt2n-git Archives

Subject: C++ inter-process communication library branch, switch-to-epoll, updated. v0.7-14-g773843a

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 26 Apr 2024 14:49:03 +0200 (CEST)
The branch, switch-to-epoll has been updated
  discards  b834760a457833aea3047b042f4d96680a9f3a51 (commit)
  discards  e0b3ff8345171e7a40a0a686d5d0670dead9145d (commit)
  discards  c2fde5151e79585aa330faa0f8615f8c332c848e (commit)
       via  773843ae203089f86fa6edb10ffd4b5a1601ce76 (commit)
       via  7aafd22d0ef6c6ee84b09aaa6dc3beb1114baf4c (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (b834760a457833aea3047b042f4d96680a9f3a51)
            \
             N -- N -- N (773843ae203089f86fa6edb10ffd4b5a1601ce76)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.


- Log -----------------------------------------------------------------
commit 773843ae203089f86fa6edb10ffd4b5a1601ce76
Author: Gabriel Braga <gabriel.braga@xxxxxxxxxxxxx>
Date:   Fri Apr 26 14:46:22 2024 +0200

    Adding DOCUMENTATION flag to the CMakeLists.txt
    
    This adds the DOCUMENTATION flag in order to avoid documentation
    building logs while building the project.

commit 7aafd22d0ef6c6ee84b09aaa6dc3beb1114baf4c
Author: Gabriel Braga <gabriel.braga@xxxxxxxxxxxxx>
Date:   Tue Apr 9 17:36:51 2024 +0200

    Fix unit tests to adapt to the epoll API
    
    Previously the unit tests runs worked with the select API, after
    changes to the epoll API the tests stopped running, this commit
    fix and adapt them to the new API.
    
    Note: This commit does some changes to timeouts and to some ports
    on comm.cpp because the previous port was already in use by some
    process on the developer's computer.

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
C++ inter-process communication library

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • C++ inter-process communication library branch, switch-to-epoll, updated. v0.7-14-g773843a, libt2n-git <=