Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2015-07-25 Martin Quinsonnote that we do need Boost 1.48
2015-07-25 Martin QuinsonUse boost 1.48 on travis as 1.46.1 is not enough for us
2015-07-25 Martin QuinsonGet g++-4.7 from a PPA on travis.
2015-07-25 Martin QuinsonRemove borland-compiler related cruft
2015-07-25 Martin QuinsonRevert "Fix non-MC builds"
2015-07-25 Martin Quinsontry to get Clang happy with our C/C++ bindings
2015-07-25 Gabriel Corona[mc] Fix missing #include in non MC
2015-07-25 Martin QuinsonFix non-MC builds
2015-07-25 Martin QuinsonCMake cleanups: move the C/C++ std detection to the...
2015-07-25 Martin Quinsonwe need std=gnu11 in C too (was std=gnu99)
2015-07-25 Gabriel Corona[mc] Move MC_random is mc_base.cpp
2015-07-25 Gabriel CoronaDisable a XBT_LOG_CONNECT (this one is not in libsimgrid)
2015-07-25 Gabriel Coronas/smx_host/host/ because of API change
2015-07-25 Martin QuinsonRevert "Revert "[mc] Move MC_random() in mc_client_api...
2015-07-25 Martin Quinsonplease cmake, could you tell us your compiler arguments?
2015-07-25 Martin Quinsonproper check for the -std=gnu++11 standard, and take...
2015-07-25 Martin Quinsonfix the make distcheck. Again.
2015-07-25 Martin QuinsonRequire g++ v4.7 at least to not speak prehistorical C++
2015-07-24 Martin Quinsonkill the C version of tesh (now unused). RIP :(
2015-07-24 Martin Quinsonignore another generated file
2015-07-24 Martin Quinsonsearch separately for required boost and optional boost...
2015-07-24 Martin Quinsonlibboost-context-dev is not in oldstable, so don't...
2015-07-24 Martin QuinsonTry to fix the travis file
2015-07-24 Martin Quinsonmore explicit error message when some boost library...
2015-07-24 Martin Quinsonvarious fixups to the surf documentation
2015-07-24 Martin QuinsonI renamed that option recently
2015-07-24 Martin Quinsontry to get NS3 working on travis
2015-07-24 Martin Quinsonfix a tesh because of the recent file moving around...
2015-07-24 Martin QuinsonRevert "[mc] Move MC_random() in mc_client_api.cpp"
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-24 Gabriel CoronaNEWS: fix typo and indentation
2015-07-24 Martin Quinsonfix the distcheck target
2015-07-24 Gabriel Corona[mc] Cleanup
2015-07-24 Gabriel Corona[mc] Do not #define __has_feature
2015-07-24 Gabriel Corona[mc] Cleanup mc_client_api.cpp
2015-07-24 Gabriel Corona[mc] Move MC_random() in mc_client_api.cpp
2015-07-24 Martin Quinsonmake the SIMGRID_VERSION_STRING easier to parse in...
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 kbaati[psg] update: Makefile, run.sh,test.sh
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-24 Gabriel Corona[mc] Do not trigger errors in MC_automaton_new_proposit...
2015-07-24 Gabriel Corona[mc] Move the proposition declaration functions in...
2015-07-24 Gabriel Corona[mc] Cleanup/simplify liveness property automaton regis...
2015-07-24 Gabriel Corona[mc] Remove MC_automaton_new_propositional_symbol_callb...
2015-07-24 Gabriel Corona[mc] Add some doc to the simulated-application-side API
2015-07-24 kbaatipeersimgrid release 1.0
2015-07-24 Gabriel Corona[mc] Do not allow to xbt_new things with (non-trivial...
2015-07-24 Gabriel Corona[mc] Remove HTML in a comment (this is ugly)
2015-07-24 Gabriel Corona[mc] Comment the binary search in ObjectInformation...
2015-07-23 Gabriel Corona[mc] Fix out of range error in the binary search implem...
2015-07-23 Gabriel Corona[mc] Fix: can't build a std::string with nullptr
2015-07-23 Gabriel Corona[mc] Give a real override if we know it's available
2015-07-23 Gabriel Corona[mc] Remove a lot of typedefs and typedef usage
2015-07-23 Gabriel Corona[mc] Remove remainings of an old type
2015-07-23 Gabriel Corona[mc] Simplify lookup of maps
2015-07-21 Martin QuinsonSimplify the process_execute simcall
2015-07-21 Martin Quinsonmassive rename of simcalls: execution is related to...
2015-07-21 Martin Quinsonmake simix more resilient to PEBKAC
2015-07-21 Martin QuinsonNew function: simcall_process_get_kill_time()
2015-07-21 Martin Quinsoncosmetics in debug messages
2015-07-21 Christian Heinrich[Doc] Minor changes to introduction.doc
2015-07-21 Christian Heinrich[Platforms] Created folder 'storage' for storage specif...
2015-07-21 Christian Heinrich[Platforms] Added missing attribute in storage.xml
2015-07-21 Christian Heinrich[Platforms] Fixed indentation of storage.xml
2015-07-21 Gabriel Corona[mc] Remove useless/unused stuff
2015-07-21 Gabriel Corona[mc] Remove MC_post_process_functions()
2015-07-21 Martin Quinsonsanitize the process_create simcall
2015-07-21 Gabriel Corona[mc] Remove MC_dwarf_register_variable()
2015-07-21 Gabriel Corona[mc] Avoid the O(n^2) incremental construction of sorte...
2015-07-21 Gabriel Corona[mc] Add comments on ObjectInformation
2015-07-21 Gabriel Corona[mc] Make ObjectInformation::function_index a std:...
2015-07-21 Gabriel Corona[mc] Make ObjectInformation::file_names a std::string
2015-07-21 Gabriel Corona[mc] Make Process::subprograms a std::unordered_map
2015-07-21 Gabriel Corona[mc] Make type_is an integer instead of a string and...
2015-07-21 Gabriel Corona[mc] Move ObjectInformation methods in mc_object_info.cpp
2015-07-21 Gabriel Corona[mc] Move some declarations in mc_object_info.h
2015-07-21 Gabriel Corona[mc] Make Frame::variables, Frame::scopes and ObjectInf...
2015-07-21 Gabriel Corona[mc] C++ location lists and expressions
2015-07-21 Gabriel Corona[mc] C++ify Frame
2015-07-21 Gabriel Corona[mc] C++ify Variable
2015-07-21 Gabriel Corona[mc] OOPify/C++ify Type (cont)
2015-07-21 Gabriel Corona[mc] OOPify/C++ify Type (cont)
2015-07-21 Gabriel Corona[mc] OOPify/C++ify Type
2015-07-21 Gabriel Corona[mc] OOPify/C++ify ObjectInformation
2015-07-21 Gabriel Corona[mc] C++ification of memory_map.cpp
2015-07-21 Gabriel Corona[mc] Cleanup/C++ification of {ModelChecker,PageStore...
2015-07-21 Christian Heinrich[SURF] Callbacks now use the INITIALIZER macros
2015-07-21 Martin Quinsoncosmetics in the check of library version vs. header...
2015-07-20 Martin QuinsonRemove a bunch of stuff from Host that was delegated...
2015-07-20 Martin Quinsonfurther doxygen cleanups
2015-07-20 Martin Quinsoncosmetics and documentation around VM parameters
2015-07-20 Martin Quinsonkill dead prototypes
2015-07-20 Martin Quinsonmore rewrite of the doxygen
2015-07-20 Martin Quinsonless void*, more sg_host_t
2015-07-20 Martin Quinsonremove Host::communicate() (use network instead)
2015-07-20 Martin Quinsoncode factorization
2015-07-20 Martin Quinsonkill an unused field (+cosmetics)
2015-07-20 Martin Quinsonactually kill models' names
2015-07-20 Martin QuinsonKill models getName() call sites.
2015-07-20 Martin Quinsontypo in comments
next