Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent in src/include
[simgrid.git] / src /
2016-03-01 Frederic Suterreindent in src/include
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Martin Quinsoncreate a singleton for s4u::Engine
2016-03-01 Martin Quinsonvarious little cleanups
2016-03-01 Frederic Suterblank lines and indent in instr
2016-03-01 Frederic Suterput back some includes
2016-03-01 Frederic Sutera few blanks less + static
2016-03-01 Gabriel Corona[mc] Remove the horrible MC_EACH_SIMIX_PROCESS() macro
2016-03-01 Gabriel Corona[mc] Fix PID mismatch in snapshot
2016-03-01 Martin Quinsoninline a function called once
2016-03-01 Martin QuinsonCeterum censeo Applem delendam esse.
2016-03-01 Martin Quinsonrename smx_rdv_t into smx_mailbox_t. One day it will...
2016-03-01 Martin Quinsonuse std::pair instead of bprintf(%s#%s)ing the keys
2016-03-01 Frederic Suterdie blank lines and dummy comments, die
2016-03-01 Gabriel CoronaCoding style: camel case RemotePtr
2016-03-01 Gabriel Corona[mc] Don't expose the Type in Buffer
2016-03-01 Gabriel CoronaCoding style: camel case Buffer
2016-03-01 Gabriel Corona[smpi] Fix ENAMETOOLONG with shm_open in smpi_shared_ma...
2016-03-01 Martin Quinsonless XBT, more std:: (in routing)
2016-03-01 Martin Quinsoncleanups in the routing code
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Gabriel Corona[smpi] Fix shared memoy name for SMPI_SHARED_MALLOC
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Gabriel CoronaRemove xbt_sha
2016-02-29 Gabriel Corona[smpi] Don't use SHA-1 in smpi_bench
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Julien GossaUniformizing 'load' -> 'bound' in the setBound java...
2016-02-29 Julien GossaMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Julien GossaChange the comment of Task.setBound to fit the native...
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Gabriel CoronaRemove static tracepoint support
2016-02-29 Gabriel Corona[mc] Cleanup RegionSnapshot buffer code
2016-02-29 Martin QuinsonSIMIX_process_self_{set,get}_data can retrieve the...
2016-02-29 Martin Quinsonrename some fields (ignorable)
2016-02-29 Martin QuinsonAs::bypassRoutes_ does not need to be a reference
2016-02-29 Martin Quinsonconvert a static function into a proper destructor
2016-02-29 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-29 Martin QuinsonSmall cleanups in routing
2016-02-29 Martin Quinsonfactorize one method into the superclass
2016-02-29 Martin QuinsonI'm glad: this prototype was not used
2016-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-28 Martin QuinsonEnsure that task_listen works on asynchronous mailboxes...
2016-02-28 Martin Quinsonmake a warning ignorable
2016-02-28 Martin Quinsonsome useless cleanups
2016-02-28 Martin Quinsonreindent
2016-02-28 Martin Quinsoncosmetics
2016-02-28 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-28 Martin Quinsonreindent, no real change
2016-02-28 Martin Quinsoncleanups in routing
2016-02-27 Martin Quinsonremove every XBT_USE_DEPRECATED parts
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-27 degommetry to fix build with lua
2016-02-27 Frederic Suterfixing logs after category removal
2016-02-27 Fabien ChaixRemoving concurrency printing that was making a mess
2016-02-26 Martin Quinsonnicer API to the Netcard type
2016-02-26 Frederic Suterremove overkill log category declaration
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-26 Fabien Chaixcontrol better random, returning to assertion
2016-02-26 Fabien ChaixMore tracking of random numbers and correcting assertion
2016-02-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-26 Fabien ChaixJunk to understand why tests fail in MAC
2016-02-26 Frederic Suterpedantic freak meets MSG sources
2016-02-26 Frederic Sutermsg_mailbox.h was alone in src/msg
2016-02-26 Martin QuinsonRemove ROUTING_HOST_LEVEL: was not used anymore
2016-02-26 Gabriel CoronaRemove/cleanup/fix #include
2016-02-26 Gabriel Corona[mc] s/NULL/nullptr/
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel CoronaRemove/cleanup/fix some #include
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel CoronaRemove some #include
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel Corona[mc] Fix previous commit
2016-02-26 Gabriel Corona[mc] Homogeneise throwned system_error
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel Corona[mc] Cleanup/reorganise the code of simgrid_mc
2016-02-26 Gabriel Corona[mc] Documentation for Type and Member
2016-02-26 Gabriel Corona[mc] Remove Type::is_pointer_type
2016-02-26 Gabriel Corona[mc] Member initialization in Variable, Member, Type
2016-02-26 Gabriel Corona[mc] Move some code into simgrid::mc namespace
2016-02-26 Gabriel Corona[mc] Don't leave model-checked processes around
2016-02-26 Martin Quinsonoups
2016-02-26 Martin Quinsonrebalance a bit between simgrid_config and internal_config
2016-02-26 Martin Quinsonfurther remove dead code
2016-02-26 Martin Quinsonwoops, all machines but mine need stdio.h here
2016-02-26 Martin Quinsonasprintf is never used: bprintf is so swag
2016-02-26 Martin Quinsonwe never need asnprintf nor vasnprintf
2016-02-26 Martin Quinsonsnprintf is C99, we require C11. kill the portability...
2016-02-26 Martin Quinsonfurther improve code coverage by killing old code
2016-02-26 Martin Quinsontesh is not in C anymore, there is no need to compute...
2016-02-25 Martin Quinsonimprove coverage: kill dead code
2016-02-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-25 Martin Quinsonremove useless header inclusions
2016-02-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-25 Martin QuinsonImplem? I meant Impl, as in pimpl. Sorry for the noise
2016-02-25 Fabien ChaixFixed tesh-surf-maxmin-xxx tests
2016-02-24 Martin Quinsonkill SD_HOST_LEVEL \o/. Its friends must follow.
2016-02-24 Martin Quinsonkill two almost empty files by inlining the contained...
2016-02-24 Martin QuinsonLet's call sg::surf::host a HostImplem
next