- Jul 08, 2013
-
-
Jakub Kotur authored
-
Jakub Kotur authored
Conflicts: debian/changelog
-
Jakub Kotur authored
-
- Jul 02, 2013
-
-
Krzysztof Gałązka authored
* Data send to PLC was ignored due to wrong request format
-
- Jun 28, 2013
-
-
Aleksy Barcz authored
-
Aleksy Barcz authored
+ speed in params.xml no longer ignored if path not present + typos + sbusdmn more error-proof
-
Aleksy Barcz authored
-
- Jun 11, 2013
-
-
Jakub Kotur authored
+ now szrsync support downloading only specified subtree of configuration. For example to download only "Kociol_1" one can call: /opt/szarp/bin/szrsync gcwp/szbase/Kociol_1
-
- Jun 06, 2013
-
-
Jakub Kotur authored
+ due to changes in logging system restart of rsyslog is necessary
-
Krzysztof Gałązka authored
* Added custom XSLT function for URL retriving with proper error handling and logging problems.
-
- May 27, 2013
-
-
root authored
-
Jakub Kotur authored
+ set proper --with-prefix if cross compilation detected
-
- May 24, 2013
-
-
Jakub Kotur authored
+ added option --with-prefix that sets path where libraries are stored + change to pkg-config when looking for some libraries
-
- May 22, 2013
-
-
Aleksy Barcz authored
-
- May 16, 2013
-
-
Jakub Kotur authored
+ small fixes to compile master on wheezy
-
Jakub Kotur authored
+ libcgal is not available on squeeze so we have to remove for a while
-
Jakub Kotur authored
Conflicts: debian/control wx/draw3/Makefile.am
-
Jakub Kotur authored
+ remove vmime from debian/control -- this is dead project that is no more available in wheezy + funny thing is that vmime wasn't used at all in our code:O
-
Jakub Kotur authored
+ update script to new xml format + add forcast for 4 day
-
Jakub Kotur authored
+ rename iterator from i to itr (hiding variable)
- May 15, 2013
-
-
Jakub Kotur authored
+ according to https://svn.boost.org/trac/boost/ticket/6940 there was a bug and TIME_UTC was changed to TIME_UTC_. Unfortunately I cant determinate in which version it was fixed and it also seems to be present in new 1.53. + I changed fancy time calculation to simply sleep for 15 minutes. If someones know what was the purpose of this formula pleas fix me.
-
root authored
- May 01, 2013
-
-
Jakub Kotur authored
+ force symlinks to .pem files so they are updated while dpkg-reconfigure
-
- Apr 30, 2013
-
-
Aleksy Barcz authored
+ file is written only on success + more rules + fixed treenode docs
-
- Apr 29, 2013
-
-
Aleksy Barcz authored
+ flexible hierarchy generation, based on rules
-
- Apr 24, 2013
-
-
Aleksy Barcz authored
+ httplib authorises without problem using full url path, unlike urllib
-
Aleksy Barcz authored
+ first authorisation on upper-level url + then data download from full url + connection kept alive using httplib (urllib/urllib2 cannot do it) + 301/302 redirections handling
-
- Apr 22, 2013
-
-
Aleksy Barcz authored
+ protection against xml file with xml declaration after some whitespace
-
- Apr 20, 2013
-
-
Krzysztof Gałązka authored
-
- Apr 17, 2013
-
-
Jakub Kotur authored
Conflicts: debian/changelog
-
Jakub Kotur authored
+ turn local search engine on
-
Jakub Kotur authored
+ execdmn was missing empty tokens. Thats because tokenize_d function was translating "asfd\n\nasdf" to 2 tokens, now its 3 and one empty. + i get rid of tokenize_d function which is quite suspicious
-
- Apr 08, 2013
-
-
Darek Marcinkiewicz authored
* wx/draw3: change the way traingualation of points in xyz graph is done, we know use cgal library for this /and fall back on old method if draw is compiled without cgal/ * acinlude.m4: add libcgal detection * debian/control: szarp builds depends on libcgal-dev
-
- Apr 04, 2013
-
-
Aleksy Barcz authored
+ initial size of statdiag and xydiag set by sizehint + xydiag resizable + typo
-
Krzysztof Gałązka authored
libSzarp2/ipk/tszarpconfig.cc: loadXMLReader was not returning corrent error status on missing params.xml
-
Aleksy Barcz authored
+ fixed angle calculation equations
-
- Apr 03, 2013
-
-
Aleksy Barcz authored
+ lua_tostring may return string error representation with split in half unicode 2byte + handling lua_tostring error strings with lua_error2szarp()
-