Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2009-12-22 mquinsonMove scripts not specific to cmake to a scripts/ directory
2009-12-22 mquinsonThis file is the core of the Cmake stuff
2009-12-22 mquinsonOptimize: do not rebuild from scratch when something...
2009-12-22 mquinsonThis file is mandatory for ctest to run
2009-12-22 mquinsonFix some small glitches
2009-12-22 mquinsonconvert to shell functions
2009-12-22 mquinsoncosmetics
2009-12-22 mquinsonNew script: wait the distribution to be in position
2009-12-22 mquinsonWe also need transfig to build a dist
2009-12-22 mquinsonFix tiny bugs in autodetection that we are compiling...
2009-12-22 mquinsonSearch the config file in the right location
2009-12-22 mquinsonfix some glitches in make_dist.sh
2009-12-22 mquinson2 new scripts: a central config file, and a distributio...
2009-12-22 mquinsonTiny cleanups
2009-12-22 mquinsonTry to cleanup a bit the cmake-related scripts
2009-12-22 mquinsonRefresh some tesh files (the models were changed recent...
2009-12-22 navarropnew scripts for Cdash
2009-12-22 navarropnew scripts for Cdash
2009-12-22 mquinsonRemove cruft from svn
2009-12-17 navarropcorrection of the ctest output size
2009-12-16 navarropadd this directory for make a ctest compilation
2009-12-16 navarropload simgrid from svn instead of local repository
2009-12-16 navarropreorganize the directory and add some files for pipol
2009-12-16 navarropadd all directories and files for ctest
2009-12-16 mquinsonThis test is expected to fail for now: we have to rewri...
2009-12-16 mquinsonindeed, loading simgrid_config first is a better idea...
2009-12-15 alegrandDo not enable supernovae by default (independently...
2009-12-15 alegrandWe need getline so include the right file and do not...
2009-12-15 alegrandHelp distcheck to work.
2009-12-15 alegrandUse the right header for the getline management.
2009-12-15 alegrandcosmetics
2009-12-15 alegrandDo not spread getline management here and there but...
2009-12-15 alegrandremove useless dependencies
2009-12-15 alegrandTry to improve getline portability...
2009-12-11 mquinsonkill now unused variable
2009-12-11 mquinsonDo not clear memory before freeing it (useless and...
2009-12-11 mquinsonMore explicit inline marking of functions
2009-12-11 mquinsonallow smpicc to survive to non-functionnal readlink...
2009-12-11 mquinsondon't try to distribute a file which does not exist...
2009-12-11 mquinsonAvoid a name conflict with /usr/include/sys/wait.h...
2009-12-11 mquinsonWe need to try linking the code to detect getline,...
2009-12-11 mquinsonuse simgrid_config.h in example code relying on getline
2009-12-11 mquinsonDo not mark inline hte functions of which we manipulate...
2009-12-11 mquinsonDo not mark all public function as potentially inline...
2009-12-11 mquinsoncreating a neat config file is good. Using it is better ;)
2009-12-11 mquinsonmissing file
2009-12-11 mquinsonInstall a configure-generated header file containing...
2009-12-11 mquinsonalso activate our asprintf internal implementation...
2009-12-10 mquinsondocument how to get java bindings compiling
2009-12-10 mquinsonFix default target about dax.dtd for the ones not havin...
2009-12-03 alegrandAutomatically generare html files from our bibtex file.
2009-12-03 alegrandUse external files for the bibliography.
2009-12-03 alegrandFix a bug noted by Martin (weird undefined variable...
2009-12-02 mquinsonDocument supernovae
2009-12-02 navarropStop building a 3.3.3 version...
2009-12-02 mquinsonAnother try to get the make dist working with or withou...
2009-12-02 mquinsonCircumvent a bug in automake (at least found in v1.11)
2009-12-02 mquinsoninclude all the needed files in the archive so that...
2009-12-02 mquinsonReplay is not mature enough for distribution, yet
2009-12-02 mquinsonReplay is not mature enough for distribution, yet
2009-12-02 mquinsoncreate the listener thread in joinable mode since we...
2009-11-30 suterModify the output of the action replay tool.
2009-11-24 mquinsondefault of supernovae should be the opposite of maintai...
2009-11-24 mquinsonForce initialization of a variable to shut gcc 4.4 up
2009-11-20 mquinsonmore inlining
2009-11-20 mquinsonMark two more functions as inline in supernovae, and...
2009-11-20 mquinsonForce memory allocation functions to always inline
2009-11-20 mquinsonkill useless code
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 mquinsonthese are variables, not functions. Use the right macro
2009-11-20 mquinsonIn supernovae mode, declare every public functions...
2009-11-20 alegrandTake into account "recent" simix modifications
2009-11-20 alegrandremove wrong comment
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-11-20 mquinsonTry to compile in supernovae mode when requested to
2009-11-20 mquinsonA configure option to control the supernovae mode
2009-11-18 mquinsonAlso include hostfile into the archive since makecheck...
2009-11-18 mquinsonSome files missing from the archive. This prevents...
2009-11-16 donassbrBugfix: Initialize variable and remove from heap when...
2009-11-11 mquinsontypo found by Medhi while doing the tutorial
2009-11-10 mquinsondon't trust gcc for cleaning your code after you. he...
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-11-10 mquinsonKill portability to MAC for sake of compiling on linux...
2009-11-05 suterFirst implementation of allReduce action (Refactoring...
2009-11-04 donassbrFix test. Remove timestep parameter.
2009-11-04 donassbrRemove parameter timestep.
2009-11-04 donassbrChanges implementation of CPU TI. Now, it uses the...
2009-11-04 donassbrAdd 2 tests to handle problems when using timesteps...
2009-11-04 donassbrAdd tests to skip actions that aren't running or have...
2009-11-04 donassbrRemove old code and useless code.
2009-10-30 suterNot using set/get functions is bad, but raising an...
2009-10-29 suteradd a reduce X bytes Y flops action
2009-10-29 suterRefactor spawned_send and bcast_spawned_send
2009-10-29 suteradd a flat broadcast action
2009-10-29 mquinsonplug a memleak
2009-10-29 suterforgot to remove the cleaning of a remove data
2009-10-29 suteradd an Isend, just the prototype for the barrier action
2009-10-29 mquinsontry harder not to overflow that buffer
2009-10-28 mquinsontry to ensure that stdio is loaded when str.h is loaded...
next