Commit graph

12 commits

Author SHA1 Message Date
Bertrand Lorentz 111bef36d8 Remove GitSharp from the build and delete submodule 2011-04-21 17:15:32 +02:00
Hylke Bons 53294eb351 [repo] massive cleanup, use GitSharp and SparkleGit 2011-02-26 14:20:32 +00:00
Bertrand Lorentz e9774facef [build] Fix handling of additional dependencies of GitSharp
The bundled assemblies are in srcdir, so we need to get them from there.
2010-10-21 21:31:07 +02:00
Bertrand Lorentz 2e4986b07e [build] Fix build and installation of GitSharp assemblies
Improve the GitSharp autotools stuff and move it to its own file,
included in the top-level Makefile.

A system-installed nant is now required to build GitSharp, instead of
using the in-tree copy.

All the files we really need to build GitSharp are now included in the
tarball, including the binary deps. I see weeping packagers...
But "make distcheck" doesn't work, mostly because GitSharp insists on
writing to the source dir during compilation. As distcheck builds with a
read-only source tree, this fails horribly.
2010-10-21 20:51:03 +02:00
Bertrand Lorentz bf92a90956 [build] Fix handling of the SmartIrc4net assembly
Pass the proper configure options to SmartIrc4net for bundling.
The SmartIrc4net assembly is now copied into bin/ during compilation,
and installed into the same folder as the other assemblies.
2010-09-11 19:58:59 +02:00
Hylke Bons 875da359ef add listener 2010-09-11 17:50:30 +01:00
Hylke Bons 0a1bf3cda7 [log][repo] move the git log query to SparkleLib so that the front end doesn't depend on git 2010-09-04 16:23:20 +01:00
Hylke Bons 1644c5c5f2 [helpers] split up helpers to gui and non gui parts. 2010-09-04 13:27:06 +01:00
Łukasz Jernaś d479523383 Synced naming with project guidelines
Also a micro cleanup to get rid of a warning
2010-08-18 21:37:19 +02:00
Łukasz Jernaś 5aec7b113f Port command line argument handling to Mono.Options 2010-08-18 20:36:47 +02:00
Bertrand Lorentz 769c51d1a3 Move SparklePlatform.cs to SparkleLib 2010-08-02 18:49:24 +02:00
Bertrand Lorentz 8af6599d8f Create a SparkleLib library for sharing code between frontends
Start moving some files into SparkleLib, and have SparkleShare and
SparkleDiff depend on it.
2010-08-02 17:42:42 +02:00