summaryrefslogtreecommitdiff
path: root/src/ModuleCache.cc
AgeCommit message (Collapse)Author
2014-02-10Fixed a bug failing to detect changes in underlying libraries. Should ↵Marius Kintel
improve some of the issues reported in #181
2014-02-09Cleaned up some module cache misbehaviors. Fixes #535Marius Kintel
2013-06-21Close file as soon as possible to avoid potential readlocks being kept too ↵Marius Kintel
long. Might be enough for #415
2013-06-18Merge remote-tracking branch 'origin/issue181' into epec-kernelMarius Kintel
Conflicts: src/MainWindow.h src/ModuleCache.cc src/mainwin.cc src/module.cc src/module.h src/parsersettings.cc testdata/modulecache-tests/cascade.sh testdata/modulecache-tests/cascade2.sh
2013-06-13Fixed a bug where changing a file during a large automatic reload could ↵Marius Kintel
cause a crash
2013-06-06Minor refactoring of include checksMarius Kintel
2013-06-06Don't auto-reload missing files, reduce warning output from periodically ↵Marius Kintel
called functions
2013-05-28Minor refactoring, no longer automatically reloads if a dependency disappearsMarius Kintel
2013-05-27Don't auto-reload missing files, reduce warning output from periodically ↵Marius Kintel
called functions
2013-05-27Support locating previously missing modules. yet another part of #364Marius Kintel
2013-05-26Fixed remaining issue. We now correctly detect removal of files as changes. ↵Marius Kintel
Removed temporary debug output. Fixes #364
2013-05-20try to refactor the 'is_modified( includefile )' codeDon Bright
2013-05-19first refactoring towards fixing issue364Don Bright
2013-04-26Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵Marius Kintel
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
2012-10-24Make cmd-line overrides using -D work also for USEd modules. Fixes #211Marius Kintel
2012-09-08Fix bug where recently compiled module happened to receive the same pointer ↵Marius Kintel
value as the module it replaced, causing dependency tracking not to work properly. Related to #75
2012-04-25cosmeticsMarius Kintel
2012-03-28Less debug outputMarius Kintel
2012-02-17Handle include dependenciesMarius Kintel
2012-02-15Started on sanitizing compile handling in mainwindowMarius Kintel
2012-02-15Minor clarification, cleanup file readingMarius Kintel
2012-02-15Recursively handle dependencies after parsingMarius Kintel
2012-02-15Initial implementation of ModuleCache and dependency tracking of used modulesMarius Kintel
contact: Jan Huwald // Impressum