Simplify the build script now that |go build| exists
[armadillo.git] / build.py
2012-04-03 Robert SesekSimplify the build script now that |go build| exists
2012-04-03 Robert SesekMove files around to organize along packages
2011-12-30 Robert SesekUpdate to be compatible with Go r60.3
2011-12-28 Robert SesekGet SIMPLE_OPTIMIZATIONS working
2011-12-28 Robert SesekMerge branch 'jquery'
2011-12-26 Robert SesekFix full compilation error
2011-12-26 Robert SesekRemove closure library dependency from build.py
2011-12-26 Robert SesekRemove closure resources step
2011-12-26 Robert SesekRemove dependency on the closure library in the comiple...
2011-12-26 Robert SesekAdd jQuery JS and a util file to define namespaces
2011-05-07 Robert SesekUpdate the compiler to release.r57.1
2011-04-28 Robert SesekRemove _ObjFileName() as it was unused in build.py
2011-04-28 Robert SesekRoll Closure r235:886.
2011-04-28 Robert SesekUpdate the Go compiler version to c5c62aeb6267 release...
2011-04-16 Robert SesekMerge branch 'backend-tv-rename'
2011-04-16 Robert SesekStart work on rewriting the TV renamer in Go
2011-04-16 Robert SesekRevert "Add logic to handle remote service requests...
2011-04-16 Robert SesekAdd logic to handle remote service requests by serving...
2011-04-16 Robert SesekFix build.py for Gitcrement 2.0
2010-11-14 Robert SesekSync to a new version of Golang. Include the version...
2010-11-14 Robert SesekAllow the back and front ends to be compiled independently.
2010-11-13 Robert SesekCreate the TVRenamer class which as of now just parses...
2010-11-12 Robert SesekCreate a Configuration struct and use that to RunFrontE...
2010-10-09 Robert SesekCompile all Closure CSS files into a generated file...
2010-10-04 Robert SesekBoth Move and Rename should use the path control. Remov...
2010-10-04 Robert SesekRather than appending Google CSS to our screen.css...
2010-10-04 Robert SesekCreate our own ModalDialog
2010-10-03 Robert SesekUpdate build.py to automatically commit version.js.
2010-10-03 Robert SesekFirst pass at the PathControl.
2010-10-03 Robert SesekFix compilation using -c.
2010-10-03 Robert SesekPut the version in the footer.
2010-10-03 Robert SesekAdd version.js and the auto-versioner in build.js.
2010-09-06 Robert SesekAdd an option to control the compiler setting for check...
2010-09-06 Robert SesekAdd the Actor class that will be the foundation for...
2010-09-02 Robert SesekCreate a new JS class for representing files in directo...
2010-09-01 Robert SesekAdd some basic CSS
2010-09-01 Robert SesekThe shebang needs to be the first line.
2010-09-01 Robert SesekAdd GPL file headers
2010-08-30 Robert SesekAdd path listing service.
2010-08-27 Robert SesekSet up Closure in the build script
2010-08-18 Robert SesekCopy resources in build.py
2010-08-17 Robert SesekWorking build file!
2010-08-17 Robert SesekAdd buildfile. Doesn't quote work yet.