|
|
@1209
|
14 years |
Peter Johansson |
fix so cblas detection works on osx
|
|
|
@936
|
15 years |
Peter Johansson |
add --force option in autoreconf call in bootstrap. The reason this is …
|
|
|
@908
|
15 years |
Jari Häkkinen |
Addresses #50. Running nni with phony weights.
|
|
|
@907
|
15 years |
Peter Johansson |
using ACLOCAL_AMFLAGS requires Automake 1.10
|
|
|
@905
|
15 years |
Peter Johansson |
WeNNI.java should be included in dist
|
|
|
@904
|
15 years |
Peter Johansson |
installing jars with chmod 644
|
|
|
@903
|
15 years |
Peter Johansson |
Style is everything
|
|
|
@902
|
15 years |
Peter Johansson |
timestamp of downloaded jar file will be old. Fixing deps to reflect …
|
|
|
@901
|
15 years |
Peter Johansson |
improve dependency
|
|
|
@893
|
15 years |
Jari Häkkinen |
Addresses #50. Adapting to PluginUtilities? interface changes.
|
|
|
@892
|
15 years |
Jari Häkkinen |
Improved dependency checking on pluginutilities.
|
|
|
@889
|
15 years |
Peter Johansson |
experienced some problems when changing from normal build to VPATH …
|
|
|
@888
|
15 years |
Peter Johansson |
fixing some make dependency
|
|
|
@887
|
15 years |
Jari Häkkinen |
Fixes #154. configure now supports setting of java source files encoding.
|
|
|
@886
|
15 years |
Peter Johansson |
typo that fixes #63. 'make mainatianer-check' now works here.
|
|
|
@885
|
15 years |
Jari Häkkinen |
Use rather that '.' in classpath.
|
|
|
@884
|
15 years |
Jari Häkkinen |
Cleaning up JAVACCLASSPATH usage.
|
|
|
@874
|
15 years |
Peter Johansson |
refs #71
Adding some targets for maintainer to check that everything …
|
|
|
@872
|
15 years |
Peter Johansson |
TODO is included in dist by default, so no need to add it explicitly
|
|
|
@871
|
15 years |
Peter Johansson |
install-exec-local didn't respect DESTDIR. Copying code generated by …
|
|
|
@870
|
15 years |
Peter Johansson |
calling tar through script 'missing'. refs #153.
|
|
|
@869
|
15 years |
Peter Johansson |
Adding uninstall-plugin target Using install target for install-plugin …
|
|
|
@868
|
15 years |
Jari Häkkinen |
JAVACFLAGS was a classpath! Correcting and introduced a proper …
|
|
|
@867
|
15 years |
Jari Häkkinen |
Typo
|
|
|
@866
|
15 years |
Peter Johansson |
simplify syntax of install-plugin targets by using install target
|
|
|
@865
|
15 years |
Peter Johansson |
adding uninstall targets in base2. Should probably be added in other …
|
|
|
@864
|
15 years |
Peter Johansson |
refs #153 - using autoreconf in bootstrap. Did not add '--force' …
|
|
|
@863
|
15 years |
Jari Häkkinen |
Addresses #50. Working on the Java wrapper.
|
|
|
@860
|
15 years |
Peter Johansson |
adding tests for javac and jar - refs #153
|
|
|
@859
|
15 years |
Peter Johansson |
adding tests for javac and jar - refs #153
|
|
|
@858
|
15 years |
Jari Häkkinen |
Addresses #50. Working with BASE-plugin communication issues and …
|
|
|
@857
|
15 years |
Jari Häkkinen |
Refs #50. AM_CONDITIONALs must be available for all build states.
|
|
|
@856
|
15 years |
Jari Häkkinen |
Refs #50 and #63. All WeNNI build options now works. make distcheck …
|
|
|
@855
|
15 years |
Jari Häkkinen |
Removed stray tabs
|
|
|
@854
|
15 years |
Jari Häkkinen |
Fixes #53
|
|
|
@853
|
15 years |
Jari Häkkinen |
Fixes #152. Added custom target 'install-plugin' that parallels 'install'.
|
|
|
@852
|
15 years |
Peter Johansson |
even some more typos - huuh
|
|
|
@851
|
15 years |
Peter Johansson |
corrected some typos
|
|
|
@850
|
15 years |
Peter Johansson |
forgot to save this file prior ci r849
|
|
|
@849
|
15 years |
Peter Johansson |
defining state variable in config.h and when not in base1 mode slice …
|
|
|
@848
|
15 years |
Jari Häkkinen |
Refs #50. Using proper PluginUtilities? URL for download
|
|
|
@846
|
15 years |
Peter Johansson |
fixed so test can be run outside 'make check'
|
|
|
@845
|
15 years |
Jari Häkkinen |
Correcting dangerous distclean directive that removed revision …
|
|
|
@844
|
15 years |
Jari Häkkinen |
Addresses #50, #53. Automatic download of required components. Using …
|
|
|
@843
|
15 years |
Jari Häkkinen |
Fixed indentation issues and outputting more information to user.
|
|
|
@842
|
15 years |
Jari Häkkinen |
Typo
|
|
|
@841
|
15 years |
Peter Johansson |
avoid setting CPPFLAGS and friends in configure.ac
and updating …
|
|
|
@840
|
15 years |
Peter Johansson |
added ACTION-IF-NOT-FOUND in AC_SEARCH_LIBS, in other words, configure …
|
|
|
@839
|
15 years |
Peter Johansson |
removing warning - use C++ macro not C
|
|
|
@838
|
15 years |
Peter Johansson |
typo
|
|
|
@837
|
15 years |
Peter Johansson |
removing annoying Automake warning that %-style pattern rules are a …
|
|
|
@836
|
15 years |
Peter Johansson |
refs #63. Fixed vpath issues in test so make distcheck no works in …
|
|
|
@835
|
15 years |
Jari Häkkinen |
Since changeset:834 there is no need to check for sed
|
|
|
@834
|
15 years |
Peter Johansson |
Triggered by [826]. There were some problems with the Makefile.am, so …
|
|
|
@831
|
15 years |
Jari Häkkinen |
Removed bindir and cleaned up indentation.
|
|
|
@829
|
15 years |
Jari Häkkinen |
Setting svndigest:ignore on copies of trunks to avoid multiple counting.
|
|
|
@828
|
15 years |
Jari Häkkinen |
Fixes #54
|
|
|
@827
|
15 years |
Jari Häkkinen |
Added check for SED and some more changelog entries.
|
|
|
@826
|
15 years |
Jari Häkkinen |
Fixes #148.
|
|
|
@825
|
15 years |
Jari Häkkinen |
Fixes #146.
|
|
|
@824
|
15 years |
Jari Häkkinen |
Fixes #145.
|
|
|
@823
|
15 years |
Jari Häkkinen |
Addresses #53 and fixes #60.
|
|
|
@822
|
15 years |
Jari Häkkinen |
Updated change information and default installation paths
|
|
|
@821
|
15 years |
Jari Häkkinen |
Build of stand-alone and base1 modes work. base2 still to be finalized.
|
|
|
@820
|
15 years |
Jari Häkkinen |
Added note saying that repository checkout requires ./bootstrap.
|
|
|
@819
|
15 years |
Jari Häkkinen |
Changed u_int to unsigned int to make code pass compilation on my Mac …
|
|
|
@665
|
15 years |
Jari Häkkinen |
Added support for using configurable columns. Useful if BASE extra …
|
|
|
@605
|
16 years |
Nicklas Nordborg |
Moving se.lu.thep.wenni project to new location
|
|
|
@602
|
16 years |
Nicklas Nordborg |
Removed trunk folders that prevents moving the projects
|
|
|
@598
|
16 years |
Nicklas Nordborg |
Preparing new directory structure
|