2016-09-02 |
Martin Quinson | fix make dist
|
commit | commitdiff | tree |
2016-09-02 |
Martin Quinson | kill an orphaned header
|
commit | commitdiff | tree |
2016-09-02 |
Martin Quinson | Install a tesh.py dependency on travis (at least, try to)
|
commit | commitdiff | tree |
2016-09-01 |
Martin Quinson | yet another missing 'override' keyword
|
commit | commitdiff | tree |
2016-09-01 |
Martin Quinson | add a missing 'override' to please paranoid compilers
|
commit | commitdiff | tree |
2016-09-01 |
Martin Quinson | change a function as a method of simix::Host
|
commit | commitdiff | tree |
2016-09-01 |
Martin Quinson | ahem. Fix compilation issues
|
commit | commitdiff | tree |
2016-09-01 |
Martin Quinson | document another possible way to model the energy
|
commit | commitdiff | tree |
2016-09-01 |
Martin Quinson | redemption of a LMM function used by the energy plugin
|
commit | commitdiff | tree |
2016-09-01 |
Martin Quinson | [doc] fix a broken link
|
commit | commitdiff | tree |
2016-08-31 |
Martin Quinson | merge the HL13 VM model into the main VirtualMachine...
|
commit | commitdiff | tree |
2016-08-30 |
Martin Quinson | tiny cleanups in surf::VM
|
commit | commitdiff | tree |
2016-08-29 |
Martin Quinson | Merge branch 'master' of scm.gforge.inria.fr:/gitroot...
|
commit | commitdiff | tree |
2016-08-29 |
Martin Quinson | smpi/running-power is renamed to smpi/host-speed
|
commit | commitdiff | tree |
2016-08-29 |
Martin Quinson | smpi/cpu-threshold:-1 should become smpi/simulate-computation:no
|
commit | commitdiff | tree |
2016-08-29 |
Martin Quinson | move some placeholder functions from VMHL13 to VirtualMachine
|
commit | commitdiff | tree |
2016-08-29 |
Martin Quinson | rename fields for consistency
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | Use a deque instead of an intrusive hook for all VMs
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | rename the VM callbacks for uniformity
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | kill two useless functions at once
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | please sonar
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | wahou. This one is great
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | further cosmetics in simix VM, which really needs them
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | VM: code simplification by ensuring that the piface...
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | another useless function dies
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | one 'void*' less
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | how many useless functions can this code possibly contain?
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | cosmetics in simix VM (much more to do)
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | kill a useless function
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | use a typed extension for simix::Host
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | cosmetics
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | rework the smpirun manpage
|
commit | commitdiff | tree |
2016-08-28 |
Martin Quinson | make it possible to start this example without parameters
|
commit | commitdiff | tree |
2016-08-26 |
Martin Quinson | classes can actually be created on demand
|
commit | commitdiff | tree |
2016-08-26 |
Martin Quinson | try to initialize the class on demand
|
commit | commitdiff | tree |
2016-08-26 |
Martin Quinson | please sonar
|
commit | commitdiff | tree |
2016-08-26 |
Martin Quinson | give the application a chance to not enter the deadlocks
|
commit | commitdiff | tree |
2016-08-26 |
Martin Quinson | the order of atexit() seem to be different on FreeBSD
|
commit | commitdiff | tree |
2016-08-25 |
Martin Quinson | destroy the config set each time we allocate it
|
commit | commitdiff | tree |
2016-08-24 |
Martin Quinson | fix a memleak by not creating things we never use
|
commit | commitdiff | tree |
2016-08-24 |
Martin Quinson | match new and delete
|
commit | commitdiff | tree |
2016-08-24 |
Martin Quinson | allow this example to start without paramters
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | fix make dist
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | remove obsolete file
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | new doc: how to compile the SimGrid examples from Eclipse
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | better documentation of the lua dependencies for install
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | eclipse is not robust wrt relative pathes
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | further cleanups to please sonar
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | Don't use -- within XML comments, sonar fails when...
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | java way of life
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | java does not like uppercased packages
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | [java] new function: msg.Comm.waitAny()
|
commit | commitdiff | tree |
2016-08-23 |
Martin Quinson | cleanups to please sonar
|
commit | commitdiff | tree |
2016-08-22 |
Martin Quinson | improve the eclipse project of our Java examples by...
|
commit | commitdiff | tree |
2016-08-22 |
Martin Quinson | new java example, on asynchronous communications
|
commit | commitdiff | tree |
2016-08-22 |
Martin Quinson | [java] cosmetics in the Task.dsend() example
|
commit | commitdiff | tree |
2016-08-22 |
Martin Quinson | smpirun.1: document the option I added recently
|
commit | commitdiff | tree |
2016-08-22 |
Martin Quinson | [java] New function: msg.Comm.waitAll()
|
commit | commitdiff | tree |
2016-08-22 |
Martin Quinson | new example, Java implementation of the Token Ring
|
commit | commitdiff | tree |
2016-08-22 |
Martin Quinson | Cosmetics in the MSG version of app-token-ring
|
commit | commitdiff | tree |
2016-08-22 |
Martin Quinson | A project file to import the Java examples in Eclipse
|
commit | commitdiff | tree |
2016-08-22 |
Martin Quinson | start objectifing simix::Host
|
commit | commitdiff | tree |
2016-08-21 |
Martin Quinson | Revert "use C++11 constructs to please sonar"
|
commit | commitdiff | tree |
2016-08-21 |
Martin Quinson | use C++11 constructs to please sonar
|
commit | commitdiff | tree |
2016-08-21 |
Martin Quinson | no need to manually compute the log2
|
commit | commitdiff | tree |
2016-08-20 |
Martin Quinson | plug a memleak
|
commit | commitdiff | tree |
2016-08-19 |
Martin Quinson | don't try to survive to native exceptions
|
commit | commitdiff | tree |
2016-08-19 |
Martin Quinson | rename the Storage fields to follow our naming conventions
|
commit | commitdiff | tree |
2016-08-19 |
Martin Quinson | store the links directly, not the names
|
commit | commitdiff | tree |
2016-08-19 |
Martin Quinson | address a FIXME
|
commit | commitdiff | tree |
2016-08-19 |
Martin Quinson | use std::map for sparse vectors. This simplifies things
|
commit | commitdiff | tree |
2016-08-19 |
Martin Quinson | cosmetics
|
commit | commitdiff | tree |
2016-08-19 |
Martin Quinson | reduce the amount of casts
|
commit | commitdiff | tree |
2016-08-18 |
Martin Quinson | be explicit to please sonar
|
commit | commitdiff | tree |
2016-08-18 |
Martin Quinson | some hints to get accurate simulation
|
commit | commitdiff | tree |
2016-08-17 |
Martin Quinson | rework the SMPI documentation
|
commit | commitdiff | tree |
2016-08-16 |
Martin Quinson | plug a memleak by properly finalizing the framework
|
commit | commitdiff | tree |
2016-08-16 |
Martin Quinson | small sonar cleanup
|
commit | commitdiff | tree |
2016-08-16 |
Martin Quinson | keep polite and informative
|
commit | commitdiff | tree |
2016-08-15 |
Martin Quinson | activate global privatization by default in smpi
|
commit | commitdiff | tree |
2016-08-15 |
Martin Quinson | fix NS3 builds
|
commit | commitdiff | tree |
2016-08-15 |
Martin Quinson | Merge branch 'master' of scm.gforge.inria.fr:/gitroot...
|
commit | commitdiff | tree |
2016-08-15 |
Martin Quinson | plug a bunch of memleaks in SD examples and testsuites
|
commit | commitdiff | tree |
2016-08-15 |
Martin Quinson | plug two memleak in smpi, and cosmetics
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | rename smx_process_t to smx_actor_t
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | sonar cleanups
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | plug another memleak, in a SD example
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | reduce the amount of mallocs (and plug a memleak)
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | And 2 memleaks in simdag examples
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | I don't like how class's doc is rendered by doxygen...
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | further improve the doc of s4u::Mailbox
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | plug another memleak, in SMPI this time
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | plug a memleak
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | mv s4u/mailbox.hpp s4u/Mailbox.hpp now that it's clean
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | improve s4u::Mailbox documentation
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | fix lua builds, as a courtesy to frs69wq :)
|
commit | commitdiff | tree |
2016-08-14 |
Martin Quinson | please sonar with some cleanups
|
commit | commitdiff | tree |
2016-08-13 |
Martin Quinson | kill unused type sg_mbox_t
|
commit | commitdiff | tree |
2016-08-13 |
Martin Quinson | cleanups to please sonar, and add a FIXME for a bug...
|
commit | commitdiff | tree |
2016-08-12 |
Martin Quinson | reduce the amount of unneed malloc
|
commit | commitdiff | tree |
next |