Pietro Cerutti
8455e5c250
Fix man pages destination on FreeBSD
2013-09-15 12:07:48 -04:00
Pietro Cerutti
da7cc6eed7
Fix uuid on FreeBSD
...
In FreeBSD, just as in DARWIN, uuid functions are in libc and no external libuuid is required.
The API is quite different from Linux's though, so a different implementation of uuid () (util.cpp) is needed.
2013-09-14 11:38:47 -04:00
Paul Beckingham
af38b3bb7b
Documentation
...
- Updated docs for beta.
2013-09-07 14:42:59 -04:00
Paul Beckingham
bda3674578
Code Cleanup
...
- Removed the rand/random/srand/srandom calls that are no longer used.
2013-07-20 16:07:25 -04:00
Martin Natano
fcfd50bd25
require libuuid
...
- require libuuid at build time and remove insufficiently seeded
replacement for uuid()
2013-07-20 15:52:42 -04:00
Paul Beckingham
1e9fb8eebc
Sync
...
- Implemented sync over TLS.
- Obsoleted the Socket code, replacing it with TLSClient, TLSServer.
- Added task server details to the 'diagnostics' command output.
- 'rc.debug.tls' controls the GnuTLS log level.
- Removed redundant cmake diagnostics.
2013-05-12 01:05:58 -04:00
Paul Beckingham
a973ccf8f2
Sync
...
- When taskwarrior is built without GnuTLS, there will be a message to that
effect.
- Stubbed the TLSClient calling code. The current Socket code will become
obsolete soon.
2013-05-11 13:07:14 -04:00
Tullio Facchinetti
1b405e4975
Italian translation.
2013-05-02 06:24:07 -04:00
Paul Beckingham
09f577536a
Feature #1250
...
- #1250 Support out-of-tree test runs (thanks to Jakub Wilk).
2013-04-13 15:02:50 -04:00
Paul Beckingham
5cfd7b0cc6
Portability
...
- Added support for GNU/Hurd and GNU/kFreeBSD systems (thanks to Jakub Wilk).
2013-04-13 14:49:59 -04:00
Paul Beckingham
0ea28ef8a3
Bug #1196
...
- #1196 Now builds on Hurd (thanks to Jakub Wilk).
2013-04-09 20:50:05 -04:00
Paul Beckingham
af079bb5b0
Feature
...
- Began fr-FR localization.
2013-04-07 23:19:30 -04:00
Paul Beckingham
8af0a7f3ba
Merge branch 'master' into 2.3.0
...
Conflicts:
AUTHORS
CMakeLists.txt
INSTALL
NEWS
cmake.h.in
doc/man/task-faq.5.in
package-config/osx/README
scripts/utils/verify_l10n
src/API.h
src/Config.cpp
src/Context.cpp
src/DOM.cpp
src/Hooks.cpp
src/TransportShell.h
src/commands/CmdDiagnostics.cpp
src/commands/CmdShell.cpp
src/commands/CmdVersion.cpp
src/en-US.h
src/shell/Readline.h
src/wcwidth6.cpp
test/CMakeLists.txt
test/color.uda.t
test/duration.t.cpp
test/hook.on-launch.t
test/template.t
test/uuid.t
2013-04-07 17:56:59 -04:00
Federico Hernandez
05f7948f7e
Version number and release date for 2.2.0
2013-04-07 22:11:26 +02:00
Federico Hernandez
c7df1f7acc
Bumping to 2.2.0.beta3
2013-04-02 17:51:06 +02:00
Federico Hernandez
baeee7566d
Bumping to 2.2.0.beta2
2013-03-31 14:51:08 +02:00
Paul Beckingham
e3afa04e2d
Performance Testing
...
- Added 'performance' make target that constructs an 8,000+ task database and
runs benchmark queries against it.
2013-03-11 23:55:17 -04:00
Haitham Gad
a5f55bf2f4
Putting Readline code inside #ifdefs
2013-03-10 12:38:14 -04:00
Haitham Gad
f5d6da2a7b
Separating the 'task shell' command in a separate executable 'tasksh' and enabling command history traversal using GNU Readline
2013-03-10 12:38:14 -04:00
Haitham Gad
b6ac337828
Finding Readline.
2013-03-10 12:38:14 -04:00
Haitham Gad
5a360ef208
Adding shell module.
2013-03-10 12:38:13 -04:00
Federico Hernandez
430acab7ea
Bumping version number 2.2.0.beta1
...
- Releasing first beta of 2.2.0
2013-03-04 23:03:10 +01:00
Federico Hernandez
f2ae8a13fa
Bug #1178
...
- Fixed bug #1178 , which inlcuded binary libraries in the source
package.
2013-02-07 22:28:15 +01:00
Paul Beckingham
19cdf25a8f
Extension Mechanism Cleanup
...
- Cleaned up existing extension debris, in anticipation of the new mechanisms to
be included in future releases. This includes install/uninstall and a full
set of triggers.
2013-01-12 14:47:14 -05:00
Paul Beckingham
638a242476
Build System
...
- Removed code that searches for the pthreads and Lua51 libraries.
2012-11-17 15:20:31 -05:00
Paul Beckingham
a736568e68
GnuTLS
...
- Added GnuTLS discovery, linking.
- Added '+/-tls' indicator to diagnostics command.
- Added libgnutls version number to diagnostics command.
- Renamed wcwidth6.c to wcwidth6.cpp, to eliminate a strange build error.
2012-10-29 02:27:33 -04:00
Paul Beckingham
fb427a4c6f
Merge branch '2.2.0' of tasktools.org:task into 2.2.0
2012-10-13 22:20:33 -04:00
Paul Beckingham
42661312d6
Portability
...
- Detected birth time in struct stat.
2012-10-13 22:20:08 -04:00
Paul Beckingham
879ecf9505
Internationalization
...
- Fixed the mechanism used to select translations (thanks to Fidel Mato).
2012-10-13 15:32:00 -04:00
Federico Hernandez
b3bd522f73
Bumped version number to 2.3.0
2012-10-01 23:54:25 +02:00
Paul Beckingham
589d8fab5c
Prebuild
...
- Removed obsolete WIN32 reference that causes lots of verbose warnings
from cmake.
2012-08-31 14:24:54 +02:00
Federico Hernandez
7b298a1b3d
Bumped version number to 2.2.0
2012-07-23 23:04:38 +02:00
Federico Hernandez
a413331c94
Version number and release date for 2.1.0
2012-07-23 21:26:14 +02:00
Owen Clarke
16bef4a29e
Bug
...
- Fixed platform detection of OpenBSD and NetBSD
2012-07-22 20:15:11 +10:00
Federico Hernandez
9a2ab14a34
Bumped version number to 2.1.0.beta3
2012-07-18 00:41:52 +02:00
Federico Hernandez
1920b6249e
Bumped version number to 2.1.0.beta2
2012-07-16 18:27:28 +02:00
Owen Clarke
a655be823b
Bug #1030
...
- Added portable implementation of timegm for non GNU/BSD platforms that
don't have their own implementation
- Removed the use of tm_gmtoff on non GNU/BSD platforms that don't have
it as part of the tm struct in time.h
- Added CMake tests HAVE_TIMEGM and HAVE_TM_GMTOFF
2012-07-16 22:45:11 +10:00
Federico Hernandez
7e48eb9ec2
Bumped version number to 2.1.0.beta1
2012-07-16 12:55:48 +02:00
Paul Beckingham
d8b0b0f594
Version
...
- Bumbed version from 2.0.1 to 2.1.0, reflecting the size of the new
features.
2012-07-04 17:19:39 -04:00
Federico Hernandez
3f233e4644
Bumped version number to 2.0.1
2012-03-17 23:05:28 +01:00
Federico Hernandez
03799eba9f
Release date for 2.0.0
2012-03-17 21:34:41 +01:00
Paul Beckingham
99e058cbe7
Bug #952
...
+ Fixed bug #952 , which caused cmake complaints under Cygwin.
2012-03-14 00:03:01 -04:00
Paul Beckingham
1582fb1f88
Version bumped.
2012-03-03 17:05:22 -05:00
Federico Hernandez
8521e6d1e7
New try for RC1
2012-02-22 01:39:45 +01:00
Paul Beckingham
21e006319a
Beta5
...
- Set version back to beta5 for a quick patch.
2012-02-21 19:30:33 -05:00
Federico Hernandez
efa1914be5
Bumped version number to RC1
2012-02-22 01:09:49 +01:00
Federico Hernandez
da573ef717
Bumped version number to 2.0.0.beta5
2011-10-16 22:56:46 +02:00
Federico Hernandez
348a75d216
Bumped version number to beta4
2011-10-03 21:44:54 +02:00
Federico Hernandez
fa67569093
Bumped version number to 2.0.0.beta3
2011-09-21 23:27:45 +02:00
Federico Hernandez
38c4bd3760
Bumped version number to 2.0.0.beta2
2011-09-14 20:34:03 +02:00