Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the config.c code in C++
[simgrid.git] / include /
2016-04-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-13 Martin Quinsontypo--
2016-04-13 Gabriel Corona[mc] Remove orphaned declarations
2016-04-13 Gabriel Coronasimgrid::config::flag, a more declarative way to descri...
2016-04-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-08 Martin Quinsonuseless psychotic cleanup
2016-04-08 Gabriel Corona[mc] Mark xbt::string as a hack
2016-04-07 Martin Quinsonfurther tiny commit in xbt_config. that's not multivalu...
2016-04-07 Martin Quinsonconfig: kill unused functions
2016-04-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-06 Martin Quinsonfurther cleanups to the config stuff
2016-04-06 Martin Quinsonkill a deprecated function
2016-04-05 Gabriel Corona[mc] Use std::string in simgrid::mc::request_to_string
2016-04-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-05 degommeAdd MPI_File* bindings to SMPI, even if they are unimpl...
2016-04-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-05 Martin Quinsonxbt_config: kill an unused feature: multivalued variables
2016-04-05 Martin Quinsonxbt_config: kill an unused feature: unregistering variables
2016-04-05 Martin Quinsonxbt_config: kill an unused feature: unsetting values
2016-04-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-05 Martin QuinsonWe never use a second configuration set, so simplify...
2016-04-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-04 Martin Quinsonfurther rework the config handling. Still much to do
2016-04-04 Gabriel CoronaFix #includes to automaton.h
2016-04-03 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-03 Martin Quinsonfurther rework the option mechanism
2016-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-02 Martin Quinsonstart refactoring the option handling
2016-04-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-01 Martin QuinsonAdd a way to set a property on s4u::Host
2016-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-23 Martin Quinsonrename a method to stick to our naming conventions
2016-03-23 Gabriel Corona[mc] Working on an interface between a model-checking...
2016-03-20 Martin Quinsonkill some dead code
2016-03-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-17 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-17 Gabriel CoronaAdd suitable #include for HAVE_MC
2016-03-17 Gabriel CoronaMerge commit '7937c47'
2016-03-17 David GlesserRemove useless include that makes projects outside...
2016-03-15 Gabriel CoronaRevert my (subtle) attempts to fork simgrid...
2016-03-15 Gabriel Corona[mc] Remove C typedefs (mc_foobar_t) and mc_forward.h
2016-03-15 Gabriel Corona[mc] Move MC malloc introspection code in simgrid::mc
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Martin Quinsonstart objectifying the surf traces
2016-03-14 Frederic Suterremove a couple of MSC_VER stuff
2016-03-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-13 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-03-13 Martin Quinsonremove the git release from the config.h to reduce...
2016-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-10 Martin Quinsonimprove the s4u::Actor API (and mimick the one of rsg...
2016-03-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-09 Martin Quinsonload public config from internal config
2016-03-09 Gabriel CoronaFix HAVE_FOOBAR flags handling
2016-03-09 Martin QuinsonWarn on undefined #if, and enjoy that feature
2016-03-09 Martin Quinsonempty portable.h and spread the include in files
2016-03-09 Martin QuinsonHAVE_STDDEF_H is never defined in our code
2016-03-09 Martin Quinsoncosmetics
2016-03-09 Martin QuinsonRevert "thread_local is C++11, remove the portability...
2016-03-09 Martin Quinson__func__ is C99 for __FUNCTION__. Kill portability...
2016-03-08 Martin Quinsongcc 2.4+ is not quite a recent version anymore
2016-03-08 Martin Quinsonthread_local is C++11, remove the portability layer
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-08 Martin Quinsonmove implementation bits of s4u::As into surf::AsImpl
2016-03-08 Gabriel Corona[mc] Move mc_safety code in simgrid::mc
2016-03-08 Gabriel Coronaunique_ptr for dynar, automaton, swag, etc.
2016-03-08 Gabriel Corona[mc] Remove the SNAPSHOT and COMPARE_SNAPSHOTS MC simcalls
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Martin Quinsondisplay the content of simgrid_config.h at config time
2016-03-07 Martin Quinsoncleanups in public config header
2016-03-07 Martin Quinsonkill an obsolete script
2016-03-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-07 Martin Quinsonremove internal definitions from public config header
2016-03-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-06 Martin Quinsonsys/time.h is always defined nowadays
2016-03-06 Martin Quinsonkill our _XBT_WIN32. Standard _WIN32 is sufficient
2016-03-06 Martin Quinsonone set of macros for min/max is enough
2016-03-06 Martin Quinson'inline' is C99, remove portability the layer
2016-03-06 Martin Quinsontry to not specify any calling convention on windows
2016-03-06 Martin Quinsonanother useless thread function dies
2016-03-06 Martin Quinsonfirst cleanups in the WIN32 preprocessor stuff
2016-03-06 Martin Quinsonkill another unused thread function
2016-03-06 Martin Quinsonmake xbt_mutex reentrant (the standard way) and kill...
2016-03-06 Martin QuinsonKill two unused thread functions with their portability...
2016-03-05 Martin Quinsontry to bind worker threads to cores when possible
2016-03-05 Martin Quinsonkill an unused function
2016-03-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-04 Julien Gossa[MSG] Renaming MSG_get_host_speed in MSG_host_get_speed...
2016-03-04 Julien GossaMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next