May 2015 Archives by thread
Starting: Fri May 1 08:56:27 UTC 2015
Ending: Sun May 31 17:29:55 UTC 2015
Messages: 1656
- [eclib] branch master updated (7be9c2a -> 1e08542)
Julien Puydt
- [wcslib] branch pristine-tar updated (ea40b8c -> cb20c01)
Ole Streicher
- [angles] branch master created (now da087f0)
Leopold Palomo-Avellaneda
- [angles] branch pristine-tar created (now c8a1edd)
Leopold Palomo-Avellaneda
- [angles] annotated tag upstream/1.9.10 created (now 5e1f622)
Leopold Palomo-Avellaneda
- [geometry] branch master created (now 271babc)
Leopold Palomo-Avellaneda
- [geometry] branch pristine-tar created (now 8f4f551)
Leopold Palomo-Avellaneda
- [geometry] annotated tag upstream/1.11.7 created (now ebcfc5d)
Leopold Palomo-Avellaneda
- [openturns] branch debian updated (8e6dc1e -> c9fa818)
Denis Barbier
- [openturns] annotated tag debian/1.5-2 created (now 6b99425)
Denis Barbier
- [ocl] branch master updated (7e3ceb2 -> 91747e8)
Jochen Sprickerhof
- [mlpack] branch svn-trunk updated (a0600b4 -> 3518384)
Barak A. Pearlmutter
- [mlpack] 01/149: Handle variance calculation with zero eigenvalues.
Barak A. Pearlmutter
- [mlpack] 02/149: Remove unnecessary include directives.
Barak A. Pearlmutter
- [mlpack] 03/149: Switch int to size_t in order to fix a very large number of warnings.
Barak A. Pearlmutter
- [mlpack] 04/149: Fix some more signed/unsigned comparison warnings that I introduced with the previous revision.
Barak A. Pearlmutter
- [mlpack] 05/149: New distribution (a combination of LinearRegression and GaussianDistribution) for implementing HMM Regression.
Barak A. Pearlmutter
- [mlpack] 06/149: Implementation of HMM Regression
Barak A. Pearlmutter
- [mlpack] 07/149: Added HMM Regression files
Barak A. Pearlmutter
- [mlpack] 08/149: Comparision-type warning sorted out.
Barak A. Pearlmutter
- [mlpack] 09/149: Fix even more warnings that I've introduced.
Barak A. Pearlmutter
- [mlpack] 10/149: I fixed a little bit, but I know this doesn't fix everything.
Barak A. Pearlmutter
- [mlpack] 11/149: Comment out XTreeTraverser test for now as per #368.
Barak A. Pearlmutter
- [mlpack] 12/149: Add comment pointing out that there is a bug.
Barak A. Pearlmutter
- [mlpack] 13/149: Right now, we can't load a vector, so we load a matrix and extract the last column.
Barak A. Pearlmutter
- [mlpack] 14/149: Move MAX_OVERLAP to be a member in the mlpack::tree namespace to fix errors on Visual Studio. Thanks to SinisterMJ for pointing this out. #369.
Barak A. Pearlmutter
- [mlpack] 15/149: Add explicit declarations of template function specializations for linker fixes on Visual Studio.
Barak A. Pearlmutter
- [mlpack] 16/149: Tabs to spaces.
Barak A. Pearlmutter
- [mlpack] 17/149: Spacing and line length fixes.
Barak A. Pearlmutter
- [mlpack] 18/149: Fix a couple bugs pointed out by Francois Berrier: SGD isn't actually shuffling, and also the final returned objective may not be correct.
Barak A. Pearlmutter
- [mlpack] 19/149: Refactor k-means significantly. Remove overclustering since I think nobody is using it (I don't think it's a very interesting technique) and it may be buggy. Speedups for the situation where only cluster centroids are desired.
Barak A. Pearlmutter
- [mlpack] 20/149: Implement Elkan's algorithm for k-means (it's pretty fast).
Barak A. Pearlmutter
- [mlpack] 21/149: Remove comment about overclustering.
Barak A. Pearlmutter
- [mlpack] 22/149: Remove references to overclustering from tutorial.
Barak A. Pearlmutter
- [mlpack] 23/149: Refactor test to remove overclustering parameter.
Barak A. Pearlmutter
- [mlpack] 24/149: Update and clarify build tutorial, since DEBUG and PROFILE are OFF by default in releases.
Barak A. Pearlmutter
- [mlpack] 25/149: Refactor for different KMeans API.
Barak A. Pearlmutter
- [mlpack] 26/149: Refactor for API change... forgot to check this one in.
Barak A. Pearlmutter
- [mlpack] 27/149: Add a warning if the user wants 0 clusters, because the thing is probably going to crash (but maybe for some LloydIterationType that might be what's desired?).
Barak A. Pearlmutter
- [mlpack] 28/149: Explicit std::sqrt() call.
Barak A. Pearlmutter
- [mlpack] 29/149: Add implementation of Hamerly's algorithm.
Barak A. Pearlmutter
- [mlpack] 30/149: Refactor input arguments so --algorithm is an accepted parameter, which provides more flexibility as I add more LloydItreationTypes.
Barak A. Pearlmutter
- [mlpack] 31/149: Refactor ElkanTest and add a test for Hamerly's algorithm.
Barak A. Pearlmutter
- [mlpack] 32/149: Fix distance calculations, and fix residual calculation.
Barak A. Pearlmutter
- [mlpack] 33/149: Fix a bug; now this algorithm is much faster.
Barak A. Pearlmutter
- [mlpack] 34/149: Add Pelleg-Moore k-means. This implementation is faster and prunes more tightly than my previous attempts (which I didn't check in). (That, of course, simply means that my previous implementations were wrong, but this one isn't.)
Barak A. Pearlmutter
- [mlpack] 35/149: Add test for Pelleg-Moore k-means clustering.
Barak A. Pearlmutter
- [mlpack] 36/149: Refactor: only track distanceCalculations, not scores and baseCases. Also remove traversalInfo because it's not used, and count distance calculations during cluster domination calculation.
Barak A. Pearlmutter
- [mlpack] 37/149: Clean up an unnecessary sort, and remove spareBlacklist.
Barak A. Pearlmutter
- [mlpack] 38/149: Comment the Rules class a little better.
Barak A. Pearlmutter
- [mlpack] 39/149: Better comments for the PellegMooreKMeans class.
Barak A. Pearlmutter
- [mlpack] 40/149: I suppose we should exercise at least some caution in the destructor.
Barak A. Pearlmutter
- [mlpack] 41/149: Don't ignore distance calculations during cluster-moving calculations.
Barak A. Pearlmutter
- [mlpack] 42/149: Force C++11 support for future versions of mlpack. I wouldn't be surprised if this breaks the build in some places.
Barak A. Pearlmutter
- [mlpack] 43/149: Allow std::cout << mlpackObject, as per #319.
Barak A. Pearlmutter
- [mlpack] 44/149: Test std::ostream << mlpackObject.
Barak A. Pearlmutter
- [mlpack] 45/149: Now we have C++11, but there's no constructor copypasta problem anymore.
Barak A. Pearlmutter
- [mlpack] 46/149: Oops, include ostream_extra.hpp.
Barak A. Pearlmutter
- [mlpack] 47/149: A prototype algorithm for k-means clustering, which probably works best when k is very large and so is N.
Barak A. Pearlmutter
- [mlpack] 48/149: A test for the DTNN k-means algorithm.
Barak A. Pearlmutter
- [mlpack] 49/149: Safer includes, for the situation where the user does something not smart.
Barak A. Pearlmutter
- [mlpack] 50/149: Yet another instance of me failing to commit all my changes. Add a BaseCases() and Scores() function to NeighborSearch, so that a user (or DTNNKMeans) can obtain how much work was done after the search.
Barak A. Pearlmutter
- [mlpack] 51/149: Fix a bug that meant that centroidsOther was copied only when it shouldn't have been, and was never copied when it should have been (note the iteration++ at the end of the loop).
Barak A. Pearlmutter
- [mlpack] 52/149: Properly handle the case where the tree doesn't rearrange points -- like the cover tree. Then create a CoverTreeDTNNKMeans template typedef so that a user can easily use cover tree DTNNKMeans with KMeans<>.
Barak A. Pearlmutter
- [mlpack] 53/149: Add test for CoverTreeDTNNKMeans.
Barak A. Pearlmutter
- [mlpack] 54/149: Make the Mahalanobis distance a true metric by default.
Barak A. Pearlmutter
- [mlpack] 55/149: Added Smooth and Filter functions
Barak A. Pearlmutter
- [mlpack] 56/149: Added Smooth and Filter functions
Barak A. Pearlmutter
- [mlpack] 57/149: Added regression_distribution.hpp/cpp, removed hmm_regression
Barak A. Pearlmutter
- [mlpack] 58/149: Rename hmm_regression.hpp
Barak A. Pearlmutter
- [mlpack] 59/149: rename hmm_regression.cpp
Barak A. Pearlmutter
- [mlpack] 60/149: now regression_distribuiton.hpp
Barak A. Pearlmutter
- [mlpack] 61/149: Now regression_distribution.cpp
Barak A. Pearlmutter
- [mlpack] 62/149: Fix -Wreorder warnings after reordering of data members in class declaration.
Barak A. Pearlmutter
- [mlpack] 63/149: Minor formatting changes and streamlining of Armadillo expressions.
Barak A. Pearlmutter
- [mlpack] 64/149: Minor formatting fixes: tabs->spaces, etc.
Barak A. Pearlmutter
- [mlpack] 65/149: Minor spacing fix.
Barak A. Pearlmutter
- [mlpack] 66/149: The const gets ignored (-Wignored-qualifiers).
Barak A. Pearlmutter
- [mlpack] 67/149: Fix use of uninitialized value; this should help segfaulting SVDBatch tests.
Barak A. Pearlmutter
- [mlpack] 68/149: Increase number of samples and give debugging output, in order to try and track down the bug I am seeing in all the Jenkins tests.
Barak A. Pearlmutter
- [mlpack] 69/149: Fix logistic regression tests by enforcing a tighter tolerance for SGD convergence. The changes introduced to SGD in r17196 to cause SGD to shuffle also caused situations where SGD can converge way too early, causing the two tests to fail. Tightening the tolerance to 1e-10 appears to be the solution to this issue.
Barak A. Pearlmutter
- [mlpack] 70/149: This is an experimental method that I am working on. Right now it is not very useful as I have not implemented all of the pruning strategies that I intend to.
Barak A. Pearlmutter
- [mlpack] 71/149: Add DualTreeKMeans files to CMakeLists.txt.
Barak A. Pearlmutter
- [mlpack] 72/149: Add DualTreeKMeans as an option to the kmeans program (and also DTNN with cover trees).
Barak A. Pearlmutter
- [mlpack] 73/149: Add a simple test for DualTreeKMeans.
Barak A. Pearlmutter
- [mlpack] 74/149: Be explicit with calls to arma:: functions. Although gcc accepts this as-is, we don't have a guarantee that all compilers will.
Barak A. Pearlmutter
- [mlpack] 75/149: Add a semi-hackish breadth-first traverser. The tree abstractions will need to change to support arbitrary traverser types (probably by adding a template parameter) but for now this works to make DualTreeKMeans work.
Barak A. Pearlmutter
- [mlpack] 76/149: Add breadth first traverser.
Barak A. Pearlmutter
- [mlpack] 77/149: Here's the file I forgot -- include the BreadthFirstDualTreeTraverser class definition.
Barak A. Pearlmutter
- [mlpack] 78/149: Use FATAL_ERROR instead of FATAL, so that CMake will actually crash when C++11 isn't available.
Barak A. Pearlmutter
- [mlpack] 79/149: Refactor code for better comments and better adherence to coding conventions. No functionality change.
Barak A. Pearlmutter
- [mlpack] 80/149: Fix incorrect class name.
Barak A. Pearlmutter
- [mlpack] 81/149: Refactor Elkan-type prune into its own method, for simplicity.
Barak A. Pearlmutter
- [mlpack] 82/149: Add Pelleg-Moore type prune. This improves performance -- at least a bit.
Barak A. Pearlmutter
- [mlpack] 83/149: Loosen tolerance until a better solution is devised (currently I am waiting on an email from Nishant).
Barak A. Pearlmutter
- [mlpack] 84/149: Remove debugging random seed.
Barak A. Pearlmutter
- [mlpack] 85/149: strlen() returns the length of the string but you must account for the null terminator yourself. Hence, this code sometimes caused random invalid writes and crashes.
Barak A. Pearlmutter
- [mlpack] 86/149: If gradient2 or gradient1 are zero, then BOOST_REQUIRE_CLOSE will fail, so use BOOST_REQUIRE_SMALL in those situations.
Barak A. Pearlmutter
- [mlpack] 87/149: Not sure how I missed this spelling error...
Barak A. Pearlmutter
- [mlpack] 88/149: Smarter handling of HDF5 dependency search, especially for Debian systems where things are Weird(TM).
Barak A. Pearlmutter
- [mlpack] 89/149: The calculation here was actually incorrect.
Barak A. Pearlmutter
- [mlpack] 90/149: Refactor CountMostFreq() so it is faster, simpler, and doesn't sometimes return uninitialized values.
Barak A. Pearlmutter
- [mlpack] 91/149: Better handling of the weird case when includes are needed but the library isn't.
Barak A. Pearlmutter
- [mlpack] 92/149: transition now protected, not private
Barak A. Pearlmutter
- [mlpack] 93/149: HMM regression method
Barak A. Pearlmutter
- [mlpack] 94/149: Implementation of HMMRegression class
Barak A. Pearlmutter
- [mlpack] 95/149: hmm_regression.hpp and hmm_regression_impl.hpp added
Barak A. Pearlmutter
- [mlpack] 96/149: Dimensionality() now returns proper values
Barak A. Pearlmutter
- [mlpack] 97/149: Re-ordered initializer lists to fix warnings
Barak A. Pearlmutter
- [mlpack] 98/149: Slightly loosen tolerances for NMF tests.
Barak A. Pearlmutter
- [mlpack] 99/149: Fix -Wunintialized, reported by govg.
Barak A. Pearlmutter
- [mlpack] 100/149: Pedanticism: return a value at the end of main().
Barak A. Pearlmutter
- [mlpack] 101/149: Nope, turns out I am wrong. C++03, C++11, and C++14 all assume a program reaching the end of main() without returning anything will return 0.
Barak A. Pearlmutter
- [mlpack] 102/149: Fix uninitialized memory issue (dsPredictions was never set).
Barak A. Pearlmutter
- [mlpack] 103/149: Don't test on Armadillo 4.300.0 through 4.400.x because there is a bug in Mat::load(istream&) which prevents loading from type hdf5_binary. (The bug is simply the omission of the hdf5_binary case from the switch() statement actually.)
Barak A. Pearlmutter
- [mlpack] 104/149: Issue a runtime error if the user is using Armadillo 4.300.x through 4.400.x and tries to load or save HDF5 files, since that is a bug in Armadillo.
Barak A. Pearlmutter
- [mlpack] 105/149: Refactor GeneralizedRosenbrockTest to deal with intermittent failures better. Also use 4 trials for RastigrinFunctionTest.
Barak A. Pearlmutter
- [mlpack] 106/149: Refactor for cleaner code and avoid storing WH explicitly if possible.
Barak A. Pearlmutter
- [mlpack] 107/149: Minor code cleanups.
Barak A. Pearlmutter
- [mlpack] 108/149: Somehow this never got added to the CMakeLists.txt.
Barak A. Pearlmutter
- [mlpack] 109/149: Remove debugging output.
Barak A. Pearlmutter
- [mlpack] 110/149: Refactor test with negative elements to decompose the random matrix into its proper low-rank decomposition, then test the reconstructed matrix.
Barak A. Pearlmutter
- [mlpack] 111/149: Disable C4519 errors entirely.
Barak A. Pearlmutter
- [mlpack] 112/149: Include prereqs.hpp for compiler definitions and adjustments.
Barak A. Pearlmutter
- [mlpack] 113/149: Disable C4519 in prereqs.hpp not core.hpp.
Barak A. Pearlmutter
- [mlpack] 114/149: Handle setting seed properly for Armadillo RNGs past 3.930.
Barak A. Pearlmutter
- [mlpack] 115/149: Significantly shrink size of test dataset because this test was taking 10 minutes.
Barak A. Pearlmutter
- [mlpack] 116/149: Fix memory leak.
Barak A. Pearlmutter
- [mlpack] 117/149: Widen tolerance slightly.
Barak A. Pearlmutter
- [mlpack] 118/149: Widen tolerance slightly.
Barak A. Pearlmutter
- [mlpack] 119/149: Widen tolerances slightly. Maybe this test scheme isn't the best?
Barak A. Pearlmutter
- [mlpack] 120/149: Check frobenius norm overall instead of just for one element.
Barak A. Pearlmutter
- [mlpack] 121/149: Comment out NoCholeskySingularityTest in accordance with #373.
Barak A. Pearlmutter
- [mlpack] 122/149: Reduce noise slightly and increase dataset size, which will slow down the test but make the results more accurate.
Barak A. Pearlmutter
- [mlpack] 123/149: Tighten convergence tolerance for RastrigrinFunctionTest, since it doesn't seem to be coming close enough to the desired minimum.
Barak A. Pearlmutter
- [mlpack] 124/149: Slightly loosen tolerance.
Barak A. Pearlmutter
- [mlpack] 125/149: Better handling of small gradient values.
Barak A. Pearlmutter
- [mlpack] 126/149: Minor tolerance widening.
Barak A. Pearlmutter
- [mlpack] 127/149: Accidentally checked in unstable code.
Barak A. Pearlmutter
- [mlpack] 128/149: Slightly widen tolerance.
Barak A. Pearlmutter
- [mlpack] 129/149: Handle negative gradient values correctly.
Barak A. Pearlmutter
- [mlpack] 130/149: Fix convergence criterion according to Nishant's suggestion.
Barak A. Pearlmutter
- [mlpack] 131/149: Loosen tolerance a bit, since it seems to fail once in a while. It's definitely not broken though.
Barak A. Pearlmutter
- [mlpack] 132/149: Tweak SGD parameters a little bit.
Barak A. Pearlmutter
- [mlpack] 133/149: Remove random seed to make test reproducible.
Barak A. Pearlmutter
- [mlpack] 134/149: Widen tolerance for norm difference, and tweak parameters a little bit.
Barak A. Pearlmutter
- [mlpack] 135/149: Minor style fixes.
Barak A. Pearlmutter
- [mlpack] 136/149: Add maxIterations parameter to limit the number of iterations used in the Newton method.
Barak A. Pearlmutter
- [mlpack] 137/149: Fix ambiguous math reference error, to pass the test clang.
Barak A. Pearlmutter
- [mlpack] 138/149: Use maxIterations for Newton method loop instead of nested Armijo line search.
Barak A. Pearlmutter
- [mlpack] 139/149: Fix memory leak, although I'm not sure it's responsible for the i386 failures.
Barak A. Pearlmutter
- [mlpack] 140/149: Adjust tolerances.
Barak A. Pearlmutter
- [mlpack] 141/149: The failure probability is already small, but not small enough it seems.
Barak A. Pearlmutter
- [mlpack] 142/149: Better handling of Armadillo configuration files, since ARMA_USE_HDF5 may appear twice incorrectly (reported by Giampaolo).
Barak A. Pearlmutter
- [mlpack] 143/149: Update with 1.0.11 release notes.
Barak A. Pearlmutter
- [mlpack] 144/149: Update notes; more has since been added to the k-means code.
Barak A. Pearlmutter
- [mlpack] 145/149: Merge changes to mlpack-1.0.11 tag.
Barak A. Pearlmutter
- [mlpack] 146/149: Why did I merge that change in? It broke everything. Revert...
Barak A. Pearlmutter
- [mlpack] 147/149: Tests for Non-linearly separable dataset fixed.
Barak A. Pearlmutter
- [mlpack] 148/149: Tests for Non-linearly separable dataset fixed.
Barak A. Pearlmutter
- [mlpack] 149/149: Tests for Non-linearly separable dataset fixed.
Barak A. Pearlmutter
- [pynac] branch master updated (270ee6e -> 9ed4da4)
Julien Puydt
- [pynac] branch pristine-tar updated (3cb65ee -> 7309af9)
Julien Puydt
- [normaliz] branch master created (now 474a3a8)
Jerome Benoit
- [normaliz] branch pristine-tar created (now d8e5636)
Jerome Benoit
- [normaliz] annotated tag upstream/2.12.2 created (now 3c62271)
Jerome Benoit
- [normaliz] annotated tag upstream/2.12.2+ds created (now 1b2c1c9)
Jerome Benoit
- [normaliz] tag debian/2.12.2+ds-1 created (now 474a3a8)
Jerome Benoit
- [double-conversion] branch master updated (92e8c23 -> e83fdcd)
Sébastien Villemot
- [double-conversion] annotated tag debian/2.0.1-3 created (now 75a7a05)
Sébastien Villemot
- [3depict] branch master updated (9009bb1 -> 3aa9b1e)
D Haley
- [3depict] branch master updated (3aa9b1e -> 24d19f8)
D Haley
- [openpilot] branch master updated (19ea864 -> ed1a512)
Anton Gladky
- [r-cran-rsdmx] branch master created (now 544d433)
Sébastien Villemot
- [r-cran-rsdmx] branch pristine-tar created (now e2dfb91)
Sébastien Villemot
- [r-cran-rsdmx] annotated tag debian/0.4.5+dfsg-1 created (now 86b948d)
Sébastien Villemot
- [r-cran-rsdmx] annotated tag upstream/0.4.5+dfsg created (now aa75ef8)
Sébastien Villemot
- [r-cran-rsdmx] branch master updated (544d433 -> bec156d)
Sébastien Villemot
- [r-cran-rsdmx] branch pristine-tar updated (e2dfb91 -> 76fd801)
Sébastien Villemot
- [r-cran-rsdmx] annotated tag debian/0.4.6+dfsg-1 created (now 5d32f76)
Sébastien Villemot
- [r-cran-rsdmx] annotated tag upstream/0.4.6+dfsg created (now 1df9cce)
Sébastien Villemot
- [normaliz] branch master updated (474a3a8 -> 74da516)
Jerome Benoit
- [normaliz] tag debian/2.12.2+ds-1 updated (474a3a8 -> 74da516)
Jerome Benoit
- [hkl] branch experimental updated (a8ef615 -> 73ddbff)
Frédéric-Emmanuel Picca
- [hkl] branch pristine-tar updated (244bd77 -> f1a214b)
Frédéric-Emmanuel Picca
- [hkl] annotated tag upstream/4.99.99.1940 created (now 5d9e83a)
Frédéric-Emmanuel Picca
- [ros] branch master updated (b26ac63 -> 9ee38ca)
Jochen Sprickerhof
- [ros] branch pristine-tar updated (d477871 -> 38c007c)
Jochen Sprickerhof
- [ros] annotated tag upstream/1.12.2 created (now 648d69f)
Jochen Sprickerhof
- [ros-comm] annotated tag upstream/1.11.13 created (now 7d78e46)
Jochen Sprickerhof
- [ros-comm] branch master updated (7dedf77 -> 0398ea3)
Jochen Sprickerhof
- [ros-comm] branch pristine-tar updated (2f6a473 -> fa7dc0f)
Jochen Sprickerhof
- [eigen3] branch master updated (0f386ce -> 388a27f)
Anton Gladky
- [eigen3] annotated tag debian/3.2.4-2 created (now 2e60475)
Anton Gladky
- r47025 - in /packages/jhdf/trunk/debian: changelog watch
tille at users.alioth.debian.org
- r47026 - /packages/gmsh-tetgen/trunk/debian/rules
trophime-guest at users.alioth.debian.org
- r47027 - /packages/jhdf/trunk/debian/copyright
tille at users.alioth.debian.org
- r47028 - in /packages/jhdf/trunk/debian: README.Source changelog copyright orig-tar.exclude orig-tar.sh rules watch
tille at users.alioth.debian.org
- r47029 - in /packages/jhdf/trunk/debian: changelog control
tille at users.alioth.debian.org
- [mlpack] branch master updated (b7450cc -> b329ef8)
Barak A. Pearlmutter
- [mlpack] annotated tag debian/1.0.12-2 created (now a5fc271)
Barak A. Pearlmutter
- [python-pyraf] branch debian updated (9caf52a -> d281e41)
Ole Streicher
- [paraview] branch master updated (ff914d0 -> e67d351)
Anton Gladky
- [paraview] annotated tag debian/4.1.0+dfsg+1-2 created (now fe2288d)
Anton Gladky
- [dune-common] annotated tag debian/2.4.20150505g1ce8697-1 created (now 3e20924)
Ansgar Burchardt
- [dune-common] branch master updated (d9a9de9 -> b4657eb)
Ansgar Burchardt
- [dune-geometry] annotated tag debian/2.4.20150505g14682fb-1 created (now 1b5a2bb)
Ansgar Burchardt
- [dune-geometry] branch master updated (93304c0 -> c1f264a)
Ansgar Burchardt
- [dune-geometry] branch master updated (c1f264a -> f3db11c)
Ansgar Burchardt
- [dune-localfunctions] annotated tag debian/2.4.20150506g11a11a8-1 created (now 98cd6c4)
Ansgar Burchardt
- [dune-localfunctions] branch master updated (1d00a68 -> 7c34df2)
Ansgar Burchardt
- [dune-istl] annotated tag debian/2.4.20150506gee6e5f6-1 created (now fcc4a5b)
Ansgar Burchardt
- [dune-istl] branch master updated (08a0bad -> 5ade3df)
Ansgar Burchardt
- [dune-grid] annotated tag debian/2.4.20150506gd3c1350-1 created (now c414874)
Ansgar Burchardt
- [dune-grid] branch master updated (73096dd -> 5da6fc3)
Ansgar Burchardt
- r47030 - in /packages/ipe-tools/trunk: ./ ipe-tools/ ipe-tools/branches/ ipe-tools/branches/upstream/ ipe-tools/branches/upstream/current/ ipe-tools/branches/upstream/current/figtoipe/ ipe-tools/branches/upstream/current/ipe5toxml/ ipe-tools/branches/upstream/current/matplotlib/ ipe-tools/branches/upstream/current/matplotlib/tests/ ipe-tools/branches/upstream/current/pdftoipe/ ipe-tools/branches/upstream/current/svgtoipe/
smr at users.alioth.debian.org
- r47031 - /packages/ipe-tools/trunk/ipe-tools/tags/
smr at users.alioth.debian.org
- r47032 - /packages/ipe-tools/trunk/ipe-tools/branches/upstream/20150406/
smr at users.alioth.debian.org
- r47033 - /packages/ipe-tools/trunk/ipe-tools/trunk/
smr at users.alioth.debian.org
- r47034 - in /packages/ipe-tools/trunk/ipe-tools/trunk/debian: ./ source/
smr at users.alioth.debian.org
- [coin3] branch master updated (882c41d -> f95eb97)
Anton Gladky
- [coin3] annotated tag debian/3.1.4_abc9f50-8 created (now 0265a4d)
Anton Gladky
- [cpl-plugin-template] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-amber] branch debian updated (bd73e52 -> 680f7fb)
Ole Streicher
- [cpl-plugin-amber] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-fors] branch debian updated (0a22ce6 -> 4f72c0d)
Ole Streicher
- [cpl-plugin-fors] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-giraf] branch debian updated (495a046 -> e3c6a77)
Ole Streicher
- [cpl-plugin-giraf] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-hawki] branch debian updated (338e2cb -> 7403891)
Ole Streicher
- [cpl-plugin-hawki] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-kmos] branch debian updated (6812bbf -> 47b5f03)
Ole Streicher
- [cpl-plugin-kmos] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-sinfo] branch debian updated (682506a -> 3f58465)
Ole Streicher
- [cpl-plugin-sinfo] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-uves] branch debian updated (b3da3a8 -> e47991b)
Ole Streicher
- [cpl-plugin-uves] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-vimos] branch debian updated (2220eb1 -> 9cb9cb1)
Ole Streicher
- [cpl-plugin-vimos] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-xsh] branch debian updated (bed2f51 -> 74654df)
Ole Streicher
- [cpl-plugin-xsh] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [python-cpl] branch debian updated (d87be2a -> 5d2cf2e)
Ole Streicher
- [dune-grid-glue] branch master updated (3432545 -> e096eca)
Ansgar Burchardt
- [tcl-fitstcl] branch debian updated (7c86f78 -> 558cb2a)
Ole Streicher
- [cpl-plugin-template] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-amber] branch debian updated (680f7fb -> ed60908)
Ole Streicher
- [cpl-plugin-amber] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-fors] branch debian updated (4f72c0d -> 3a813d9)
Ole Streicher
- [cpl-plugin-fors] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-giraf] branch debian updated (e3c6a77 -> 1e4b957)
Ole Streicher
- [cpl-plugin-giraf] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-hawki] branch debian updated (7403891 -> 4ae164e)
Ole Streicher
- [cpl-plugin-hawki] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-kmos] branch debian updated (47b5f03 -> 1a3eb3c)
Ole Streicher
- [cpl-plugin-kmos] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-sinfo] branch debian updated (3f58465 -> 7ff5a2d)
Ole Streicher
- [cpl-plugin-sinfo] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-uves] branch debian updated (e47991b -> 56dcbef)
Ole Streicher
- [cpl-plugin-uves] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-vimos] branch debian updated (9cb9cb1 -> 01da6fc)
Ole Streicher
- [cpl-plugin-vimos] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-xsh] branch debian updated (74654df -> 47142ab)
Ole Streicher
- [cpl-plugin-xsh] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [python-pyqtgraph] annotated tag debian/0.9.10-2 created (now 505fde9)
Gianfranco Costamagna
- [wcslib] branch pristine-tar updated (cb20c01 -> 4c44779)
Ole Streicher
- [cpl-plugin-hawki] branch debian updated (4ae164e -> a1258d9)
Ole Streicher
- [cpl-plugin-hawki] tag debian/1.8.18+dfsg-2 created (now a1258d9)
Ole Streicher
- [liggghts] branch master updated (093119e -> d0b88ee)
Anton Gladky
- [liggghts] annotated tag debian/3.1.0+repack1-1 created (now 621255c)
Anton Gladky
- [pynac] branch master updated (9ed4da4 -> a6f4df2)
Julien Puydt
- [pynac] branch pristine-tar updated (7309af9 -> a213eea)
Julien Puydt
- [cpl-plugin-hawki] tag debian/1.8.18+dfsg-2 deleted (was a1258d9)
Ole Streicher
- [cpl-plugin-hawki] branch debian updated (a1258d9 -> b6a80ba)
Ole Streicher
- [cpl-plugin-hawki] tag debian/1.8.18+dfsg-2 created (now b6a80ba)
Ole Streicher
- [cpl-plugin-xsh] branch debian updated (47142ab -> 4346e1d)
Ole Streicher
- [cpl-plugin-xsh] tag debian/2.6.0+dfsg-2 created (now 4346e1d)
Ole Streicher
- [cpl-plugin-giraf] branch debian updated (1e4b957 -> 2b7c426)
Ole Streicher
- [cpl-plugin-giraf] tag debian/2.14+dfsg-2 created (now 2b7c426)
Ole Streicher
- [cpl-plugin-amber] branch debian updated (ed60908 -> 100b8a4)
Ole Streicher
- [cpl-plugin-amber] tag debian/4.3.3+dfsg-2 created (now 100b8a4)
Ole Streicher
- [geometry-experimental] branch master updated (e3e8280 -> 22ff5f6)
Leopold Palomo-Avellaneda
- [dune-common] branch master updated (b4657eb -> f988ea1)
Ansgar Burchardt
- [rtt-ros-integration] branch master created (now baa7642)
Leopold Palomo-Avellaneda
- [rtt-ros-integration] branch pristine-tar created (now 5291352)
Leopold Palomo-Avellaneda
- [rtt-ros-integration] annotated tag upstream/2.8.1 created (now b3885dc)
Leopold Palomo-Avellaneda
- [sumo] branch master updated (3288f1e -> f38ff76)
Anton Gladky
- [sumo] annotated tag debian/0.23.0+dfsg1-2 created (now d0fd30e)
Anton Gladky
- [mlpack] annotated tag debian/1.0.12-3 created (now 05a99ed)
Barak A. Pearlmutter
- [mlpack] branch master updated (b329ef8 -> c28b2dd)
Barak A. Pearlmutter
- [sdformat] branch master updated (3cd9ae5 -> 365a33c)
Anton Gladky
- [sdformat] annotated tag debian/2.3.0-1 created (now f1b664e)
Anton Gladky
- [sdformat] annotated tag debian/2.3.0-1_exp1 created (now 36c308e)
Anton Gladky
- [simbody] annotated tag debian/3.5.1+dfsg-1 created (now d3b7c53)
Anton Gladky
- [simbody] annotated tag debian/3.5.1+dfsg-1_exp1 created (now b020e9c)
Anton Gladky
- [simbody] branch master updated (3a5a987 -> b7d303a)
Anton Gladky
- [gazebo] branch master updated (8efa224 -> 77c41e9)
Anton Gladky
- [gazebo] annotated tag debian/5.0.1+dfsg-1 created (now 93dc2dd)
Anton Gladky
- [python-admesh] branch master updated (5f61d7a -> a221945)
Anton Gladky
- [ug] branch master updated (299f887 -> 378ced7)
Ansgar Burchardt
- [eclib] branch master updated (1e08542 -> aeffc8f)
Julien Puydt
- [eclib] branch pristine-tar updated (e0537ab -> 67f9ad3)
Julien Puydt
- [ug] annotated tag debian/3.12.1-1 created (now 0c0dced)
Ansgar Burchardt
- [ug] branch master updated (378ced7 -> b3da1d9)
Ansgar Burchardt
- [openturns] branch debian updated (c9fa818 -> 1095239)
Denis Barbier
- [openturns] annotated tag debian/1.5-3 created (now 949c7b2)
Denis Barbier
- [clasp] branch devel updated (7dfecea -> a2f40fd)
Thomas Krennwallner
- [clasp] branch master updated (3931b37 -> 61f30c5)
Thomas Krennwallner
- [clasp] branch pristine-tar updated (d4b0fd6 -> c16e7fa)
Thomas Krennwallner
- [clasp] annotated tag debian/3.1.2-1 created (now 62f1935)
Thomas Krennwallner
- [clasp] annotated tag upstream/3.1.2 created (now 6020182)
Thomas Krennwallner
- [collada-dom] branch master updated (506d398 -> a48edeb)
Leopold Palomo-Avellaneda
- [rtt] branch master updated (d84ea09 -> a0fe55b)
Leopold Palomo-Avellaneda
- [rtt] branch pristine-tar updated (6fe353c -> 761a208)
Leopold Palomo-Avellaneda
- [rtt] branch ubuntu-robotics created (now 1913812)
Leopold Palomo-Avellaneda
- [rtt] annotated tag upstream/2.8.0_rc1+dfsg created (now 4892844)
Leopold Palomo-Avellaneda
- [log4cpp] branch master updated (04a6ecc -> 82a309c)
Leopold Palomo-Avellaneda
- [log4cpp] branch master updated (82a309c -> 02369dc)
Leopold Palomo-Avellaneda
- [collada-dom] branch master updated (a48edeb -> 254eb1d)
Leopold Palomo-Avellaneda
- [collada-dom] branch pristine-tar updated (b76205f -> 48f75fd)
Leopold Palomo-Avellaneda
- [collada-dom] annotated tag upstream/2.4.3 created (now 348cc1d)
Leopold Palomo-Avellaneda
- [collada-dom] annotated tag upstream/2.4.3+ds1 created (now cc178c7)
Leopold Palomo-Avellaneda
- [ocl] branch master updated (91747e8 -> 7879f27)
Leopold Palomo-Avellaneda
- [ocl] annotated tag upstream/2.8.0_rc1 created (now ef42632)
Leopold Palomo-Avellaneda
- [collada-dom] branch master updated (254eb1d -> 9d7f076)
Leopold Palomo-Avellaneda
- [visp] branch master updated (204d7ec -> 02bbec0)
Olivier Sallou
- [visp] annotated tag debian/2.10.0-2 created (now 26e73cf)
Olivier Sallou
- [qflow] tag upstream/1.0.96 created (now 84dab5a)
Ruben Undheim
- [qflow] branch pristine-tar updated (2d17c23 -> 27d02a5)
Ruben Undheim
- [qflow] branch master updated (90b8559 -> 105b877)
Ruben Undheim
- [qflow] branch master updated (105b877 -> 15105b0)
Ruben Undheim
- [minieigen] branch master updated (b61f199 -> 724d42d)
Anton Gladky
- [minieigen] branch pristine-tar updated (89658e3 -> 04e7674)
Anton Gladky
- [minieigen] annotated tag debian/0.50+dfsg1-1 created (now b03b99c)
Anton Gladky
- [minieigen] annotated tag upstream/0.50+dfsg1 created (now 349fdfb)
Anton Gladky
- [ocl] branch master updated (7879f27 -> fd05483)
Leopold Palomo-Avellaneda
- [ocl] branch pristine-tar updated (311e287 -> f3e533c)
Leopold Palomo-Avellaneda
- [ocl] annotated tag upstream/2.8.0_rc1+dfsg created (now 21105ca)
Leopold Palomo-Avellaneda
- r47035 - /packages/fenics/dolfin/trunk/debian/changelog
johannr-guest at users.alioth.debian.org
- r47036 - in /packages/fenics/dolfin/tags/1.5.0-2: ./ debian/changelog
johannr-guest at users.alioth.debian.org
- [ignition-transport] branch master updated (e40c1f5 -> f4f17db)
Jose Luis Rivero
- [ignition-transport] branch master updated (f4f17db -> b3ebeba)
Jose Luis Rivero
- [ignition-transport] branch master updated (b3ebeba -> 9b0b7e8)
Jose Luis Rivero
- [ignition-transport] branch master updated (9b0b7e8 -> 4d661fc)
Jose Luis Rivero
- [surf-alggeo] branch master updated (4b4f7c5 -> 0afa17b)
Jerome Benoit
- [surf-alggeo] tag debian/1.0.6+ds-2 updated (4b4f7c5 -> 0afa17b)
Jerome Benoit
- [ignition-transport] branch master updated (4d661fc -> b3dc285)
Jose Luis Rivero
- [ignition-math2] branch master updated (5ccbcde -> a4dfdac)
Jose Luis Rivero
- [libstxxl1] branch master updated (72eb4fe -> bfb5a8f)
D Haley
- [libstxxl1] branch master updated (bfb5a8f -> d8eca54)
D Haley
- [opticalraytracer] branch master updated (e62578b -> 3021c78)
D Haley
- [r-cran-rnetcdf] branch master updated (7dd4aae -> 88bcdf3)
Sebastian Gibb
- [eclib] branch master updated (aeffc8f -> 48443af)
Tobias Hansen
- [eclib] annotated tag debian/20150510-1 created (now e0cff47)
Tobias Hansen
- [pynac] branch master updated (a6f4df2 -> adebb95)
Tobias Hansen
- [pynac] annotated tag debian/0.3.7-1 created (now 64e2859)
Tobias Hansen
- [ignition-math2] branch master updated (a4dfdac -> f55bb6c)
Jose Luis Rivero
- [ignition-math2] branch pristine-tar updated (2a486af -> 18f205c)
Jose Luis Rivero
- [ignition-math2] annotated tag upstream/2.0.2 created (now 6c03084)
Jose Luis Rivero
- [wcstools] branch debian updated (2a54ddd -> 8692f63)
Ole Streicher
- [wcstools] branch pristine-tar updated (25c5651 -> cd4199c)
Ole Streicher
- [wcstools] annotated tag upstream/3.9.2 created (now 64bc82a)
Ole Streicher
- [wcstools] tag debian/3.9.2-1 created (now 8692f63)
Ole Streicher
- [cpl-plugin-fors] branch debian updated (3a813d9 -> 7d24b51)
Ole Streicher
- [cpl-plugin-fors] tag debian/5.0.11+dfsg-2 created (now 7d24b51)
Ole Streicher
- [cpl-plugin-vimos] branch debian updated (01da6fc -> ecda210)
Ole Streicher
- [cpl-plugin-vimos] tag debian/2.9.15+dfsg-3 created (now ecda210)
Ole Streicher
- [cpl-plugin-uves] branch debian updated (56dcbef -> e3b3162)
Ole Streicher
- [cpl-plugin-uves] tag debian/5.5.2+dfsg-2 created (now e3b3162)
Ole Streicher
- [cpl-plugin-sinfo] branch debian updated (7ff5a2d -> 43d749b)
Ole Streicher
- [cpl-plugin-sinfo] tag debian/2.6.0+dfsg-2 created (now 43d749b)
Ole Streicher
- [flint] branch master updated (2f4eed1 -> d7e1347)
Tobias Hansen
- [flint] annotated tag debian/2.4.5-4 created (now a63f870)
Tobias Hansen
- [gap-io] branch master updated (dd4e87d -> e0aa133)
Jerome Benoit
- [gap-io] tag debian/4.4.4+ds-2 created (now e0aa133)
Jerome Benoit
- [freefempp] branch master updated (5639b0a -> 3a40460)
Dimitrios Eftaxiopoulos
- [freefempp] branch pristine-tar updated (3d37838 -> 7229bbd)
Dimitrios Eftaxiopoulos
- [freefempp] annotated tag debian/3.37-1 created (now eaa00be)
Dimitrios Eftaxiopoulos
- [freefempp] annotated tag upstream/3.37 created (now 965fab6)
Dimitrios Eftaxiopoulos
- [sumo] branch jessie-backports created (now 70d0922)
Anton Gladky
- [sumo] annotated tag debian/0.23.0+dfsg1-2_bpo8+1 created (now 0b085b9)
Anton Gladky
- [cpl-plugin-kmos] branch debian updated (1a3eb3c -> bd44d09)
Ole Streicher
- [cpl-plugin-kmos] tag debian/1.3.5+dfsg-2 created (now bd44d09)
Ole Streicher
- [libstxxl1] branch master updated (d8eca54 -> 0942146)
Anton Gladky
- [libstxxl1] annotated tag debian/1.4.1-1 created (now 6a89aa8)
Anton Gladky
- [3depict] branch master updated (24d19f8 -> 7fc15a0)
Anton Gladky
- [3depict] branch pristine-tar created (now 6cc917b)
Anton Gladky
- [3depict] branch test_autoreconf created (now ed4e08d)
Anton Gladky
- [3depict] annotated tag debian/0.0.18-1 created (now 7ff11eb)
Anton Gladky
- [python-escript] branch debian updated (7ae9849 -> ed1073c)
Joel Fenwick
- [lrslib] branch master updated (d4196a8 -> c6572b2)
David Bremner
- [yorick] annotated tag upstream/2.2.04+dfsg created (now 5bd16ed)
Thibaut Jean-Claude Paumard
- [ftools-fv] branch debian updated (473cbda -> 89ff63a)
Ole Streicher
- [yorick] branch pristine-tar updated (6a5073d -> a2c5fcf)
Thibaut Jean-Claude Paumard
- [lcalc] branch master updated (16376c5 -> 34f2c98)
Tobias Hansen
- [lcalc] annotated tag debian/1.23+dfsg-5 created (now b0485a3)
Tobias Hansen
- [yorick] branch master updated (7a49880 -> b686ec7)
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg-1 created (now fd2cc36)
Thibaut Jean-Claude Paumard
- [yorick] branch master updated (b686ec7 -> 7ba4c30)
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg-2 created (now 6aa3b44)
Thibaut Jean-Claude Paumard
- [tcl-fitstcl] branch debian updated (558cb2a -> 7cebb73)
Ole Streicher
- [tcl-fitstcl] tag debian/2.3-6 created (now 7cebb73)
Ole Streicher
- [wcstools] branch debian updated (8692f63 -> 2c0c828)
Ole Streicher
- [wcstools] tag debian/3.9.2-1 deleted (was 8692f63)
Ole Streicher
- [wcstools] tag debian/3.9.2-1 created (now 2c0c828)
Ole Streicher
- [visp] branch master updated (02bbec0 -> 0f8bf72)
Olivier Sallou
- [visp] annotated tag debian/2.10.0-3 created (now 6a1e9e1)
Olivier Sallou
- [python-pyorick] annotated tag upstream/1.4 created (now 55122dc)
Thibaut Jean-Claude Paumard
- [python-pyorick] branch master created (now 1c719e7)
Thibaut Jean-Claude Paumard
- [python-pyorick] branch pristine-tar created (now 1e28fd9)
Thibaut Jean-Claude Paumard
- [python-pyorick] branch master updated (1c719e7 -> e587c4a)
Thibaut Jean-Claude Paumard
- [python-pyorick] annotated tag debian/1.4-1 created (now edcae31)
Thibaut Jean-Claude Paumard
- [yorick] branch master updated (7ba4c30 -> 06cfcf3)
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg-3 created (now e6977cd)
Thibaut Jean-Claude Paumard
- [vtk6] branch master updated (60e7cc4 -> 8142823)
Anton Gladky
- [vtk6] branch master updated (8142823 -> 26147c3)
Anton Gladky
- [openturns] branch debian updated (1095239 -> 15f96ad)
Denis Barbier
- [openturns] annotated tag debian/1.5-4 created (now b22ac84)
Denis Barbier
- [eigen3] branch master updated (388a27f -> bbd1e36)
Anton Gladky
- [eigen3] branch master updated (bbd1e36 -> 27ce80f)
Anton Gladky
- [eigen3] annotated tag debian/3.2.4-3 created (now 6c78d6d)
Anton Gladky
- [python-pyds9] branch debian updated (a7b450b -> 6f59a9e)
Ole Streicher
- [clfft] branch debian created (now b14eb54)
Jérôme Kieffer
- [clfft] 01/109: Initial check-in of open source clFFT code
Jérôme Kieffer
- [clfft] 02/109: Changing version number to 2.0
Jérôme Kieffer
- [clfft] 03/109: Adding link to our API documentation on GitHub Pages
Jérôme Kieffer
- [clfft] 04/109: Adding link to our API documentation on GitHub Pages
Jérôme Kieffer
- [clfft] 05/109: Fixed project name for doxy file
Jérôme Kieffer
- [clfft] 06/109: Add pkg-config support
Jérôme Kieffer
- [clfft] 07/109: First attempt at changing install suffixes based upon cmake cache variables
Jérôme Kieffer
- [clfft] 08/109: Removing /stack from windows builds; adding printscreen support for nmake builds
Jérôme Kieffer
- [clfft] 09/109: Merge pull request #12 from kknox/develop
Jérôme Kieffer
- [clfft] 10/109: Merge branch 'add-pkgconfig-support' of https://github.com/matze/clFFT into matze-add-pkgconfig
Jérôme Kieffer
- [clfft] 11/109: Merging Matzes pull request, with modifications for the new install procedure
Jérôme Kieffer
- [clfft] 12/109: Fixed compiler name check on Linux
Jérôme Kieffer
- [clfft] 13/109: Adding mingw32 support as a compilation platform
Jérôme Kieffer
- [clfft] 14/109: Merge pull request #15 from pavanky/develop
Jérôme Kieffer
- [clfft] 15/109: Fixed bug in clFFT.pc.in where lib directory was set relative to bin directory Added SOVERSION 2 to the clFFT library
Jérôme Kieffer
- [clfft] 16/109: Merge pull request #17 from kknox/matze-add-pkgconfig
Jérôme Kieffer
- [clfft] 17/109: Adding CUDA_PATH as an option for OPENCL_ROOT
Jérôme Kieffer
- [clfft] 18/109: CUDA uses Win32 to store 32 bit libraries
Jérôme Kieffer
- [clfft] 19/109: Merge pull request #18 from kknox/mingwSupport
Jérôme Kieffer
- [clfft] 20/109: Cleanup of txt not in the spirit of the clMath Apache license
Jérôme Kieffer
- [clfft] 21/109: Merge pull request #19 from accelereyes/develop
Jérôme Kieffer
- [clfft] 22/109: Add configuration file and cmake modifications to automate build on Travis.
Jérôme Kieffer
- [clfft] 23/109: Merge pull request #21 from kknox/develop
Jérôme Kieffer
- [clfft] 24/109: Adding the ability to specify build numbers through cmake command line parameters
Jérôme Kieffer
- [clfft] 25/109: workaround to make clfft run on NV
Jérôme Kieffer
- [clfft] 26/109: Everything builds with xcode 5.0 except for the googletest executable
Jérôme Kieffer
- [clfft] 27/109: NV workaround. Using the command queue to get the device id
Jérôme Kieffer
- [clfft] 28/109: Merge pull request #23 from AMD-FirePro/develop
Jérôme Kieffer
- [clfft] 29/109: Merge remote-tracking branch 'upstream/develop' into macosx
Jérôme Kieffer
- [clfft] 30/109: Everything compiles on MacOSX with the Unix makefile generator
Jérôme Kieffer
- [clfft] 31/109: Merge pull request #24 from kknox/macosx
Jérôme Kieffer
- [clfft] 32/109: Workaround for 2D FFT failures on NVIDIA GPUs
Jérôme Kieffer
- [clfft] 33/109: adding error return to handle mismatched device usgae between BakePlan and EnqueueTransform
Jérôme Kieffer
- [clfft] 34/109: Logic added to packaging step to query dependencies for test executables, and package the dependencies in addition to the test executables if they are built. In addition, only for debug builds, debug runtimes, debug symbols and a snapshot of the code is packaged.
Jérôme Kieffer
- [clfft] 35/109: Merge pull request #28 from kknox/develop
Jérôme Kieffer
- [clfft] 36/109: fix bug when working multiple devices.
Jérôme Kieffer
- [clfft] 37/109: Merge pull request #29 from BenjaminCoquelle/develop
Jérôme Kieffer
- [clfft] 39/109: Fixes #14 Renamed version.h to clFFT.version.h
Jérôme Kieffer
- [clfft] 38/109: Merge pull request #30 from accelereyes/develop
Jérôme Kieffer
- [clfft] 40/109: Adding missing '-pthread' to the C/C++ compiler flags, since the library makes use of pthreads
Jérôme Kieffer
- [clfft] 41/109: Changing the behavior of linking to Boost such that system directories are searched on linux. This can still be disabled by setting the flag Boost_NO_SYSTEM_PATHS.
Jérôme Kieffer
- [clfft] 42/109: Added CMake find script. The script searches in /usr/local by default. The user may specify CLFFT_ROOT if clFFT is installed in a non-standard location.
Jérôme Kieffer
- [clfft] 43/109: Merge pull request #38 from bkloppenborg/add_FindclFFT_script
Jérôme Kieffer
- [clfft] 44/109: Merge pull request #37 from andreygursky/cmake-fix-1
Jérôme Kieffer
- [clfft] 45/109: fixing documentation
Jérôme Kieffer
- [clfft] 46/109: Add an option to control shared vs static library builds.
Jérôme Kieffer
- [clfft] 47/109: Merge pull request #41 from d-meiser/static-lib
Jérôme Kieffer
- [clfft] 48/109: Improved detection of the OpenCL dependencies during the 'copy' step A little refactoring of the FindOpenCL & FindFFTW to make it more standard
Jérôme Kieffer
- [clfft] 49/109: Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
Jérôme Kieffer
- [clfft] 50/109: Update to the cmake script to copy dependencies into packages This should make the logic more robust in windows
Jérôme Kieffer
- [clfft] 51/109: Travis fix: The DIRECTORY tag on get_filename_component( ) was introduced in cmake 2.8.10.2, which Travis CI does not have by default. Revert to the old name PATH.
Jérôme Kieffer
- [clfft] 52/109: Updates to the main README.md file to incorporate google group links, and updates to the build dependencies section.
Jérôme Kieffer
- [clfft] 53/109: Merge branch 'develop' Bump version to v2.2
Jérôme Kieffer
- [clfft] 54/109: Bump /develop version to v2.3 Develop branch will keep odd numbers for the 'minor' version component
Jérôme Kieffer
- [clfft] 55/109: fixing documentation of top-level page
Jérôme Kieffer
- [clfft] 56/109: fixing event leak bug that affects gtest unit tests; was identified by OS X team when running on Mac
Jérôme Kieffer
- [clfft] 57/109: fixed FindOpenCL.cmake file to find OpenCL on Ubuntu 14.04 with CUDA 6.0
Jérôme Kieffer
- [clfft] 58/109: Fixes #47: Removing error log messages to stderr in release builds
Jérôme Kieffer
- [clfft] 59/109: Merge pull request #48 from sschaetz/develop
Jérôme Kieffer
- [clfft] 60/109: Merge branch 'develop'
Jérôme Kieffer
- [clfft] 61/109: files related to debian packaging
Jérôme Kieffer
- [clfft] 62/109: patch cmake-file
Jérôme Kieffer
- [clfft] 63/109: patch lib64
Jérôme Kieffer
- [clfft] 64/109: commit patch and install path
Jérôme Kieffer
- [clfft] 65/109: forgotten files
Jérôme Kieffer
- [clfft] 66/109: remove lib64
Jérôme Kieffer
- [clfft] 67/109: still not multi-arch
Jérôme Kieffer
- [clfft] 68/109: enable multiarch
Jérôme Kieffer
- [clfft] 69/109: restore CMakeLists
Jérôme Kieffer
- [clfft] 70/109: patch for lib64 removal
Jérôme Kieffer
- [clfft] 71/109: update patch serie
Jérôme Kieffer
- [clfft] 72/109: add debug package ...
Jérôme Kieffer
- [clfft] 73/109: better dependencies for dbg
Jérôme Kieffer
- [clfft] 74/109: something to build the doc
Jérôme Kieffer
- [clfft] 75/109: towards documentation package
Jérôme Kieffer
- [clfft] 76/109: add man page
Jérôme Kieffer
- [clfft] 77/109: Merge remote-tracking branch 'origin/debian' into debian
Jérôme Kieffer
- [clfft] 78/109: provided unzipped manual
Jérôme Kieffer
- [clfft] 79/109: add patch to autogen doc
Jérôme Kieffer
- [clfft] 80/109: update patch .. not yet working
Jérôme Kieffer
- [clfft] 81/109: doc is now generated by cmake (not yet installed)
Jérôme Kieffer
- [clfft] 82/109: install doc
Jérôme Kieffer
- [clfft] 83/109: installs almost docs correctly
Jérôme Kieffer
- [clfft] 84/109: intermediate patch
Jérôme Kieffer
- [clfft] 85/109: still workig on doc generation
Jérôme Kieffer
- [clfft] 86/109: images installed at right position
Jérôme Kieffer
- [clfft] 87/109: doc properly installed ?
Jérôme Kieffer
- [clfft] 88/109: hunt lintian warnings
Jérôme Kieffer
- [clfft] 89/109: lintian fix
Jérôme Kieffer
- [clfft] 90/109: add man page, close ITP, rename exe
Jérôme Kieffer
- [clfft] 91/109: rename exe
Jérôme Kieffer
- [clfft] 92/109: rename exe
Jérôme Kieffer
- [clfft] 93/109: lintian clean up
Jérôme Kieffer
- [clfft] 94/109: improve man page
Jérôme Kieffer
- [clfft] 95/109: lintian clean-up
Jérôme Kieffer
- [clfft] 96/109: bug from lintian
Jérôme Kieffer
- [clfft] 97/109: use mathjax from debian
Jérôme Kieffer
- [clfft] 98/109: update dependencies: + doxygen
Jérôme Kieffer
- [clfft] 99/109: remove dep
Jérôme Kieffer
- [clfft] 100/109: add opencl-header dependeny
Jérôme Kieffer
- [clfft] 101/109: dependency on libstdc++-dev
Jérôme Kieffer
- [clfft] 102/109: dependency on libopencl1
Jérôme Kieffer
- [clfft] 103/109: missing build dep for OpenCL
Jérôme Kieffer
- [clfft] 104/109: add multilib build dep
Jérôme Kieffer
- [clfft] 105/109: patch to make it work on i386 as well.
Jérôme Kieffer
- [clfft] 106/109: add debian watch to look after github
Jérôme Kieffer
- [clfft] 107/109: another dependency still missing
Jérôme Kieffer
- [clfft] 108/109: correct debian watch
Jérôme Kieffer
- [clfft] 109/109: exclude "eclipse" project files from dpkg-source scan
Jérôme Kieffer
- [clfft] branch master created (now abd7828)
Jérôme Kieffer
- [clfft] 01/01: Clean up python code
Jérôme Kieffer
- [clfft] branch develop created (now 3cedf9b)
Jérôme Kieffer
- [yorick] annotated tag upstream/2.2.04+dfsg1 created (now c119330)
Thibaut Jean-Claude Paumard
- [yorick] branch pristine-tar updated (a2c5fcf -> bfc16e8)
Thibaut Jean-Claude Paumard
- [python-pyds9] branch debian updated (6f59a9e -> 1911f25)
Ole Streicher
- [python-pyds9] tag debian/1.7-3 created (now 1911f25)
Ole Streicher
- [cpl-plugin-amber] branch debian updated (100b8a4 -> 86abf92)
Ole Streicher
- [cpl-plugin-amber] tag debian/4.3.3+dfsg-3 created (now 86abf92)
Ole Streicher
- [yorick] branch master updated (06cfcf3 -> d82ba69)
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg1-1 created (now 31e55de)
Thibaut Jean-Claude Paumard
- [cpl-plugin-giraf] branch debian updated (2b7c426 -> 26f23fd)
Ole Streicher
- [cpl-plugin-giraf] tag debian/2.14+dfsg-3 created (now 26f23fd)
Ole Streicher
- [cpl-plugin-hawki] branch debian updated (b6a80ba -> 75b4230)
Ole Streicher
- [cpl-plugin-hawki] tag debian/1.8.18+dfsg-3 created (now 75b4230)
Ole Streicher
- [cpl-plugin-xsh] branch debian updated (4346e1d -> 32653f6)
Ole Streicher
- [cpl-plugin-xsh] tag debian/2.6.0+dfsg-3 created (now 32653f6)
Ole Streicher
- [cpl-plugin-fors] branch debian updated (7d24b51 -> 986d354)
Ole Streicher
- [cpl-plugin-fors] tag debian/5.0.11+dfsg-3 created (now 986d354)
Ole Streicher
- [testu01] branch master created (now d3fc2f3)
Jerome Benoit
- [testu01] branch pristine-tar created (now 3693584)
Jerome Benoit
- [testu01] annotated tag upstream/1.2.3 created (now b16182a)
Jerome Benoit
- [testu01] annotated tag upstream/1.2.3+ds created (now ebb8bb5)
Jerome Benoit
- [testu01] tag debian/1.2.3+ds-1 created (now d3fc2f3)
Jerome Benoit
- [yorick] annotated tag debian/2.2.04+dfsg1-1_bpo8+1 created (now 27ca41c)
Thibaut Jean-Claude Paumard
- [vtk6] branch master updated (26147c3 -> 8bcefb7)
Anton Gladky
- [openturns] branch debian updated (15f96ad -> 510af75)
Denis Barbier
- [openturns] annotated tag debian/1.5-5 created (now b247d7a)
Denis Barbier
- [gmsh] branch master updated (95c9709 -> a2fc60f)
Anton Gladky
- [gmsh] branch pristine-tar updated (d3e367f -> 1cbe948)
Anton Gladky
- [gmsh] annotated tag upstream/2.9.3+dfsg1 created (now f501daa)
Anton Gladky
- [cpl-plugin-kmos] branch debian updated (bd44d09 -> ffcf852)
Ole Streicher
- [cpl-plugin-kmos] tag debian/1.3.5+dfsg-3 created (now ffcf852)
Ole Streicher
- [python-pyorick] annotated tag debian/1.4-1_bpo8+1 created (now 5534878)
Thibaut Jean-Claude Paumard
- [python-pyorick] annotated tag debian/1.4-1_bpo8+1 deleted (was 5534878)
Thibaut Jean-Claude Paumard
- [python-pyorick] annotated tag debian/1.4-1_bpo8+1 created (now f12ce85)
Thibaut Jean-Claude Paumard
- [yorick] branch master updated (d82ba69 -> 4e9bd26)
Thibaut Jean-Claude Paumard
- r47037 - in /packages/qwtplot3d/trunk/debian: changelog control patches/01_makefile.patch rules
gudjon-guest at users.alioth.debian.org
- r47038 - in /packages/qwtplot3d/trunk/debian: changelog control
gudjon-guest at users.alioth.debian.org
- r47039 - in /packages/gspiceui/trunk/debian: changelog control gspiceui.desktop patches/01_makefile.patch patches/02_fix_compilation.patch patches/04_gwave.patch patches/05_manual_path.patch patches/series rules
gudjon-guest at users.alioth.debian.org
- [cpl-plugin-sinfo] branch debian updated (43d749b -> d5d1fe1)
Ole Streicher
- [cpl-plugin-sinfo] tag debian/2.6.0+dfsg-3 created (now d5d1fe1)
Ole Streicher
- [cpl-plugin-uves] branch debian updated (e3b3162 -> 351d943)
Ole Streicher
- [cpl-plugin-uves] tag debian/5.5.2+dfsg-3 created (now 351d943)
Ole Streicher
- [yorick] branch master updated (4e9bd26 -> 9cc39a1)
Thibaut Jean-Claude Paumard
- [yorick] branch master updated (9cc39a1 -> 99d4ea6)
Thibaut Jean-Claude Paumard
- [cpl-plugin-vimos] branch debian updated (ecda210 -> 5c371e4)
Ole Streicher
- [cpl-plugin-vimos] tag debian/2.9.15+dfsg-4 created (now 5c371e4)
Ole Streicher
- [yorick] branch master updated (99d4ea6 -> 80b88e3)
Thibaut Jean-Claude Paumard
- [yorick] branch master updated (80b88e3 -> 8135674)
Thibaut Jean-Claude Paumard
- [clfft] annotated tag v2.2 created (now 9666bc7)
Jérôme Kieffer
- [clfft] annotated tag v2.4 created (now 13e8458)
Jérôme Kieffer
- [clfft] tag v2.0 created (now ca7eedd)
Jérôme Kieffer
- r47040 - in /packages/gspiceui/trunk/debian: changelog patches/01_makefile.patch
gudjon-guest at users.alioth.debian.org
- [dune-common] annotated tag debian/2.4.20150521g15491c4-1 created (now 56f7695)
Ansgar Burchardt
- [dune-common] branch master updated (f988ea1 -> 9a3221a)
Ansgar Burchardt
- r47041 - in /packages/gspiceui/trunk/debian: changelog control
gudjon-guest at users.alioth.debian.org
- [yorick] branch master updated (8135674 -> dee17c4)
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg1-2 created (now ed64dfb)
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg1-2_bpo8+1 created (now e856e54)
Thibaut Jean-Claude Paumard
- [arrayfire] branch master created (now 38a2496)
Ghislain Vaillant
- [arrayfire] branch debian/sid created (now 4cf1deb)
Ghislain Vaillant
- [arrayfire] annotated tag upstream/3.0_beta created (now c2451bd)
Ghislain Vaillant
- [arrayfire] annotated tag v3.0beta created (now be64535)
Ghislain Vaillant
- [arrayfire] branch debian/experimental created (now 4cf1deb)
Ghislain Vaillant
- [eso-midas] branch debian updated (27f1a68 -> a97ff5f)
Ole Streicher
- [eso-midas] branch pristine-tar updated (54b55dc -> 7760373)
Ole Streicher
- [eso-midas] annotated tag upstream/15.02pl1.2 created (now 760cd71)
Ole Streicher
- [arrayfire] branch debian/sid deleted (was 4cf1deb)
Ghislain Vaillant
- [testu01] branch master updated (d3fc2f3 -> 5bfc0fd)
Jerome Benoit
- [testu01] tag debian/1.2.3+ds-1 updated (d3fc2f3 -> 5bfc0fd)
Jerome Benoit
- [mpfi] branch master created (now 1004c91)
Jerome Benoit
- [mpfi] branch pristine-tar created (now 5c613c1)
Jerome Benoit
- [mpfi] annotated tag upstream/1.4 created (now 9d70e05)
Jerome Benoit
- [mpfi] annotated tag upstream/1.5 created (now 2ca1140)
Jerome Benoit
- [mpfi] annotated tag upstream/1.5.1 created (now ac81a2f)
Jerome Benoit
- [mpfi] annotated tag upstream/1.5.1+ds created (now aeed104)
Jerome Benoit
- [mpfi] tag debian/1.4-1 created (now 9313c11)
Jerome Benoit
- [mpfi] annotated tag debian/1.3.4.rc4.cvs20080519-1 created (now 7fa1361)
Jerome Benoit
- [mpfi] annotated tag upstream/1.3.4.rc4.cvs20080519 created (now 53366c6)
Jerome Benoit
- [mpfi] tag debian/1.5-1 created (now 5527f64)
Jerome Benoit
- [mpfi] tag debian/1.5-2 created (now 6903313)
Jerome Benoit
- [mpfi] tag debian/1.5-3 created (now cbfa429)
Jerome Benoit
- [mpfi] tag debian/1.5-4 created (now 06fbc1b)
Jerome Benoit
- [mpfi] tag debian/1.5-5 created (now 2826867)
Jerome Benoit
- [mpfi] tag debian/1.5.1+ds-1 created (now 1004c91)
Jerome Benoit
- [mpfi] tag debian/1.5.1-1 created (now c646fe9)
Jerome Benoit
- [mpfi] tag debian/1.5.1-2 created (now 18413b9)
Jerome Benoit
- [mpfi] tag debian/1.5.1-3 created (now c98148e)
Jerome Benoit
- [mpfi] tag upstream/1.5-r525 created (now eb8bb3b)
Jerome Benoit
- [qrouter] branch master updated (f948f58 -> cfe83c3)
Ruben Undheim
- [qrouter] tag debian/1.3.8-2 created (now cfe83c3)
Ruben Undheim
- [sagemath] branch master updated (3c82ad9 -> 8c3346b)
Tobias Hansen
- [sagemath] branch sage-6.5 updated (9247f8e -> 9ecb890)
Tobias Hansen
- [mpfi] branch master updated (1004c91 -> b14aa89)
Jerome Benoit
- [mpfi] tag debian/1.5.1+ds-1 updated (1004c91 -> b14aa89)
Jerome Benoit
- [sagemath] branch master updated (8c3346b -> 56d152d)
Tobias Hansen
- [maxima-sage] branch master created (now 7a9dcb4)
Tobias Hansen
- [maxima-sage] branch pristine-tar created (now cc5ea4d)
Tobias Hansen
- [maxima-sage] annotated tag debian/5.35.1-1 created (now f771ca8)
Tobias Hansen
- [maxima-sage] annotated tag debian/5.35.1-5 created (now 6d06494)
Tobias Hansen
- [maxima-sage] annotated tag upstream/5.35.1 created (now 72cb056)
Tobias Hansen
- [pari-sage] branch master created (now 5a27e22)
Tobias Hansen
- [pari-sage] branch pristine-tar created (now cf60452)
Tobias Hansen
- [pari-sage] annotated tag debian/2.7.2-1 created (now b5b6d59)
Tobias Hansen
- [pari-sage] annotated tag upstream/2.7.2 created (now 16fc8ca)
Tobias Hansen
- [pari-sage] annotated tag upstream/2.8-1369-g0e48e9b created (now a4d122d)
Tobias Hansen
- [pari-sage] annotated tag upstream/2.8-1564-gdeac36e created (now 6958612)
Tobias Hansen
- [lcalc] branch pari-2.8 created (now 4269576)
Tobias Hansen
- [maxima-sage] branch master updated (7a9dcb4 -> 36784d0)
Tobias Hansen
- [minieigen] branch master updated (724d42d -> 8a47ac0)
Anton Gladky
- [mpfi] branch master updated (b14aa89 -> aec8fdc)
Jerome Benoit
- [mpfi] tag debian/1.5.1+ds-1 updated (b14aa89 -> aec8fdc)
Jerome Benoit
- [openturns] branch debian updated (510af75 -> 6243588)
Denis Barbier
- [openturns] annotated tag debian/1.5-6 created (now 09674ed)
Denis Barbier
- [openturns] annotated tag debian/1.5-7 created (now 98d8ba6)
Denis Barbier
- [testu01] branch master updated (5bfc0fd -> 9eae5d2)
Jerome Benoit
- [testu01] tag debian/1.2.3+ds-1 updated (5bfc0fd -> 9eae5d2)
Jerome Benoit
- [qcustomplot] branch master updated (f213af0 -> bfc7230)
Anton Gladky
- [qcustomplot] branch pristine-tar updated (64ff308 -> bb65b65)
Anton Gladky
- [qcustomplot] annotated tag debian/1.3.1+dfsg1-1 created (now 181117f)
Anton Gladky
- [qcustomplot] annotated tag upstream/1.3.1+dfsg1 created (now df1a3fd)
Anton Gladky
- [python-gnuplot] branch master updated (289f088 -> 1a9b137)
Josué Ortega
- [python-cpl] branch debian updated (5d2cf2e -> 67843eb)
Ole Streicher
- [sagemath] branch master updated (56d152d -> 2faa3c7)
Tobias Hansen
- [python-cpl] branch debian updated (67843eb -> 994770d)
Ole Streicher
- [python-cpl] tag debian/0.7-2 created (now 994770d)
Ole Streicher
- [arrayfire] branch debian/experimental updated (4cf1deb -> c6c033b)
Ghislain Vaillant
- [eclib] branch master updated (48443af -> 4158f3d)
Julien Puydt
- [ssm] branch master updated (9a945b9 -> d9139b2)
Frédéric-Emmanuel Picca
- [berkeley-abc] branch master-jessie updated (44e65a7 -> ab112d1)
Ruben Undheim
- [berkeley-abc] branch master-jessie updated (ab112d1 -> a0a6807)
Ruben Undheim
- [berkeley-abc] branch master-jessie updated (a0a6807 -> f757b75)
Ruben Undheim
- [berkeley-abc] branch master-jessie updated (f757b75 -> 6058dfc)
Ruben Undheim
- [berkeley-abc] branch master-jessie updated (6058dfc -> 7d30f23)
Ruben Undheim
- [arrayfire] branch debian/experimental updated (c6c033b -> e39cb7c)
Ghislain Vaillant
- [gmsh] branch master updated (a2fc60f -> 598be7f)
Anton Gladky
- [gmsh] annotated tag debian/2.9.3+dfsg1-1 created (now e7cbbc8)
Anton Gladky
- [debian-ros] branch master created (now 47a3792)
Leopold Palomo-Avellaneda
- [debian-ros] branch pristine-tar created (now 52afd95)
Leopold Palomo-Avellaneda
- [debian-ros] annotated tag upstream/0.1 created (now 38924a9)
Leopold Palomo-Avellaneda
- [pynac] branch master updated (adebb95 -> a6dad74)
Julien Puydt
- [pynac] branch pristine-tar updated (a213eea -> 222997f)
Julien Puydt
- [pynac] annotated tag upstream/0.3.6 created (now c13ab50)
Julien Puydt
- [pynac] annotated tag upstream/0.3.7 created (now a3d3707)
Julien Puydt
- [pynac] annotated tag upstream/0.3.8 created (now dff13dd)
Julien Puydt
- [wcstools] branch debian updated (2c0c828 -> 9d999c5)
Ole Streicher
- [wcstools] tag debian/3.9.2-2 created (now 9d999c5)
Ole Streicher
- [wcstools] tag ubuntu/3.8.4-0-ubuntu1 created (now 3521ef4)
Ole Streicher
- [wcstools] tag ubuntu/3.8.4-0-ubuntu1 deleted (was 3521ef4)
Ole Streicher
- [berkeley-abc] tag debian/1.01+20140822hg4d547a5+dfsg-1+deb8u1 created (now 7d30f23)
Ruben Undheim
- [python-cpl] branch debian updated (994770d -> dbd962a)
Ole Streicher
- [python-cpl] tag debian/0.7-3 created (now dbd962a)
Ole Streicher
- [debian-ros] branch master updated (47a3792 -> 8fab34d)
Leopold Palomo-Avellaneda
- [sagemath] branch master updated (2faa3c7 -> b6e12c7)
Tobias Hansen
- [wcstools] branch debian updated (9d999c5 -> be7adf9)
Ole Streicher
- [python-astropy] branch debian updated (60ee285 -> f7ca3c9)
Ole Streicher
- [roscpp-core] branch master updated (96659d2 -> 5e8f66d)
Jochen Sprickerhof
- [roscpp-core] annotated tag upstream/0.5.6 created (now efa8be5)
Jochen Sprickerhof
- [roscpp-core] branch pristine-tar updated (54031f5 -> 7a69d6c)
Jochen Sprickerhof
- [python-pyds9] branch debian updated (1911f25 -> 4e2d664)
Ole Streicher
- [python-pyds9] tag debian/1.7-4 created (now 4e2d664)
Ole Streicher
- [sextractor] branch debian updated (09a3ec9 -> 939f2bb)
Ole Streicher
- [sextractor] branch debian updated (939f2bb -> f9a3692)
Ole Streicher
- [ros-comm] branch master updated (0398ea3 -> b65f92d)
Jochen Sprickerhof
- [geometry] branch master updated (271babc -> 0e37d5d)
Jochen Sprickerhof
- [clblas] branch master created (now a6b3f9d)
Ghislain Vaillant
- [clblas] 01/125: Initial check-in of open source clBLAS code
Ghislain Vaillant
- [clblas] 02/125: Changing version number to 2.0
Ghislain Vaillant
- [clblas] 03/125: Adding link to our API documentation on GitHub Pages
Ghislain Vaillant
- [clblas] 04/125: Adding link to our API documentation on GitHub Pages
Ghislain Vaillant
- [clblas] 05/125: fixing cmake files to allow for netlib blas reference
Ghislain Vaillant
- [clblas] 06/125: Fixed paths to source doxygen files
Ghislain Vaillant
- [clblas] 07/125: Merge branch 'develop' of https://github.com/clMathLibraries/clBLAS into develop
Ghislain Vaillant
- [clblas] 08/125: Changing ACMLROOT to the more standard cmake name ACML_ROOT
Ghislain Vaillant
- [clblas] 09/125: Adding support for msvc11 compilers. Changing the output directory of tplgen to generate the .clT files out-of-source. This way the source directory is not polluted with generated files
Ghislain Vaillant
- [clblas] 10/125: Removing tplgen configure.bat which is not used anymore. Fixing linux build problem with path differences between gcc and msvc
Ghislain Vaillant
- [clblas] 11/125: Updates to the readme.md file
Ghislain Vaillant
- [clblas] 12/125: Merge pull request #4 from kknox/develop
Ghislain Vaillant
- [clblas] 13/125: Fixed a bug wherein the build would fail if a release build were built before debug build Removing /stack from windows builds; adding printscreen support for nmake builds Changing install suffixes based upon user settable cmake cache variables: SUFFIX_BIN/SUFFIX_LIB
Ghislain Vaillant
- [clblas] 14/125: Merge pull request #9 from kknox/develop
Ghislain Vaillant
- [clblas] 15/125: Change CMAKE version requirement to 2.8
Ghislain Vaillant
- [clblas] 16/125: Merge pull request #11 from pavanky/develop
Ghislain Vaillant
- [clblas] 17/125: Adding basic support for pkg-config based configuration management, for gcc based distributions.
Ghislain Vaillant
- [clblas] 18/125: Bumped the SOVERSION to 2 to account for ABI changes Fixed several typos in .pc file
Ghislain Vaillant
- [clblas] 19/125: Merge pull request #13 from kknox/add-pkgconfig
Ghislain Vaillant
- [clblas] 20/125: Adding CUDA_PATH as an option for OPENCL_ROOT
Ghislain Vaillant
- [clblas] 21/125: CUDA uses Win32 to store 32 bit libraries
Ghislain Vaillant
- [clblas] 22/125: Cleanup of txt not in the spirit of the clMath Apache license
Ghislain Vaillant
- [clblas] 23/125: Fix build problems on OS X.
Ghislain Vaillant
- [clblas] 24/125: Merge pull request #16 from accelereyes/develop
Ghislain Vaillant
- [clblas] 25/125: add to travis build. change default device type to cpu. need to enable build-testcorrectness (link to acml) in the build.
Ghislain Vaillant
- [clblas] 26/125: Update README.md
Ghislain Vaillant
- [clblas] 27/125: Merge pull request #17 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 28/125: Fix compilation warnings: - assignment used as condition warnings for the error checking - writeable char constant warning. - Fix sprintf of size_t values to not (potentially) print garbage. - Remove extra parentheses around condition in if(). - Replace explicit NULL dereference by a call to abort().
Ghislain Vaillant
- [clblas] 29/125: Merge pull request #18 from abergeron/osx-build
Ghislain Vaillant
- [clblas] 30/125: Adding guards around the clBLAS version numbers, to support an external script setting the library version through the command line -D mechanism. Changing the name of AMD_CLBLAS_STORAGE_PATH to CLBLAS_STORAGE_PATH Bugfix for clAmdBlasCgemm() in wrapper legacy header; eliminated the offX parameters which were not present in original header
Ghislain Vaillant
- [clblas] 31/125: fix a bug in performance client. Since the performance is calculated by the average of 20 runs, clReleaseMemObject and delete buffer should be done in between runs instead of after all runs in the destructor. In certain device and size of matrix, the client will report a slower performance due to this inapproriate handling of memory. Also updated the travis CI build script. Force the client test to CPU from command line in stead of source code.
Ghislain Vaillant
- [clblas] 32/125: Make GTest work on OS X
Ghislain Vaillant
- [clblas] 33/125: OSX: Provide nanosecond resolution timer for tests
Ghislain Vaillant
- [clblas] 34/125: Merge pull request #22 from gicmo/gtest_osx
Ghislain Vaillant
- [clblas] 35/125: Kernel cache: Store if we have the source for a kernel
Ghislain Vaillant
- [clblas] 36/125: Merge pull request #24 from gicmo/osx_kern_source
Ghislain Vaillant
- [clblas] 37/125: Update README.md
Ghislain Vaillant
- [clblas] 38/125: Adding 'staging' directory to make it easier to debug; all binary code is copied together Adding new install logic for debug builds to copy debug runtimes into package Adding new install logic to copy test dependencies into package if tests are built
Ghislain Vaillant
- [clblas] 39/125: Modified travis build file to make release builds, and to run unit test in package directory
Ghislain Vaillant
- [clblas] 40/125: Merge pull request #26 from kknox/develop
Ghislain Vaillant
- [clblas] 41/125: fix bug in ssyrk, now use only uint for mad24
Ghislain Vaillant
- [clblas] 42/125: Merge pull request #27 from BenjaminCoquelle/develop
Ghislain Vaillant
- [clblas] 43/125: fix typos in CONTRIBUTING.md
Ghislain Vaillant
- [clblas] 44/125: Merge pull request #28 from nikai3d/patch-1
Ghislain Vaillant
- [clblas] 45/125: add support of hemm, herk, her2k, syrk, syr2k to performance test suite(client)
Ghislain Vaillant
- [clblas] 46/125: fix the flops calculation formula
Ghislain Vaillant
- [clblas] 47/125: fix the flop calculation formula for syr2k
Ghislain Vaillant
- [clblas] 48/125: Merge pull request #29 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 49/125: The ACML_ROOT variable was being clobbered even if the user passed in a valid value for ACML_ROOT through the command line. Removed the overwrite statement and instead added the ACML_ROOT environment variable to the HINTS section of find_library().
Ghislain Vaillant
- [clblas] 50/125: Modified search path for ACML; if looking in _mp subdir, make sure to search and link _mp libs accordingly
Ghislain Vaillant
- [clblas] 51/125: Renamed version.h to clBLAS.version.h
Ghislain Vaillant
- [clblas] 52/125: updating documentation
Ghislain Vaillant
- [clblas] 53/125: Merge pull request #30 from BenjaminCoquelle/develop
Ghislain Vaillant
- [clblas] 54/125: add memalloc options to client (gemm and trsm)
Ghislain Vaillant
- [clblas] 55/125: bug fix
Ghislain Vaillant
- [clblas] 56/125: A fix for an uninitialized variable in the tune tool. The problem would manifest itself when the --store-kernels flag was used on the command line. Comments were added to clarify a few sections of code.
Ghislain Vaillant
- [clblas] 57/125: Merge pull request #32 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 58/125: Merge pull request #33 from kknox/tuneCrash
Ghislain Vaillant
- [clblas] 59/125: enable rect read/write for gemm
Ghislain Vaillant
- [clblas] 60/125: undate
Ghislain Vaillant
- [clblas] 61/125: bug fix
Ghislain Vaillant
- [clblas] 62/125: Improved detection of the OpenCL dependencies during the 'copy' step A little refactoring of the FindOpenCL to make it more standard
Ghislain Vaillant
- [clblas] 63/125: Merge branch 'develop' of https://github.com/clMathLibraries/clBLAS into develop
Ghislain Vaillant
- [clblas] 64/125: Update to the cmake script to copy dependencies into packages This should make the logic more robust in windows
Ghislain Vaillant
- [clblas] 65/125: Travis fix: The DIRECTORY tag on get_filename_component( ) was introduced in cmake 2.8.10.2, which Travis CI does not have by default. Revert to the old name PATH.
Ghislain Vaillant
- [clblas] 66/125: A proof-of-concept python wrapper for clBLAS. Only sgemm and the init functions are callable from python.
Ghislain Vaillant
- [clblas] 67/125: Update README.txt
Ghislain Vaillant
- [clblas] 68/125: Updated setup.py file to add appropriate paths for 64-bit and Linux
Ghislain Vaillant
- [clblas] 69/125: Converting int types to intptr_t types for pyopencl integration
Ghislain Vaillant
- [clblas] 70/125: Changes to compile for vs2013/vs12
Ghislain Vaillant
- [clblas] 71/125: bug fix of hemm and symm hanging with tuning KDB file and ssyr2k crashes on Kaveri with tuning KDB file
Ghislain Vaillant
- [clblas] 72/125: use snprintf instead of itoa to support linux system
Ghislain Vaillant
- [clblas] 73/125: Merge pull request #36 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 74/125: Add addBuildOpt helper function for building option string
Ghislain Vaillant
- [clblas] 75/125: Replace 'strcat (buildOptStr, ...' with 'addBuildOpt(buildOptStr, ...'
Ghislain Vaillant
- [clblas] 76/125: addBuildOpt: use strncat instead of strlcat
Ghislain Vaillant
- [clblas] 77/125: OSX: don't try to call *nrm2 blas calls if incx < 1 or N < 1
Ghislain Vaillant
- [clblas] 78/125: OSX: Use cblas interface for *dot blas functions
Ghislain Vaillant
- [clblas] 79/125: OSX: Use cblas interface for *asum blas functions
Ghislain Vaillant
- [clblas] 80/125: Fix c&p bug in rotmg gen introduced by addBuildOpt change
Ghislain Vaillant
- [clblas] 81/125: Merge pull request #38 from gicmo/addBuildOpt
Ghislain Vaillant
- [clblas] 82/125: Add an comment to explain the nrm2 workaround on OSX
Ghislain Vaillant
- [clblas] 83/125: Merge pull request #39 from gicmo/nrm2osx
Ghislain Vaillant
- [clblas] 84/125: Merge branch 'develop' into master Bump version to v2.2
Ghislain Vaillant
- [clblas] 85/125: Bump /develop version to v2.3 Develop branch will keep odd numbers for the 'minor' version component
Ghislain Vaillant
- [clblas] 86/125: fix correctness bug of csyr2k and zsyr2k when beta == (0,0); also fix bug in complex + for calculating reference results in ktest
Ghislain Vaillant
- [clblas] 87/125: Fix code block Markdown in README
Ghislain Vaillant
- [clblas] 88/125: Merge pull request #41 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 89/125: Merge pull request #44 from MaxBareiss/patch-1
Ghislain Vaillant
- [clblas] 90/125: enable the tune tool to test all the workgroup sizes that are multiples of wavefront but no bigger than the max workgroup size, instead of only testing the workgroup size = wavefront size
Ghislain Vaillant
- [clblas] 91/125: increase the tuning converage for one dimension of the workgroup size bigger than 32
Ghislain Vaillant
- [clblas] 92/125: s/CMAKE_SOURCE_DIR/PROJECT_SOURCE_DIR/ in library/CMakeLists.txt.
Ghislain Vaillant
- [clblas] 93/125: Merge pull request #46 from robertsdionne/develop
Ghislain Vaillant
- [clblas] 94/125: Merge pull request #47 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 95/125: Minor fix for the autogenerated kernels to work on intel CPUs
Ghislain Vaillant
- [clblas] 96/125: Merge pull request #51 from arrayfire/intelfix
Ghislain Vaillant
- [clblas] 97/125: Modified the logic to copy opencl dependencies on windows to look in the /bin/ directory instead of /lib/
Ghislain Vaillant
- [clblas] 98/125: Added a platform vendor gaurd around the '-g' compiler flag passed to clBuildProgram()
Ghislain Vaillant
- [clblas] 99/125: enable sgemm column major TN case to take advantage of faster sgemm NN kernel by doing transpose separately
Ghislain Vaillant
- [clblas] 100/125: Merge pull request #54 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 101/125: OpenCL paths on CUDA sytem
Ghislain Vaillant
- [clblas] 102/125: Merge pull request #63 from sschaetz/develop
Ghislain Vaillant
- [clblas] 103/125: Always cast get_*_* to uints before casting to vectors.
Ghislain Vaillant
- [clblas] 104/125: Merge pull request #65 from pavanky/kernel_fixes
Ghislain Vaillant
- [clblas] 105/125: let the user build the libraries statically
Ghislain Vaillant
- [clblas] 106/125: install clBLAS cmake configuration and version file
Ghislain Vaillant
- [clblas] 107/125: don't install in lib64 on mac
Ghislain Vaillant
- [clblas] 108/125: use the default install prefix on unixes
Ghislain Vaillant
- [clblas] 109/125: Merge pull request #67 from glehmann/static
Ghislain Vaillant
- [clblas] 110/125: Merge pull request #70 from glehmann/do-not-install-in-lib64-on-mac
Ghislain Vaillant
- [clblas] 111/125: Merge pull request #71 from glehmann/use-default-install-prefix-on-unixes
Ghislain Vaillant
- [clblas] 112/125: Merge pull request #68 from glehmann/cmake-config
Ghislain Vaillant
- [clblas] 113/125: add clBLAS- prefix to the client and tune executable
Ghislain Vaillant
- [clblas] 114/125: build gtest with an external project
Ghislain Vaillant
- [clblas] 115/125: Merge pull request #72 from glehmann/exe-names
Ghislain Vaillant
- [clblas] 116/125: Merge pull request #73 from glehmann/gtest-external
Ghislain Vaillant
- [clblas] 117/125: build gtest only when BUILD_TEST is on
Ghislain Vaillant
- [clblas] 118/125: Merge pull request #77 from glehmann/gtest
Ghislain Vaillant
- [clblas] 119/125: merged develop branch into master branch
Ghislain Vaillant
- [clblas] 120/125: Merge pull request #80 from TimmyLiu/master
Ghislain Vaillant
- [clblas] 121/125: refactored CMakeLists.txt in BUILD_TEST block, added test for OSX detection to turn off CORR_TEST_WITH_ACML
Ghislain Vaillant
- [clblas] 122/125: changed indentation of BUILD_TEST block to increase readability
Ghislain Vaillant
- [clblas] 123/125: Merge pull request #97 from lzamparo/master
Ghislain Vaillant
- [clblas] 124/125: Revert "Fix to enable successful build on MacOSX "
Ghislain Vaillant
- [clblas] 125/125: Merge pull request #98 from clMathLibraries/revert-97-master
Ghislain Vaillant
- [clblas] branch debian/sid created (now b170f7b)
Ghislain Vaillant
- [clblas] annotated tag v2.2 created (now f23bbfc)
Ghislain Vaillant
- [clblas] tag v2.0 created (now b51ca64)
Ghislain Vaillant
- [clblas] tag v2.4 created (now 03d7e7e)
Ghislain Vaillant
- [clfft] branch debian updated (b14eb54 -> 947983e)
Ghislain Vaillant
- [sextractor] branch debian updated (f9a3692 -> ae93f1d)
Ole Streicher
- [clfft] branch debian deleted (was 947983e)
Ghislain Vaillant
- [clfft] branch debian/sid created (now 947983e)
Ghislain Vaillant
- [catkin] branch master updated (d2e304e -> b920cf6)
Jochen Sprickerhof
- [erfa] branch debian updated (3d86ee0 -> 526fd77)
Ole Streicher
- [erfa] branch pristine-tar updated (d94c86b -> 76974e8)
Ole Streicher
- [erfa] branch debian updated (526fd77 -> a46c9dd)
Ole Streicher
- [erfa] annotated tag upstream/1.2.0 created (now 8f01902)
Ole Streicher
- [erfa] tag debian/1.2.0-1 created (now a46c9dd)
Ole Streicher
- [clfft] branch master updated (abd7828 -> 801830a)
Ghislain Vaillant
- [clfft] branch develop deleted (was 3cedf9b)
Ghislain Vaillant
- [clfft] branch debian/sid updated (947983e -> 8be8536)
Ghislain Vaillant
- [clfft] branch debian/sid updated (8be8536 -> 0fcd761)
Ghislain Vaillant
- [catkin-pkg] branch master updated (fd873f3 -> 4205848)
Jochen Sprickerhof
- [catkin-pkg] branch master updated (4205848 -> dbfc13a)
Jochen Sprickerhof
- [berkeley-abc] tag upstream/1.01+20150424hg779de2d+dfsg created (now f556d51)
Ruben Undheim
- [berkeley-abc] branch master updated (da960dc -> 7601d95)
Ruben Undheim
- [berkeley-abc] branch pristine-tar updated (0e893ac -> cc37989)
Ruben Undheim
- [clblas] branch debian/sid updated (b170f7b -> 6efc9bc)
Ghislain Vaillant
- [berkeley-abc] tag debian/1.01+20150424hg779de2d+dfsg-1 created (now 7601d95)
Ruben Undheim
- [alglib] branch master updated (147614f -> d37ec59)
Anton Gladky
- [alglib] annotated tag debian/3.9.0-1 created (now bb7fb64)
Anton Gladky
- [alglib] annotated tag debian/3.9.0-1_exp1 created (now 1ee3a82)
Anton Gladky
- [alglib] annotated tag upstream/3.9.0 created (now 38eb4f0)
Anton Gladky
- [gazebo] branch master updated (77c41e9 -> 3bf2a58)
Jose Luis Rivero
- [python-pyqtgraph] branch master updated (f54080b -> bb820bc)
Gianfranco Costamagna
- [clblas] branch debian/sid updated (6efc9bc -> 7d4ee60)
Ghislain Vaillant
- [3depict] branch master updated (7fc15a0 -> da27f0e)
Anton Gladky
- [3depict] annotated tag debian/0.0.18-2 created (now 71589f7)
Anton Gladky
- [clfft] branch debian/sid updated (0fcd761 -> 218dc3c)
Ghislain Vaillant
- [sextractor] branch debian updated (ae93f1d -> ebe2aa7)
Ole Streicher
- [sextractor] tag debian/2.19.5+dfsg-3 created (now ebe2aa7)
Ole Streicher
- [sagemath] branch master updated (b6e12c7 -> 733dee6)
Julien Puydt
- [sagemath] branch master updated (733dee6 -> c2a07e8)
Julien Puydt
- [qflow] branch master updated (15105b0 -> fdee28d)
Ruben Undheim
- [qflow] branch pristine-tar updated (27d02a5 -> 4676a83)
Ruben Undheim
- [qflow] tag upstream/1.1.3 created (now 8b22c1d)
Ruben Undheim
- [qflow] tag debian-pre/1.0.96-1 created (now 15105b0)
Ruben Undheim
- [qrouter] branch master updated (cfe83c3 -> 058d55c)
Ruben Undheim
- [qrouter] branch pristine-tar updated (90606a2 -> 6f9967d)
Ruben Undheim
- [qrouter] tag upstream/1.3.10 created (now 6effed8)
Ruben Undheim
- [qrouter] tag debian/1.3.10-1 created (now 058d55c)
Ruben Undheim
- [clblas] branch debian/sid updated (7d4ee60 -> 834186d)
Ghislain Vaillant
- [clblas] branch debian/sid updated (834186d -> 36304d1)
Ghislain Vaillant
- [clfft] branch debian/sid updated (218dc3c -> 96f7ace)
Ghislain Vaillant
- [arrayfire] branch debian/experimental updated (e39cb7c -> 3e7c125)
Ghislain Vaillant
- [openpilot] branch master updated (ed1a512 -> 031291c)
Anton Gladky
- [iausofa] tag debian/2015.02.09.a-1 created (now ee9d2fc)
Ole Streicher
- [sagenb] branch master updated (6969e7d -> 50f57b9)
Tobias Hansen
- [gazebo] annotated tag debian/5.0.1+dfsg-2 created (now eabbf8e)
Anton Gladky
- [clblas] branch debian/sid updated (36304d1 -> 9da169a)
Ghislain Vaillant
- [clfft] branch debian/sid updated (96f7ace -> 447b594)
Ghislain Vaillant
- [qtiplot] branch master updated (6a047a2 -> d6e0c50)
Anton Gladky
- [qtiplot] annotated tag debian/0.9.8.9-10 created (now 44f4ebb)
Anton Gladky
Last message date:
Sun May 31 17:29:55 UTC 2015
Archived on: Sun May 31 17:30:01 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).