Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update a teshfile that was affected by #123, which Fabien just fixed
[simgrid.git] / include /
2016-12-02 Martin Quinsonplug an obvious memleak, bummer
2016-12-01 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2016-12-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-12-01 Martin Quinsonadd an EngineImpl, unused so far
2016-12-01 Martin Quinsongosh, so much cruft in this code
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-11-22 Martin Quinsoninline 4 more VM simcalls
2016-11-22 Martin Quinsongive s4u::Host a cname() that returns a char*
2016-11-22 Martin QuinsonVM: getters should not be simcalls
2016-11-21 Martin Quinsoncode simplification in the VM creation + inline a function
2016-11-20 Martin Quinsoninline another VM function, and kill another one, unused
2016-11-20 Martin Quinsonmore VM functions inlining (plus, getters don't need...
2016-11-19 Martin Quinsoninline a bunch of VM functions
2016-11-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-17 Martin Quinsondon't store the VM implem where the host stores its...
2016-11-17 Martin Quinsonmove an enum to the right location
2016-11-16 Martin Quinsonkill two more useless functions in VM
2016-11-16 Martin Quinsonmove the VM-related data out of MSG's private data...
2016-11-11 Martin QuinsonNew function: MSG_parallel_task_execute_with_timeout
2016-11-08 Martin QuinsonMake a proper extension out of the Vivaldi coordinates
2016-11-04 Martin Quinsonfix the handling of bypassASroutes
2016-11-04 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-11-03 Martin QuinsonunPERLifies a bit the routing: use the object, not...
2016-11-03 Martin Quinsonless char*, more std::string
2016-10-31 Martin Quinsontry to fix the windows build (+clang-format)
2016-10-22 Martin Quinsonrename MSG_host_(get/set)_params into MSG_vm_(get/set...
2016-10-21 Martin QuinsonDo not throw an exception on assert, but display backtr...
2016-10-21 Martin QuinsonMerge branches 'master' and 'master' of scm.gforge...
2016-10-21 Martin QuinsonCreate a s4u::VirtualMachine to clean things out.
2016-10-19 degommeadd a few fortran (unimplemented) declarations
2016-10-18 degommeadd some defines in fortran
2016-10-17 Martin Quinsonput the HostImpl as s4u::Host->pimpl instead of as...
2016-10-16 Martin Quinsoncode simplifications in VMs
2016-10-16 Martin Quinsondo standard C++
2016-10-16 Martin Quinsonkill a stupid function. Let's do regular C++
2016-10-15 Martin Quinsonmake some field private, to please sonar
2016-10-14 Martin Quinsonmake As->father_ protected
2016-10-14 Martin Quinsonkill commented code
2016-10-14 Martin QuinsonReduce the layering madness a bit
2016-10-13 Martin Quinsonrewrite a FAQ entry
2016-10-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-10 Martin QuinsonAPI format unification
2016-10-10 Martin QuinsonMerge branches, and adapt the new code to the new refac...
2016-10-10 Martin Quinsonunify the naming of that property
2016-10-07 Martin Quinsondrop xbt_os_sem_get_value: unused internally, deprecate...
2016-09-25 Martin Quinsoninline functions should not be dllexported
2016-09-22 Martin Quinsonhide a global data container
2016-09-15 Martin Quinsondon't convert host to name to host. Perl epoch is over.
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-08 Frederic Sutermore objects
2016-09-08 Frederic Sutersimplifications
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-08 Frederic Suterfurther objectification of jedule bindings
2016-09-07 Martin Quinsonquickly review the code of Fred, as requested. Nice...
2016-09-07 Martin QuinsonMerge pull request #113 from adfaure/master
2016-09-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-09-07 Frederic Sutersimplifactions
2016-09-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-06 Frederic Suterobjectify jedule
2016-09-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-02 Frederic Suteruse vector for file descriptor table
2016-09-02 Martin QuinsonMerge pull request #112 from glesserd/teshpy
2016-09-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-01 Martin Quinsonchange a function as a method of simix::Host
2016-08-28 Martin Quinsonkill two useless functions at once
2016-08-28 Martin Quinsonone 'void*' less
2016-08-28 Martin Quinsoncosmetics in simix VM (much more to do)
2016-08-28 Martin Quinsonuse a typed extension for simix::Host
2016-08-26 Martin Quinsonplease sonar
2016-08-26 Martin Quinsongive the application a chance to not enter the deadlocks
2016-08-22 Martin Quinsonstart objectifing simix::Host
2016-08-21 Martin QuinsonRevert "use C++11 constructs to please sonar"
2016-08-21 Martin Quinsonuse C++11 constructs to please sonar
2016-08-19 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-19 Frederic Suteruse vector for privateLinks_
2016-08-18 Martin Quinsonbe explicit to please sonar
2016-08-18 Frederic Sutervertices_ is now a vector in routing
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-08-14 Martin Quinsonfurther improve the doc of s4u::Mailbox
2016-08-14 Martin Quinsonmv s4u/mailbox.hpp s4u/Mailbox.hpp now that it's clean
2016-08-14 Martin Quinsonimprove s4u::Mailbox documentation
2016-08-13 Martin Quinsonkill unused type sg_mbox_t
2016-08-12 Martin Quinsonadd a Mailbox::byName(std::string) function
2016-08-12 Martin Quinsonrewrite the s4u_launching example
2016-08-11 Martin QuinsonMerge pull request #107 from adfaure/master
2016-08-11 adfaure[s4u] add Actor::getPPid and this_actor::getPPid()
2016-08-11 Frederic Suterrm useless type declarations
2016-08-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-10 Martin Quinsonremove a useless C -> C++ function
2016-08-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-09 Martin Quinsonkill a stupid header file that does not even compile
2016-08-09 Martin Quinsonvery little doc improvement
2016-08-09 Frederic Suteruse C++ version of simulate
2016-08-09 Frederic Suterremove useless includes
2016-08-09 Frederic Suteruniformization of the conversion of task state to string
2016-08-08 Martin Quinsonremove some pointer functions. We should go for C+...
2016-08-08 Martin Quinsonplease sonar using C++11 constructs
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
next