Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
8 years ago[java] unpack dll/so to a tempDir instead of messing with their name
Martin Quinson [Fri, 2 Oct 2015 20:57:56 +0000 (22:57 +0200)]
[java] unpack dll/so to a tempDir instead of messing with their name

8 years ago[windows] typo in java bare test
Martin Quinson [Fri, 2 Oct 2015 14:47:37 +0000 (16:47 +0200)]
[windows] typo in java bare test

8 years agoMerge branch 'master' of github.com:mquinson/simgrid
Martin Quinson [Fri, 2 Oct 2015 14:25:13 +0000 (16:25 +0200)]
Merge branch 'master' of github.com:mquinson/simgrid

8 years ago[appveyor] run the test that I've cooked for windows
Martin Quinson [Fri, 2 Oct 2015 14:21:55 +0000 (16:21 +0200)]
[appveyor] run the test that I've cooked for windows

8 years ago[mc] Really remove mc_libdw for now
Gabriel Corona [Fri, 2 Oct 2015 14:08:10 +0000 (16:08 +0200)]
[mc] Really remove mc_libdw for now

Some bits were not removed properly.

8 years ago[windows] try to do a very basic test of java, without tesh
Martin Quinson [Fri, 2 Oct 2015 13:51:42 +0000 (15:51 +0200)]
[windows] try to do a very basic test of java, without tesh

8 years ago[win+java] fix the name of libwinpthread-1.dll
Martin Quinson [Fri, 2 Oct 2015 13:38:09 +0000 (15:38 +0200)]
[win+java] fix the name of libwinpthread-1.dll

8 years agoand now, fix the distcheck target
Martin Quinson [Fri, 2 Oct 2015 13:25:10 +0000 (15:25 +0200)]
and now, fix the distcheck target

8 years agooops, fix jenkins after moving its conf files
Martin Quinson [Fri, 2 Oct 2015 13:22:29 +0000 (15:22 +0200)]
oops, fix jenkins after moving its conf files

8 years agoempty the buildtool directory
Martin Quinson [Fri, 2 Oct 2015 12:59:25 +0000 (14:59 +0200)]
empty the buildtool directory

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Fri, 2 Oct 2015 12:40:54 +0000 (14:40 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years ago[jenkins] better location for the jenkins configuration files
Martin Quinson [Fri, 2 Oct 2015 12:40:45 +0000 (14:40 +0200)]
[jenkins] better location for the jenkins configuration files

8 years ago[jenkins] remove the java-created files on startup
Martin Quinson [Fri, 2 Oct 2015 12:34:45 +0000 (14:34 +0200)]
[jenkins] remove the java-created files on startup

8 years ago[cmake] remove some unused tests
Martin Quinson [Fri, 2 Oct 2015 09:09:34 +0000 (11:09 +0200)]
[cmake] remove some unused tests

and various little cleanups

8 years agoRevert "[mc] Move libdw binding code in its own file"
Gabriel Corona [Fri, 2 Oct 2015 10:12:26 +0000 (12:12 +0200)]
Revert "[mc] Move libdw binding code in its own file"

This reverts commit b81d0b9c9c365d2b195c8a189e2315adbdaa6af6.

Conflicts:
src/mc/mc_dwarf.cpp
src/mc/mc_dwarf.hpp
src/mc/mc_libdw.cpp
src/mc/mc_location.h

8 years agoRevert "[mc] Fix initialisation of dwarf expression"
Gabriel Corona [Fri, 2 Oct 2015 10:04:10 +0000 (12:04 +0200)]
Revert "[mc] Fix initialisation of dwarf expression"

This reverts commit 4a00aeabd069cdbd1927a3e8a433bb10f49362be.

8 years agoRevert "[mc] Remove remaining bits of libdw outside of mc_libdw.{h,c}pp"
Gabriel Corona [Fri, 2 Oct 2015 10:04:02 +0000 (12:04 +0200)]
Revert "[mc] Remove remaining bits of libdw outside of mc_libdw.{h,c}pp"

This reverts commit 97cc0fc3eb2ed9773ecd1d612da40bee60727b32.

8 years ago[mc] Bring back soft-dirty tracking from the dead 💀
Gabriel Corona [Mon, 28 Sep 2015 14:19:26 +0000 (16:19 +0200)]
[mc] Bring back soft-dirty tracking from the dead ðŸ’€

We want to compare the different snapshoting options on the new
cross-process architecture.

8 years ago[mc] Quick hack to display system memory information (optional)
Gabriel Corona [Tue, 29 Sep 2015 11:26:53 +0000 (13:26 +0200)]
[mc] Quick hack to display system memory information (optional)

8 years ago[mc] Bring back KSM (MADV_MERGEABLE) support
Gabriel Corona [Mon, 28 Sep 2015 10:20:51 +0000 (12:20 +0200)]
[mc] Bring back KSM (MADV_MERGEABLE) support

For KSM support, we allocate the memory for the snapshot regions
directly with mmap() instead of using malloc(). This way we can safely
mark them as MERGEABLE without impacting the heap at all.

Another solution would be to use posix_memalign() (now that we are
using a full-featured malloc) to allocate page-aligned buffers and
remove MADV_UNMERGEABLE when deallocating.

8 years ago[mc] Support for mmap-able snapthots
Gabriel Corona [Thu, 1 Oct 2015 08:45:19 +0000 (10:45 +0200)]
[mc] Support for mmap-able snapthots

This will be used for KSM-friendly snapshots.

8 years agoRevert "don't cleanup java directory for now (debugging time)"
Martin Quinson [Fri, 2 Oct 2015 09:10:24 +0000 (11:10 +0200)]
Revert "don't cleanup java directory for now (debugging time)"

Debugging time is over, and it fills partitions up to failures.

This reverts commit f1e5f8f653f822da96a873fc0a0062fcd4faf3c8.

8 years ago[cmake] correctly quote the c:\ that windows requests
Martin Quinson [Fri, 2 Oct 2015 08:06:19 +0000 (10:06 +0200)]
[cmake] correctly quote the c:\ that windows requests

8 years agoOnly try to load winpthread on windows
Martin Quinson [Fri, 2 Oct 2015 07:27:51 +0000 (09:27 +0200)]
Only try to load winpthread on windows

Previously, it was loaded in any case, and errors were ignored (in an
ineffective way leading to failures on non-windows).

8 years agoRevert "[windows] also take the static version of libpthread.dll"
Martin Quinson [Fri, 2 Oct 2015 06:21:34 +0000 (08:21 +0200)]
Revert "[windows] also take the static version of libpthread.dll"

It does not help anyway.

This reverts commit ae2703f5cf2c00470b492092bb6188c38466b5b5.

8 years agoalso include winpthread.dll in the jarfile
Martin Quinson [Fri, 2 Oct 2015 06:21:24 +0000 (08:21 +0200)]
also include winpthread.dll in the jarfile

8 years ago[cmake] remove tests for which we don't use the result
Martin Quinson [Fri, 2 Oct 2015 05:28:14 +0000 (07:28 +0200)]
[cmake] remove tests for which we don't use the result

8 years ago[cmake] cleanup: mv MakeJava.cmake Java.cmake
Martin Quinson [Fri, 2 Oct 2015 05:23:57 +0000 (07:23 +0200)]
[cmake] cleanup: mv MakeJava.cmake Java.cmake

8 years ago[windows] also take the static version of libpthread.dll
Martin Quinson [Thu, 1 Oct 2015 20:18:49 +0000 (22:18 +0200)]
[windows] also take the static version of libpthread.dll

GOSH, this is ugly.

8 years agodon't cleanup java directory for now (debugging time)
Martin Quinson [Thu, 1 Oct 2015 19:44:29 +0000 (21:44 +0200)]
don't cleanup java directory for now (debugging time)

8 years ago[windows] request mingw-gcc to put the content of libgcc_s_seh-1.dll statically in...
Martin Quinson [Thu, 1 Oct 2015 19:41:32 +0000 (21:41 +0200)]
[windows] request mingw-gcc to put the content of libgcc_s_seh-1.dll statically in our libs

8 years agoISP tests need more time to run. Increase timeout
Martin Quinson [Thu, 1 Oct 2015 16:04:46 +0000 (18:04 +0200)]
ISP tests need more time to run. Increase timeout

8 years ago[appveyor] try to get the artifact name right
Martin Quinson [Thu, 1 Oct 2015 15:47:22 +0000 (17:47 +0200)]
[appveyor] try to get the artifact name right

Previously I got:

  Packaging artifacts...Pattern contains invalid characters.

8 years ago[appveyor] add the artefact that we want to distribute to the users
Martin Quinson [Thu, 1 Oct 2015 15:23:28 +0000 (17:23 +0200)]
[appveyor] add the artefact that we want to distribute to the users

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Thu, 1 Oct 2015 15:04:10 +0000 (17:04 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agofix a typo breaking windows
Martin Quinson [Thu, 1 Oct 2015 15:03:18 +0000 (17:03 +0200)]
fix a typo breaking windows

8 years ago[appveyor] disable absolutely all tests
Martin Quinson [Thu, 1 Oct 2015 14:41:38 +0000 (16:41 +0200)]
[appveyor] disable absolutely all tests

8 years agoRevert "[windows] try to brutally comment any tests but the java ones"
Martin Quinson [Thu, 1 Oct 2015 14:40:42 +0000 (16:40 +0200)]
Revert "[windows] try to brutally comment any tests but the java ones"

It's not helping on appveyor. Tesh does not seem to be usable at all /o\

This reverts commit 4de16ce0c6eb15ff3040a857022539fbb81c95ca.

8 years agoFix unintialized variables
Gabriel Corona [Thu, 1 Oct 2015 13:50:40 +0000 (15:50 +0200)]
Fix unintialized variables

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Thu, 1 Oct 2015 13:06:29 +0000 (15:06 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agoincrease the timeout to that test
Martin Quinson [Thu, 1 Oct 2015 12:59:32 +0000 (14:59 +0200)]
increase the timeout to that test

8 years ago[windows] try to brutally comment any tests but the java ones
Martin Quinson [Thu, 1 Oct 2015 12:51:27 +0000 (14:51 +0200)]
[windows] try to brutally comment any tests but the java ones

8 years agoHide more symbols
Gabriel Corona [Thu, 1 Oct 2015 12:43:08 +0000 (14:43 +0200)]
Hide more symbols

8 years agoHide more mc symbols
Gabriel Corona [Thu, 1 Oct 2015 12:40:18 +0000 (14:40 +0200)]
Hide more mc symbols

Some can't be hidden right new because they are used in the tests.

8 years agoDetect/fix conflicting visibility and fix visibility wrt lua/java bindings
Gabriel Corona [Thu, 1 Oct 2015 07:27:57 +0000 (09:27 +0200)]
Detect/fix conflicting visibility and fix visibility wrt lua/java bindings

8 years agoMark some internal symbols as hidden on ELF in instr
Gabriel Corona [Tue, 29 Sep 2015 14:09:19 +0000 (16:09 +0200)]
Mark some internal symbols as hidden on ELF in instr

8 years ago[mc] Mark some internal symbols as hidden on ELF in mc
Gabriel Corona [Tue, 29 Sep 2015 14:03:56 +0000 (16:03 +0200)]
[mc] Mark some internal symbols as hidden on ELF in mc

A lot of things are still not hidden because of the dreaded error:

    error: â€˜Foo’ declared with greater visibility than the type of its field â€˜Foo::bar’ [-Werror=attributes]

8 years agoMark some internal symbols as hidden on ELF in msg
Gabriel Corona [Tue, 29 Sep 2015 13:10:02 +0000 (15:10 +0200)]
Mark some internal symbols as hidden on ELF in msg

8 years agoMark some internal symbols as hidden on ELF in simdag
Gabriel Corona [Tue, 29 Sep 2015 13:05:22 +0000 (15:05 +0200)]
Mark some internal symbols as hidden on ELF in simdag

8 years agoMark some internal symbols as hidden on ELF in base
Gabriel Corona [Tue, 29 Sep 2015 12:59:13 +0000 (14:59 +0200)]
Mark some internal symbols as hidden on ELF in base

8 years agoMark some internal symbols as hidden on ELF in simix
Gabriel Corona [Tue, 29 Sep 2015 12:55:07 +0000 (14:55 +0200)]
Mark some internal symbols as hidden on ELF in simix

8 years agoMark some internal symbols as hidden on ELF in smpi
Gabriel Corona [Tue, 29 Sep 2015 12:41:57 +0000 (14:41 +0200)]
Mark some internal symbols as hidden on ELF in smpi

8 years agoMark some internal symbols as hidden on ELF in surf
Gabriel Corona [Tue, 29 Sep 2015 12:21:33 +0000 (14:21 +0200)]
Mark some internal symbols as hidden on ELF in surf

8 years agoMark some internal symbols as hidden on ELF in xbt
Gabriel Corona [Tue, 29 Sep 2015 11:57:13 +0000 (13:57 +0200)]
Mark some internal symbols as hidden on ELF in xbt

They are not exported and can avoid the GOT and PLT indirections.

8 years agoGiving up: don't test tesh on windows
Martin Quinson [Thu, 1 Oct 2015 02:09:13 +0000 (04:09 +0200)]
Giving up: don't test tesh on windows

8 years ago[tesh] centralize and rework the documentation
Martin Quinson [Thu, 1 Oct 2015 02:07:07 +0000 (04:07 +0200)]
[tesh] centralize and rework the documentation

8 years ago[tesh] cleanups now that it works with IPC::Run
Martin Quinson [Thu, 1 Oct 2015 00:51:41 +0000 (02:51 +0200)]
[tesh] cleanups now that it works with IPC::Run

8 years ago[windows] use 'cmake -E echo' instead of 'echo'
Martin Quinson [Thu, 1 Oct 2015 00:36:54 +0000 (02:36 +0200)]
[windows] use 'cmake -E echo' instead of 'echo'

8 years agoFix 'make distcheck'. Again.
Martin Quinson [Wed, 30 Sep 2015 20:14:26 +0000 (22:14 +0200)]
Fix 'make distcheck'. Again.

8 years ago[windows] use 'cmake -E remove_directory' instead of 'rm -rf'
Martin Quinson [Wed, 30 Sep 2015 20:06:28 +0000 (22:06 +0200)]
[windows] use 'cmake -E remove_directory' instead of 'rm -rf'

It fails with the following error message on appveyor:

 "C:/Program Files (x86)/Git/bin/rm.EXE": cannot unlink `temp_testdir_background/tmp_fich': Permission denied

8 years ago[windows] don't call tesh as a script as cmake fails to preserve the exec permission...
Martin Quinson [Wed, 30 Sep 2015 20:02:21 +0000 (22:02 +0200)]
[windows] don't call tesh as a script as cmake fails to preserve the exec permission on this file

8 years ago[tesh] greatly normalize the self-tests
Martin Quinson [Wed, 30 Sep 2015 19:21:12 +0000 (21:21 +0200)]
[tesh] greatly normalize the self-tests

Things should remain unsurprizing when there is no need for a surprise

8 years agofix a typo breaking a self tesh test
Martin Quinson [Wed, 30 Sep 2015 17:45:13 +0000 (19:45 +0200)]
fix a typo breaking a self tesh test

8 years agokill set-signal.tesh, catch-signal.tesh already test the same
Martin Quinson [Wed, 30 Sep 2015 16:55:01 +0000 (18:55 +0200)]
kill set-signal.tesh, catch-signal.tesh already test the same

8 years ago[tesh] Write self-tests in perl (we may not have cc at hand)
Martin Quinson [Wed, 30 Sep 2015 16:26:44 +0000 (18:26 +0200)]
[tesh] Write self-tests in perl (we may not have cc at hand)

Also, revive the setenv test and make it work (the forked environment
was not modified but only the command line rewriting mechanism)

8 years agoAdd the Win32 bits of IPC::Run
Martin Quinson [Wed, 30 Sep 2015 14:10:36 +0000 (16:10 +0200)]
Add the Win32 bits of IPC::Run

8 years agofix make distcheck
Martin Quinson [Wed, 30 Sep 2015 14:08:07 +0000 (16:08 +0200)]
fix make distcheck

8 years agoReimplement tesh with IPC::Run
Martin Quinson [Wed, 30 Sep 2015 13:10:17 +0000 (15:10 +0200)]
Reimplement tesh with IPC::Run

8 years ago[tesh] move functions around to try to get them in the logical order
Martin Quinson [Tue, 29 Sep 2015 22:44:16 +0000 (00:44 +0200)]
[tesh] move functions around to try to get them in the logical order

8 years ago[cmake] useless cleanups: better file names
Martin Quinson [Tue, 29 Sep 2015 20:51:34 +0000 (22:51 +0200)]
[cmake] useless cleanups: better file names

8 years ago[cmake] kill GenerateDocWin
Martin Quinson [Tue, 29 Sep 2015 20:47:05 +0000 (22:47 +0200)]
[cmake] kill GenerateDocWin

8 years ago[cmake] sort a bit how the documentation is generated
Martin Quinson [Tue, 29 Sep 2015 20:36:23 +0000 (22:36 +0200)]
[cmake] sort a bit how the documentation is generated

8 years agocleanups in Java: call jar only once to add our content
Martin Quinson [Tue, 29 Sep 2015 17:37:16 +0000 (19:37 +0200)]
cleanups in Java: call jar only once to add our content

8 years ago[tesh] instead of defining get_options() and then calling it only once, inline its...
Martin Quinson [Tue, 29 Sep 2015 13:26:38 +0000 (15:26 +0200)]
[tesh] instead of defining get_options() and then calling it only once, inline its content

8 years ago[tesh] simplifies the option processing
Martin Quinson [Tue, 29 Sep 2015 13:16:29 +0000 (15:16 +0200)]
[tesh] simplifies the option processing

- Kill unused and ignored options
- Kill temporary variables when possible and actually speak Perl instead

8 years agodon't pass --log to tesh: the perl version ignores it anyway
Martin Quinson [Tue, 29 Sep 2015 13:15:06 +0000 (15:15 +0200)]
don't pass --log to tesh: the perl version ignores it anyway

8 years ago[mc] Fix tesh file names in ctest testsuite
Gabriel Corona [Tue, 29 Sep 2015 09:22:52 +0000 (11:22 +0200)]
[mc] Fix tesh file names in ctest testsuite

8 years ago[tesh] Fix usage sting in update_tesh.pl
Gabriel Corona [Tue, 29 Sep 2015 09:21:43 +0000 (11:21 +0200)]
[tesh] Fix usage sting in update_tesh.pl

8 years ago[tesh] Fix arguments in tesh file
Gabriel Corona [Tue, 29 Sep 2015 09:26:07 +0000 (11:26 +0200)]
[tesh] Fix arguments in tesh file

Example:

    $ tesh with_mutex_handling.tesh --cfg=model-check/reduction:none
    Test suite from stdin

- remove the options from the tesh @ARGV before handling the .tesh
  file;

- GetOptions() can't modify the locally-scoped (my) @ARGV, use the
  global one instead.

8 years ago[tesh] sort things a bit and rename a function
Martin Quinson [Mon, 28 Sep 2015 09:31:31 +0000 (11:31 +0200)]
[tesh] sort things a bit and rename a function

8 years ago[tesh] don't clutter cd_cmd and setenv_cmd because they are used from GetOption:...
Martin Quinson [Sun, 27 Sep 2015 17:09:30 +0000 (19:09 +0200)]
[tesh] don't clutter cd_cmd and setenv_cmd because they are used from GetOption::Long

8 years ago[tesh] kill dead code
Martin Quinson [Sun, 27 Sep 2015 16:54:02 +0000 (18:54 +0200)]
[tesh] kill dead code

This feature is not working, but it's not documented (nor used) either

8 years ago[tesh] run perltidy
Martin Quinson [Sun, 27 Sep 2015 16:49:30 +0000 (18:49 +0200)]
[tesh] run perltidy

8 years ago[tesh] reduce the uglyness of that code a bit
Martin Quinson [Sun, 27 Sep 2015 16:16:43 +0000 (18:16 +0200)]
[tesh] reduce the uglyness of that code a bit

- Write      "if (cond)    {A} else {B}"
  instead of "if (!cond)   {B} else {A}"
  or         "unless(cond) {B} else {A}"
- Kill some dead code
- Other tiny cleanups

There still a lot to do to make it nice to read :(

8 years ago[tesh] simplify the way we read the teshfile
Martin Quinson [Sun, 27 Sep 2015 16:12:02 +0000 (18:12 +0200)]
[tesh] simplify the way we read the teshfile

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Sun, 27 Sep 2015 11:26:59 +0000 (13:26 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agoVarious cleanups in the generation of simgrid.jar
Martin Quinson [Sun, 27 Sep 2015 11:24:18 +0000 (13:24 +0200)]
Various cleanups in the generation of simgrid.jar

- Only generate a simgrid.jar (kill simgrid_full.jar), which may or
  may not contain the native libs depending on the enable_lib_in_jar
  cmake option.
- Simplify the dependencies by not using temp files and additional
  dependencies but use add_custom_command(TARGET blah POST-BUILD ...)

8 years agoRemove everything related to the pipol compilation platform
Martin Quinson [Sat, 26 Sep 2015 19:43:44 +0000 (21:43 +0200)]
Remove everything related to the pipol compilation platform

This platform is long gone now

8 years agoRevert "you can overwrite part of a file without mofiying its size"
Frederic Suter [Fri, 25 Sep 2015 15:10:04 +0000 (17:10 +0200)]
Revert "you can overwrite part of a file without mofiying its size"

This reverts commit 1834c35134cafa950a91101cd69dcc64d14f062d.

8 years agoyou can overwrite part of a file without mofiying its size
Frederic Suter [Fri, 25 Sep 2015 14:24:01 +0000 (16:24 +0200)]
you can overwrite part of a file without mofiying its size

8 years agotesh revalidation to account for file descriptor id display.
Frederic Suter [Fri, 25 Sep 2015 14:15:00 +0000 (16:15 +0200)]
tesh revalidation to account for file descriptor id display.

8 years agochange the way we identify opened files. The same process on the same
Frederic Suter [Fri, 25 Sep 2015 14:14:32 +0000 (16:14 +0200)]
change the way we identify opened files. The same process on the same
machine can open the same file several times (yes, yes, it can), which
wasn't supported correctly.

Now each host has a dynar of 1024 descriptor ids (integers). When
opening a file, a process gets (i.e., pops) an available id for that
host, that it releases (i.e., push back) on close.

MSG_file_dump now shows this id.

8 years agobe sure that we don't try to read bytes after the end of the file
Frederic Suter [Fri, 25 Sep 2015 14:05:48 +0000 (16:05 +0200)]
be sure that we don't try to read bytes after the end of the file

8 years ago[tesh] kill some more unused variables
Martin Quinson [Fri, 25 Sep 2015 07:09:44 +0000 (09:09 +0200)]
[tesh] kill some more unused variables

And use English for some other variables

8 years agoalso unifies the native path between cmake and java on windows
Martin Quinson [Fri, 25 Sep 2015 06:58:42 +0000 (08:58 +0200)]
also unifies the native path between cmake and java on windows

8 years agoTry to unify the native lib location between cmake and java
Martin Quinson [Fri, 25 Sep 2015 05:28:29 +0000 (07:28 +0200)]
Try to unify the native lib location between cmake and java

8 years agoBe verbose about errors encountered
Martin Quinson [Thu, 24 Sep 2015 23:10:56 +0000 (01:10 +0200)]
Be verbose about errors encountered

8 years agotry to please clang. No idea of why it fails on mac but works on linux...
Martin Quinson [Thu, 24 Sep 2015 20:48:10 +0000 (22:48 +0200)]
try to please clang. No idea of why it fails on mac but works on linux...

8 years agodon't fail miserably when raising an exception after simulation shutdown
Martin Quinson [Thu, 24 Sep 2015 20:23:26 +0000 (22:23 +0200)]
don't fail miserably when raising an exception after simulation shutdown

Fix #26

8 years agocosmetics: Use a C++ syntax that I know :-3
Martin Quinson [Thu, 24 Sep 2015 20:22:55 +0000 (22:22 +0200)]
cosmetics: Use a C++ syntax that I know :-3