Skip to content
Snippets Groups Projects
  1. Oct 31, 2017
  2. Jul 10, 2017
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from d4417dcffd..2657e3345e (#222) · aedbfb15
      Dilawar Singh authored
      2657e3345e Merge pull request #199 from dilawar/master
      973dd380ba Deleted Makefile.
      545b4241c8 Restore synapse folder back to 933b259 . synapseOrder is now working.
      90711a865c execute_process is now used to get the extension of python module. See http://bugs.python.org/issue16754 in case build fails on some unix because of 'SO'.
      5b0a529c4e We do not reply on VERSION file to create version. TODO: Use config.h.in file to populate VERSION information.
      2749918927 Accessing an existing object (#198)
      220128f284 Do not run DOQCS with moose-core. Test DOQCS with released package only. Do so in moose-examples repo.
      ad2c63da12 Use QUIET_MODE=ON on travis.
      
      git-subtree-dir: moose-core
      git-subtree-split: 2657e3345e8b783cf22634680c7561f8dbd9f127
      aedbfb15
    • Dilawar Singh's avatar
      Merge commit 'daf8d828' · 5b91b184
      Dilawar Singh authored
      5b91b184
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from d4417dcffd..2657e3345e · daf8d828
      Dilawar Singh authored
      2657e3345e Merge pull request #199 from dilawar/master
      973dd380ba Deleted Makefile.
      545b4241c8 Restore synapse folder back to 933b259 . synapseOrder is now working.
      90711a865c execute_process is now used to get the extension of python module. See http://bugs.python.org/issue16754 in case build fails on some unix because of 'SO'.
      5b0a529c4e We do not reply on VERSION file to create version. TODO: Use config.h.in file to populate VERSION information.
      2749918927 Accessing an existing object (#198)
      220128f284 Do not run DOQCS with moose-core. Test DOQCS with released package only. Do so in moose-examples repo.
      ad2c63da12 Use QUIET_MODE=ON on travis.
      
      git-subtree-dir: moose-core
      git-subtree-split: 2657e3345e8b783cf22634680c7561f8dbd9f127
      daf8d828
  3. Jul 09, 2017
  4. Jul 08, 2017
  5. Jul 02, 2017
  6. Jul 01, 2017
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from 891f2f8bf7..d4417dcffd · fba17845
      Dilawar Singh authored
      d4417dcffd Fixes to missing function declaration, post cherry-pick.
      
      git-subtree-dir: moose-core
      git-subtree-split: d4417dcffdd939de91bebf447ad776945c2fcc65
      fba17845
    • Dilawar Singh's avatar
      Merge commit 'fba17845' · 705ee059
      Dilawar Singh authored
      705ee059
    • Dilawar Singh's avatar
      Merge commit 'd07f7ea6' · 592b2467
      Dilawar Singh authored
      592b2467
    • Dilawar Singh's avatar
      Squashed 'moose-examples/' changes from 7ab9e3c..6e8a629 · d07f7ea6
      Dilawar Singh authored
      6e8a629 Merge branch 'master' of github.com:BhallaLab/moose-examples
      d4e4fb0 Increased timeout to 60 sec.
      b4ca7ef Merge branch 'master' of github.com:BhallaLab/moose-examples
      2628bfb Potential fix to travis-ci/travis-ci#6307.
      56c2805 Argument 1 to run_script is optional, by default its value is 60 secs.
      24c45c2 Increased timeout to 60 sec.
      c4395a4 Using ruby2.2 for jekyll on travis build.
      8917843 Removed wait statement after parallel section.
      f75bf0c Install travis using gem2.2
      1a62999 Merge branch 'master' of github.com:BhallaLab/moose-examples
      3f7399f Added colors in script itself. Download and test travis is called from .travis.yml now. At the end of test print summary of models. Fixed typo in bash-function. Passes on local machine.
      516885b Fixed typo in bash-function.
      ed06ca1 At the end of test print summary of models.
      6778aed Download and test travis is called from .travis.yml now.
      bf1cae8 Added colors in script itself.
      2abbc43 Timeout with 3 minuts.
      6316728 Added script to test genesis scripts.
      9127f4f Testing deploy again with changes to config file.
      416f650 If travis fails to generate static page, do not consider it as build failure. Update to travis script.
      4715089 pip install python-networkx to pip install networkx.
      
      git-subtree-dir: moose-examples
      git-subtree-split: 6e8a629e31d05bc2c98ce817e7fcde8fd0d5c2cd
      d07f7ea6
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from 95fe1a7..891f2f8 · 750df413
      Dilawar Singh authored
      891f2f8 Removed trailing spaces from code by pre-commit hook utility.
      0ed2535 Cherry-pick "Added connectionList field to SparseMsg to allow direct control over connection matrix. Some sanity checks in SparseMatrix to go with this"
      d62d10d The bug on travis is still not bypassed. If this does not work, disable DOQCS tests on OSX.
      618b4d6 Install moose on osx as well. Prerequisite to test DOQCS.
      f717f82 Merge branch 'master' of github.com:BhallaLab/moose-core
      908820e Lets see if this is a good workaround travis issue travis-ci/travis-ci#6522.
      e251f53 Lets see if is a workaround fixes the OSX bug.
      4ff7cff Hopefully this will fix issue on travis-osx build failure. Related to travis-ci/travis-ci#6522.
      590c09e Don't use timeout in script. So that we can run on macosx as well. Removed timeout command from script. Now it can run on OSX as well.
      e2f8afd Only test doqcs on LinuxOS, not on MacOSX.
      dc7b55a Fix to travis-ci/travis-ci#6307.
      54b8471 Merge branch 'master' of github.com:BhallaLab/moose-core
      18c8759 Test docqs agains gsl version/python2 moose-core.
      d6ca9cc Fixes by pre-commit hooks. - Removed trailing whitespaces automatically. - insert * coding - utf8 * line on top of each python script automatically.
      d4a6939 Using version v0.8 now.
      f944afe Added pre-commit pip install pre-commit --user to activate it.
      030bfe0 Merge pull request #195 from dilawar/master
      d00a5d1 All tests are passing and new code is protected by appropriate macros.
      1959771 Merge branch 'async' of github.com:dilawar/moose-core
      0f6aba0 Merge branch 'master' of github.com:BhallaLab/moose-core
      ac0a4cd Added note on what to do.
      b3bf54e Slower version but results are same.
      6bc71c9 Async version is slower (80sec vs 70 sec).
      d838267 asyncing clock is not producing great results.
      eeaafbf Implemented first parallel version.
      166f84e Equivalent serial code which can easily be called from std::async now.
      e09a0c1 Merge pull request #194 from dilawar/master
      d2d1097 Added MACRO to integrate serial and parallel version.
      e68acd6 This is good but do parallelism at Clock.cpp
      4cebbca Rdesigneur has python3 default import : absolute_import.
      f431cca Merge branch 'master' of github.com:BhallaLab/moose-core
      85afa6d Some changes to Ksolve. Still seg-faults.
      47e023e Time to test the Gsolve performance when threads are enabled.
      2bbfd4f Commented out code appropriately.
      91c2da6 moose.test( ) is added not cmake but not enabled. Enable them once all scripts are fixed in moose-examples.
      a1699fc Optimized GSolve with default 2 threads.
      00a9d9e Removed the debug message. Lets check it now. By default it should be not slower than the default version.
      7700c07 Fast Ksolve with 2 default threads.
      d154eb3 Parallel ksolve.
      
      git-subtree-dir: moose-core
      git-subtree-split: 891f2f8bf7359d61f186c3792c6f12b61d8c0afb
      750df413
    • Dilawar Singh's avatar
      Merge commit '750df413' · 6753dfb2
      Dilawar Singh authored
      6753dfb2
  7. Jun 28, 2017
  8. Jun 27, 2017
    • Dilawar Singh's avatar
      3d142f3d
    • Dilawar Singh's avatar
      bdd29a03
    • Dilawar Singh's avatar
      Added missing shell script. · d3d49038
      Dilawar Singh authored
      d3d49038
    • Dilawar Singh's avatar
      Fixes to debian files. · b3a35f4f
      Dilawar Singh authored
      b3a35f4f
    • Dilawar Singh's avatar
      Build on travis is local shell script. · f0464916
      Dilawar Singh authored
      f0464916
    • Dilawar Singh's avatar
      Fix to travis. · f01cb8c1
      Dilawar Singh authored
      f01cb8c1
    • Dilawar Singh's avatar
      b486b2b1
    • Dilawar Singh's avatar
      Some tweaks to travis. · 96e8672e
      Dilawar Singh authored
      96e8672e
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from a13dbd9..95fe1a7 · 79855a74
      Dilawar Singh authored
      95fe1a7 Force --install-layout=deb when on debian/ubuntu.
      
      git-subtree-dir: moose-core
      git-subtree-split: 95fe1a7b8f24b50d600d5e7c3a1d0171a809b9aa
      79855a74
    • Dilawar Singh's avatar
      Merge commit '79855a74' · 61552d75
      Dilawar Singh authored
      61552d75
    • Dilawar Singh's avatar
      a79e6919
    • Dilawar Singh's avatar
      Squashed 'moose-examples/' changes from 37bf0cc..7ab9e3c · f27ad439
      Dilawar Singh authored
      7ab9e3c Let static page generation fail.
      c26d7c7 Build using travis and deploy onto github pages.
      feeaf6b Added theme for static pages.
      ae1fecb Merge branch 'dirty' of github.com:BhallaLab/moose-examples
      c25e57e Passing locally.
      2a2db61 Moved the integration to branch 'dirty'
      83a516c Test the dirty branch with jekyll.
      9667dee Added jekyll to create static page.
      742362a Testing Jekyll and travis integration.
      9aa4a3d Prepare index.md  file post test.
      e885ea5 Modified shell script so it does not hang.
      828464a Code to update README.md file with broken scripts.
      9a6b3b1 Deploy keys are added. Testing...
      74fb0ae Set theme jekyll-theme-minimal
      a4e7ce1 Deploy to github pages. Testing.
      e3f9a41 Added code to deploy on moose-examples static page.
      ab45904 Default timeout is 30 secs [ skip ci ]
      3e30131 Added python-pygraphviz to dependencies.
      b825107 Added python-scipy on travis.
      73d8bff Merge branch 'master' into traub_2005
      60a9f7d Update README.md
      4d30457 Updated VClamp commandIn destFinfo name in test_tcr
      8846ae5 Fixes for nonexistent NRN data
      03735e8 Fixed syntax error
      24c349d Multiple workarounds to directory paths and data files from neuron
      ccc1039 Fixed typo with data directory creation in traub 2005
      a15893b Fixed issue where new ZombieCompartment breaks old code using Compartment
      024aa0e Added attempt to automatic data directory creation
      96a815c updated ref to old table API
      78dcbb1 Merge branch 'traub_2005' of https://github.com/BhallaLab/moose-examples into traub_2005
      bc5c37d Added fix for #28 (metaclass portability)
      b347fa4 Fixes to load-sbml script.
      202bb51 Merge branch 'master' of git://github.com/malav4994/moose-examples into PR-25
      a20f451 On this branch, making traub_2005 test with recent release. Added subha on this branch. Removed everyone else.
      ac68f92 Ignore the traub_2015 directory on travis BhallaLab/moose-examples#28.
      caaa45e Removed a png file [skip ci]
      cf27b12 Added python-h5py on travis. The hdf5 related scripts needs this module to run on travis.
      afbb591 Merge remote-tracking branch 'origin/traub_2005'
      dc92ae8 Include traub_2005 in scripts to be tested on travis.
      ee70916 If a script is timedout after 30sec, dont consider it a failure. Fixed the result status of timeout command on 14.04 as indicated in manual http://git.savannah.gnu.org/cgit/coreutils.git/tree/src/timeout.c
      9f70d7f Fixes to import in loadSbmlmodel file. Read SBML fails.
      bbb3fe0 Increased timeout to 3m and using 4 parallel process.
      b5a856e Using backend agg to overcome build failure on travis. This way we will not launch the graphics on travis.
      450b3da Removed debug print
      d34a833 Fix to issue 28
      41f5c8b modified some of the snippets files for documentation
      
      git-subtree-dir: moose-examples
      git-subtree-split: 7ab9e3cfd8d74f79a73282572d4df4301b6df976
      f27ad439