source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @813   14 years Peter Johansson Putting copyright statement in top of file. fixes #324.
(edit) @812   14 years Peter Johansson refs #517. fix typo in Makefile.am and add a make target 'release' …
(edit) @811   14 years Peter Johansson refs #257
(edit) @810   14 years Peter Johansson fixes #389
(edit) @809   14 years Peter Johansson fixes #391
(edit) @808   14 years Peter Johansson fixes #390
(edit) @807   14 years Peter Johansson fixes #381
(edit) @806   14 years Peter Johansson correcting text on where m4 files are located. Also removed version …
(edit) @805   14 years Peter Johansson fixes #376
(edit) @804   14 years Peter Johansson fixed indentation
(edit) @803   14 years Peter Johansson fixes #338 - partial cache now works
(edit) @802   14 years Peter Johansson fixed doc typo
(edit) @801   14 years Peter Johansson working on the test for partial cache. refs #338
(edit) @800   14 years Peter Johansson fixes #370 - turn off warnings from SVN_DEPRECATED
(edit) @799   14 years Peter Johansson corrected build_support to be m4
(edit) @798   14 years Peter Johansson added missing file - refs #388
(edit) @797   14 years Peter Johansson avoid extra calls to node_exist(1) in mkdir_p(1)
(edit) @796   14 years Peter Johansson added a function mkdir_p(1)
(edit) @795   14 years Peter Johansson refs #388 Create a sub-directory 'lib/yat' in which files from yat …
(edit) @794   14 years Peter Johansson refs #338. added a dummy test for partial cache
(edit) @793   14 years Peter Johansson refs #338. Updating AUTHORS in test project to create a test case for …
(edit) @792   14 years Peter Johansson checking in svndigest cache file for file in toy project that will be …
(edit) @791   14 years Peter Johansson added info on apr and svn in version output
(edit) @790   14 years Peter Johansson fixed typo
(edit) @789   14 years Jari Häkkinen Addresses #97. Removed GnuplotFE dependency in File.cc
(edit) @788   14 years Jari Häkkinen Addresses #97. Removed gnuplot files, added Graph class.
(edit) @787   14 years Jari Häkkinen Addresses #97. Removed gnuplot tests.
(edit) @786   14 years Jari Häkkinen Addresses #97. Removed gnuplot checks in configure.ac and added checks …
(edit) @785   14 years Jari Häkkinen GPL 3 COPYING doc wasn't merged in previous merge command.
(edit) @784   14 years Jari Häkkinen Merged trunk changes r645:782 to replacing_gnuplot branch.
(edit) @783   15 years Peter Johansson removing old sandbox branch not used anymore
(edit) @782   15 years Peter Johansson configure now fails if long long int is not supported by compiler
(edit) @781   15 years Jari Häkkinen Changed make message in the end of configure.ac
(edit) @780   15 years Peter Johansson corrected handling of --disable-svn-support
(edit) @779   15 years Peter Johansson fixes #383. --disable-debug and --disable-wctests now behave as expected
(edit) @778   15 years Peter Johansson Removing obsolete line, which set aside argument given in …
(edit) @777   15 years Peter Johansson new version of yat_add_flag.m4
(edit) @776   15 years Peter Johansson autoconf 2.61 is needed due to usage of some 3rd party macros.
(edit) @775   15 years Peter Johansson moving m4 files to directory m4/. NOTE this change will break …
(edit) @774   15 years Peter Johansson fixes #378 and also fixed so -lapr ends up in LIBS and not LDFLAGS
(edit) @773   15 years Peter Johansson fixes #377
(edit) @772   15 years Peter Johansson fixes #379
(edit) @771   15 years Peter Johansson adding svn-support
(edit) @770   15 years Peter Johansson removing obsolete comments
(edit) @769   15 years Peter Johansson minor style improvement
(edit) @768   15 years Peter Johansson Merged patch release 0.6.7 to trunk. Delta 0.6.7 - 0.6.6
(edit) @767   15 years Peter Johansson typo
(edit) @766   15 years Peter Johansson Changes for future release 0.6.8
(edit) @765   15 years Peter Johansson Tagging version 0.6.7
(edit) @764   15 years Peter Johansson Preparing release 0.6.7
(edit) @763   15 years Peter Johansson return line that accidently was removed in r759 fixes #375
(edit) @762   15 years Peter Johansson avoid compiler warning in DNDEBUG mode
(edit) @761   15 years Peter Johansson fixes #353
(edit) @760   15 years Peter Johansson added two empty lines between our copyright statement and Trac's in css.cc
(edit) @759   15 years Peter Johansson Change container in SVNlog to be std::set<Commitment>, in order to …
(edit) @758   15 years Peter Johansson corrected typo - refs ticket:366
(edit) @757   15 years Peter Johansson closes #185 and avoid copying in recursive log function
(edit) @756   15 years Peter Johansson refs #74 - using stl rather than home brewed in SVNlog::operator+=
(edit) @755   15 years Jari Häkkinen Addresses #358. Added by strerror() required include statements (mac, SuSE)
(edit) @754   15 years Peter Johansson added missing include
(edit) @753   15 years Peter Johansson avoid compiler warning: 'unused variable'
(edit) @752   15 years Peter Johansson refs #338 - turning on cache again, but not only for files being up to …
(edit) @751   15 years Peter Johansson closes #308
(edit) @750   15 years Peter Johansson fixes #358
(edit) @749   15 years Peter Johansson fixes #360
(edit) @748   15 years Peter Johansson - AC_SUBST have_test_repo - cleaned up code so it looks better in …
(edit) @747   15 years Peter Johansson and it is still 2009
(edit) @746   15 years Peter Johansson fixed rule for how copyright_year.cc is updated
(edit) @745   15 years Peter Johansson fixes #366 and Happy New Year
(edit) @744   15 years Peter Johansson fixes #355 - skipping tests. Added some support in test::Suite to …
(edit) @743   15 years Peter Johansson removed usage of envar HOME in Gnuplot.cc
(edit) @742   15 years Peter Johansson corrected typo
(edit) @741   15 years Peter Johansson fixes #364: propagate selected configure options to …
(edit) @740   15 years Peter Johansson refs #363: moved configure warning about missing help2man when …
(edit) @739   15 years Peter Johansson fixes #363. Correct AM_CONDITIONAL. Added a warning when configure is …
(edit) @738   15 years Peter Johansson refs #355 - check_repo_status.sh is now skipped when not appropriate
(edit) @737   15 years Peter Johansson modifying to match that toy_project now is in builddir
(edit) @736   15 years Peter Johansson rootdir is now located in builddir
(edit) @735   15 years Peter Johansson fixes #365
(edit) @734   15 years Peter Johansson check_repo_status.sh needs svn meta information - actually the entire …
(edit) @733   15 years Peter Johansson fixes #362 - in export mode revision number will be an empty string
(edit) @732   15 years Peter Johansson - configure.ac: removed test that we are either in svn wc or DEV_BUILD …
(edit) @731   15 years Peter Johansson update copyright statements
(edit) @730   15 years Peter Johansson Check if we HAVE_SVN_WC by looking for .svn directory rather than …
(edit) @729   15 years Peter Johansson we require automake 1.10 so these lines are not needed
(edit) @728   15 years Jari Häkkinen Changes needed to cleanly compile on g++ 4.3 on SuSE 11 x64.
(edit) @727   15 years Jari Häkkinen Changes needed to cleanly compile on g++ 4.3 on SuSE 11 x64.
(edit) @726   15 years Peter Johansson refs #362 lifting out copyright year to its own file. The source file …
(edit) @725   15 years Peter Johansson - configure.ac: removed test that we are either in svn wc or DEV_BUILD …
(edit) @724   15 years Peter Johansson - README.developer: adding text on Requirements for building from svn …
(edit) @723   15 years Peter Johansson typo
(edit) @722   15 years Peter Johansson svndigest build requires Automake 1.10
(edit) @721   15 years Peter Johansson removed hook to create version binary. It was never very useful and …
(edit) @720   15 years Peter Johansson let aclocal know about build_support rather than including files …
(edit) @719   15 years Peter Johansson there are still some problems with the cache so it should be ignored. …
(edit) @718   15 years Peter Johansson refs #338 added some tests for BlameStats
(edit) @717   15 years Peter Johansson refs #338 added some tests for AddStats
(edit) @716   15 years Peter Johansson refs #304 - revert Changeset [714]
(edit) @715   15 years Peter Johansson fixing ugly bug in Parameter. target dir behaved completely whacko …
(edit) @714   15 years Peter Johansson refs #304 - adding title in trac_revision, feature is not used and …
Note: See TracRevisionLog for help on using the revision log.