Activity
From 11/05/2016 to 12/04/2016
12/04/2016
- 11:48 PM Evolution #165 (Fermé): gengetopt (command line options)
- 11:47 PM Evolution #166 (Fermé): configfile
- Managed with gengetopt -C and options from configfile
- 10:58 PM Evolution #186: memdbg
- vasprintf
vsprintf
new
new[]
delete
delete[] - 12:33 AM Evolution #173 (Fermé): cppunit : Menu
- 12:33 AM Evolution #173 (Résolu): cppunit : Menu
- 12:32 AM Evolution #169 (Fermé): cppunit : Logger
- 12:32 AM Evolution #169 (Résolu): cppunit : Logger
- 12:32 AM Evolution #167 (Fermé): cppunit : configfile
- 12:31 AM Evolution #167 (Résolu): cppunit : configfile
- 12:30 AM Evolution #163 (Fermé): cppunit : scheduler
- 12:27 AM Evolution #162: scheduler (thread pools)
- Inspired from https://vichargrave.github.io/
- 12:26 AM Revision 27:1d2f516e74c0 (pac): Mutex/CondVar/Thread/WQueue CPP classes for scheduler
- * test/cppunit_property.cc: work in progress test cases (Refs #157)
* src/scheduler/thread.*: Thread CPP class (Refs...
12/02/2016
- 09:33 PM Evolution #162: scheduler (thread pools)
- Take inspiration from :
https://juanchopanzacpp.wordpress.com/2013/02/26/concurrent-queue-c11/
https://vichargrave.... - 09:31 PM Revision 26:3bd14d4ab74f (pac): Property unit tests rewriting in progress, gprof integration, ycm config
- * configure.ac: Tuned optimizations when gprof is used (Refs #185)
* .ycm_extra_config.py: Configuration for YouComp... - 01:37 PM Evolution #191 (Nouveau): Non regression testing framework
- Design and implement a toolkit (cp) to industrialize non-regression tests in make check (dejegnu ?)
- 01:36 PM Evolution #190 (Nouveau): Performance testing toolkit
- Design and implement a toolkit (cppprof) to industrialize profiling tests in make check
11/30/2016
- 11:00 PM Revision 25:a01465c90e48 (pac): Doxygen annotations: reformated existing header annotations
11/29/2016
- 10:13 PM Revision 24:5464e141ccee (pac): Doxygen annotations cleanup
- * Doxygen annotations: removed "since" annotation from functions/methods
* Doxygen annotations: removed "author" ann... - 09:18 PM Revision 23:cabb057e1fe7 (pac): Doxygen headers: removed license and harmonized headers
11/23/2016
- 12:03 AM Revision 22:7802d94a1a62 (pac): Logger class, Scheduler class, gengetopt/getopts, i18h, ...
- * src/memdbg/Makefile.am: Compile libmemdbg even if not used (NMEMDBG defined)
* src/logger/logger*: Imported from o...
11/22/2016
- 11:23 PM Anomalie #189 (Fermé): Fix vasprintf signature
- make check fails when configured with --disable-memdbg :
cppunit_memory.cc: In member function ‘void TestMemory::Vas...
11/21/2016
- 05:38 PM Evolution #188 (Nouveau): Use help2man to generate manpage
- 04:36 PM Evolution #187 (Nouveau): ILogger : Add severity/criticity level filter
11/20/2016
- 06:29 PM Revision 21:e1862bfdfed2 (pac): Replaced all "properties" occurences with "property" (Refs #157)
- 12:29 AM Evolution #186 (En cours): memdbg
- 12:27 AM Revision 20:05b531aea52b (pac): Ported memdbg/memtrack/memory to cppunit and more ...
- * /src/exception/exception.h: Added default constructor (Refs #158)
* /src/exception/exception.cc: Added default con...
11/19/2016
- 01:37 PM Evolution #186 (En cours): memdbg
- 12:48 AM Revision 19:f41ef8d0525d (pac): Added po/Makevars.template to hgignore
- 12:39 AM Revision 18:543d2f093ae6 (pac): Removed Autotools generated files and updated bootstrap.sh
11/18/2016
- 11:39 PM Evolution #183 (Fermé): Improve CppUnit tests coverage (use cases, functions and lines)
- 11:36 PM Evolution #183 (Résolu): Improve CppUnit tests coverage (use cases, functions and lines)
- Applied in changeset pac|commit:841ba01773b8.
- 11:38 PM Evolution #184 (Fermé): Add lcov target in tests/Makefile.am for CI
- 11:36 PM Evolution #184 (Résolu): Add lcov target in tests/Makefile.am for CI
- Applied in changeset pac|commit:841ba01773b8.
- 11:35 PM Revision 17:841ba01773b8 (pac): Test coverage improvements, Pluginmgr full test, other improvements...
- * Added lcov target in top makefile (Closes #184)
* Added template for --help and --version following GNU Coding Gui...
11/16/2016
- 11:52 PM Evolution #159 (Fermé): cppunit : pluginmgr
- 11:51 PM Evolution #180 (Fermé): Move docs as apidocs
- 11:47 PM Evolution #180 (Résolu): Move docs as apidocs
- Applied in changeset pac|commit:95eb2e8912a0.
- 11:51 PM Evolution #182 (Fermé): configure.ac : generate apidocs by default
- 11:47 PM Evolution #182 (Résolu): configure.ac : generate apidocs by default
- Applied in changeset pac|commit:95eb2e8912a0.
- 11:12 AM Evolution #182 (Fermé): configure.ac : generate apidocs by default
- 11:46 PM Revision 16:95eb2e8912a0 (pac): Code Refactoring, Doxygen refactoring, Plugin refacoring, ...
- 2016-10-16 François Cerbelle <francois@cerbelle.net>
* BUGFIX: Coverage support
* BUGFIX: doxygen sqlite file cle... - 08:17 PM Evolution #185 (Nouveau): Add gprof targets in tests/Makefile.am for CI
- 08:16 PM Evolution #184 (Fermé): Add lcov target in tests/Makefile.am for CI
- 08:16 PM Evolution #183 (Fermé): Improve CppUnit tests coverage (use cases, functions and lines)
- lcov -t PAC -o coverage.info -c -d .
genhtml -o lcov coverage.info
lcov/index.html
11/13/2016
- 12:29 AM Evolution #158 (Fermé): cppunit : exception
- 12:25 AM Evolution #158 (Résolu): cppunit : exception
- Applied in changeset pac|commit:046223dd700d.
- 12:24 AM Revision 15:f26fbf707c1b (pac): Merge
- 12:23 AM Revision 14:046223dd700d (pac): cppunit : exception (Closes #158), cppunit_assert, cppunit_tools
- 12:22 AM Revision 13:b02631ae4f77 (pac): cppunit : exception (Refs #158), cppunit_assert, cppunit_tools
11/12/2016
- 11:05 PM Revision 12:65b90b433fb3 (pac): Converted assert unittest to cppunit testcase
- 09:20 PM Revision 11:88a2fded2370 (pac): Restructured documetations in a subdir (Refs #181]
- 12:09 AM Revision 10:c12fab3f48e1 (pac): Code refactoring and optimizations on system (Refs #159)
11/10/2016
- 11:09 PM Evolution #181 (Nouveau): Create docs subfolder with LaTeX docs
- Doc
- Part Install
- Part Admin
- Part Dev
- Part User - 11:08 PM Evolution #180 (Fermé): Move docs as apidocs
11/05/2016
Also available in: Atom