aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2011-11-24Split reading/writing preferences into OS specific filesGravatar Dirk Hohndel
2011-11-19Fix the Makefile '-c' location, add XML2CFLAGSGravatar Terrance Stanfield
2011-11-05Use XSLT file to open JDiveLog logsGravatar Miika Turkia
2011-11-02Add Info & Stats page to the notebookGravatar Dirk Hohndel
2011-10-31Merge branch 'macosx-app-bundle-1' of git://github.com/henrik242/subsurfaceGravatar Linus Torvalds
2011-10-31Don't run gtk-update-icon-cache if DESTDIR is setGravatar Roland Dreier
2011-10-31Use the new packaging directory for MacOSX specific files, and provide shell ...Gravatar Henrik Brautaset Aronsen
2011-10-31Add basic MacOSX app bundle install targetGravatar Henrik Brautaset Aronsen
2011-10-29Get rid of the terminal window that is displayed under WindowsGravatar Dirk Hohndel
2011-10-29Get icons working correctly under WindowsGravatar Dirk Hohndel
2011-10-27Cleanup Makefile and make it work for cross compiling with MinGWGravatar Dirk Hohndel
2011-10-24Annotate Makefile with hints about building under WindowsGravatar Dirk Hohndel
2011-10-24Merge branch 'bugfixes' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-10-24Makefile fixesGravatar Dirk Hohndel
2011-10-24Subsurface 1.1v1.1Gravatar Linus Torvalds
2011-10-17declare a var for libdivecomputer's cflagsGravatar Martin Gysel
2011-10-17create man dir before installing files in itGravatar Martin Gysel
2011-10-17use DESTDIR according to my understanding of GNU standardsGravatar Martin Gysel
2011-10-14Don't use dynamic linking for libdivecomputerGravatar Linus Torvalds
2011-10-12Install manpageGravatar Dirk Hohndel
2011-10-11Fix Makefile syntax errorGravatar Dirk Hohndel
2011-10-11Have "make install" act more as expected for a desktop applicationGravatar Dirk Hohndel
2011-10-10Make should expand $(DESTDIR) on installGravatar Dirk Hohndel
2011-10-10Since we don't want configure, use gnumake to find libdivecomputerGravatar Dirk Hohndel
2011-09-27A Makefile 'clean' target is quite standard.Gravatar Cristian Ionescu-Idbohrn
2011-09-26Add the version to the MakefileGravatar Linus Torvalds
2011-09-22Add cheesy "install" targetGravatar Linus Torvalds
2011-09-22Clean up library handlingGravatar Linus Torvalds
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-20Added a comment about libusb dependency in Makefile.Gravatar Riccardo Albertini
2011-09-15Do libdivecomputer imports in a separate threadGravatar Linus Torvalds
2011-09-15Rename the project 'subsurface'Gravatar Linus Torvalds
2011-09-15First pass to parse uemis Zurich '.SDA' filesGravatar Dirk Hohndel
2011-09-13Add the capability to print a dive profileGravatar Linus Torvalds
2011-09-12Start some very initial libdivecomputer integrationGravatar Linus Torvalds
2011-09-09Rename 'cylinder.c' as 'equipment.c'Gravatar Linus Torvalds
2011-09-09Add a notebook for cylinder informationGravatar Linus Torvalds
2011-09-08Save default units using GConfGravatar Linus Torvalds
2011-09-05Report errors when opening filesGravatar Nathan Samson
2011-09-05Open File works. I refactored the code and introduced a new type. I never use...Gravatar Nathan Samson
2011-09-04Fix typo in Makefile (LDLAGS -> LDFLAGS)Gravatar Linus Torvalds
2011-09-03Add various dive fixups, and show pressure (if any) in the plotGravatar Linus Torvalds
2011-09-01Add ability to 'save' divesGravatar Linus Torvalds
2011-09-01Rename some files to be more appropriateGravatar Linus Torvalds
2011-08-31Add fake 'info' frame contentsGravatar Linus Torvalds
2011-08-31Add 'repaint_dive()' prototype, and fix dependenciesGravatar Linus Torvalds
2011-08-31Split up divelist scroll window generation into its own fileGravatar Linus Torvalds
2011-08-31Split up profile frame generation into its own file.Gravatar Linus Torvalds
2011-08-30Create a gtk windowGravatar Linus Torvalds
2011-08-30Start moving some of the non-parsing stuff out of 'parse.c'Gravatar Linus Torvalds