summaryrefslogtreecommitdiff
path: root/src/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into ↵TanninOne2015-12-061-3/+3
|\ | | | | | | ThosRTanner-master
| * Merge remote-tracking branch 'TanninOne/master'Thomas Tanner2015-12-051-1/+5
| |\ | | | | | | | | | | | | | | | | | | # Conflicts: # SConstruct # src/modinfo.cpp # src/modinfo.h
| * | Make the IWYU generation genericThomas Tanner2015-10-251-8/+0
| | |
| * | Added support for include-what-you-use in a very simplistic fashion to the ↵Thomas Tanner2015-10-171-3/+11
| | | | | | | | | | | | | | | | | | Scons build. This isn't exactly production ready because the qt headers are a nightmarish web of interdependencies but it's useful for checking. I've also removed a few unused include files it detected and corrected some things that upset clang in a big way.
* | | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-1/+5
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/downloadmanager.cpp src/mainwindow.cpp src/modinfo.cpp src/modinfo.h src/selfupdater.cpp src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h
| * | Merge pull request #3 from ThosRTanner/archive_cleanupTanninOne2015-12-041-1/+5
| |\ \ | | |/ | |/| Refactoring archive library (Part 3)
| | * Merge branch 'master' into archive_cleanupThomas Tanner2015-10-121-3/+0
| | |\
| | * | Changes to go with cleaned up archive libraryThomas Tanner2015-09-271-1/+5
| | | |
* | | | Most of work for savegameThomas Tanner2015-12-051-0/+6
|/ / /
* | / Updated scons build a bit to produce helpful-ish git tag for organizer.Thomas Tanner2015-10-131-3/+48
| |/ |/| | | | | | | | | Use r"..." strings in template file to make it easier to copy/paste paths from windows clipboard. Changed organizer.pro to not produce strange messages if you opened it because it couldn't find a .hg directory
* | Bring scons build up to date with cmake buildThomas Tanner2015-10-111-3/+0
|/
* More fixing up of scons. Give up entirely with debugging python proxyTom Tanner2015-04-191-45/+116
|
* Added json file dependency into moc scannerTom Tanner2015-03-281-112/+45
|
* Add in all the necessary stuff for sconsTom Tanner2015-03-251-1/+2
|
* Fix a meory leak with modules that error during loadingTom Tanner2015-03-221-2/+2
| | | | More Sconscript stuff
* Fixed Scons build for existing bits.Tom Tanner2015-03-201-10/+13
| | | | | | | Changed pynedit.pro to fetch from 'standard' install location Changed saveas code to use organizer report rather than uibase - this way it's not dependant on the vagaries of the include path, and works the same as the rest of the organiser directory
* Refactoring and cleanup.Tom Tanner2015-03-181-30/+17
|
* Every plugin now builtTom Tanner2015-03-171-24/+124
|
* Abortive attempt to use official 'qt' toolTom Tanner2015-03-161-124/+24
| | | | This resulted in some small cleanups but not much else
* CleanupTom Tanner2015-03-161-3/+1
|
* Yet more scons stuff. Now builds everything but the plugins, and installs ↵Tom Tanner2015-03-151-49/+10
| | | | all the dlls
* More sconscripts set upTom Tanner2015-03-141-50/+31
|
* First attempt at using scons to buildTom Tanner2015-03-081-0/+192