Fred Kiefer
|
5b84723e59
|
Merge pull request #77 from triplef/fix-nsdate-instancetype
Updated NSDate to use instancetype.
|
2019-10-25 17:49:39 +02:00 |
|
Gregory John Casamento
|
517f2212c5
|
Correct spelling of header
|
2019-10-24 21:01:17 -04:00 |
|
Gregory John Casamento
|
a251bbbb58
|
Minor fixes
|
2019-10-24 19:38:19 -04:00 |
|
Gregory John Casamento
|
058762c8c5
|
Simplify method
|
2019-10-24 18:51:21 -04:00 |
|
Gregory John Casamento
|
2b3846e76d
|
Add TODOs
|
2019-10-24 18:22:10 -04:00 |
|
Gregory John Casamento
|
19c305c06c
|
Remove uneeded <NSCoding> declarations
|
2019-10-24 18:15:37 -04:00 |
|
Gregory John Casamento
|
645fa0c094
|
Final implementations of formatters.
|
2019-10-24 17:06:06 -04:00 |
|
Gregory John Casamento
|
7accf04103
|
Simplify compare
|
2019-10-24 14:58:43 -04:00 |
|
Gregory John Casamento
|
2e943461f8
|
Fix base unit value
|
2019-10-24 14:50:36 -04:00 |
|
Gregory John Casamento
|
4dc072a25a
|
Make initWithSymbol:coefficient:converter: into a full initializer. Use self instead of creating a new object.
|
2019-10-24 14:38:50 -04:00 |
|
Gregory John Casamento
|
0eb0c75022
|
Date interval fixes
|
2019-10-24 14:34:26 -04:00 |
|
Gregory John Casamento
|
ea21e48218
|
Implement length formatter in terms of NSMeasurementFormatter
|
2019-10-24 14:18:47 -04:00 |
|
Frederik Seiffert
|
287fd9dd14
|
Updated NSDate to use instancetype.
|
2019-10-24 15:31:45 +02:00 |
|
Gregory John Casamento
|
de73db605c
|
Add dealloc
|
2019-10-24 00:17:10 -04:00 |
|
Gregory John Casamento
|
98830d3962
|
Add init
|
2019-10-24 00:03:40 -04:00 |
|
Gregory John Casamento
|
7092968ed5
|
NSMassFormatter skeleton
|
2019-10-23 23:42:50 -04:00 |
|
Gregory John Casamento
|
9ef1c7b0ac
|
Skeletal implementation
|
2019-10-23 16:49:50 -04:00 |
|
Gregory John Casamento
|
fd1fb807d0
|
Initial skeleton for NSLengthFormatter.
|
2019-10-23 16:03:52 -04:00 |
|
Gregory John Casamento
|
0f26d53101
|
Unit correction.
|
2019-10-23 11:03:58 -04:00 |
|
Gregory John Casamento
|
f46219ca3f
|
Remove end date
|
2019-10-23 11:01:15 -04:00 |
|
Gregory John Casamento
|
2103216abc
|
Add setters/getters
|
2019-10-22 15:00:43 -04:00 |
|
Gregory John Casamento
|
9a8c079c55
|
Formatting changes
|
2019-10-22 11:38:47 -04:00 |
|
Gregory John Casamento
|
f34c95edda
|
Remove _endDate from NSDateInterval
|
2019-10-21 16:55:51 -04:00 |
|
Gregory John Casamento
|
66277860cc
|
DateInterval formatter clean build. Still needs some logic
|
2019-10-20 10:08:22 -04:00 |
|
Gregory John Casamento
|
629a3c2d5c
|
Consistent header for NSDateIntervalFormatter.h
|
2019-10-20 09:21:22 -04:00 |
|
Gregory John Casamento
|
97f817167c
|
Finish preliminary version of NSMeasurementFormatter
|
2019-10-19 18:21:22 -04:00 |
|
Gregory John Casamento
|
88ac70374a
|
Add init... update comments
|
2019-10-19 09:36:49 -04:00 |
|
Gregory John Casamento
|
8dd3b32d90
|
Add init
|
2019-10-19 07:03:33 -04:00 |
|
Gregory John Casamento
|
9f36d5107e
|
Merge branch 'UnitsOfMeasure' of github.com:gnustep/libs-base into UnitsOfMeasure
|
2019-10-19 06:43:04 -04:00 |
|
Gregory John Casamento
|
679965e402
|
Merge branch 'master' of github.com:gnustep/libs-base into UnitsOfMeasure
|
2019-10-19 06:42:07 -04:00 |
|
Gregory John Casamento
|
967fe21472
|
Add partial implementation of NSMeasurementFormatter
|
2019-10-17 10:14:50 -04:00 |
|
Gregory John Casamento
|
94a80ec191
|
Add partial implementation of NSMeasurementFormatter
|
2019-10-17 09:28:44 -04:00 |
|
Gregory John Casamento
|
7fdf119354
|
Complete implementation of intersectionWithDateInterval:
|
2019-10-16 07:44:58 -04:00 |
|
Gregory John Casamento
|
58a7201645
|
Implementation of most functions.
|
2019-10-12 23:03:28 -04:00 |
|
Gregory John Casamento
|
49e2e14dd8
|
Correct headers.
|
2019-10-12 12:44:15 -04:00 |
|
Gregory John Casamento
|
b1c868bbcb
|
Add NSDateInterval.[hm] files.
|
2019-10-12 12:42:18 -04:00 |
|
Gregory John Casamento
|
a46edf3643
|
Implement NSCoding
|
2019-10-11 08:58:14 -04:00 |
|
Gregory John Casamento
|
36b209ff2e
|
Implement add and subtract methods
|
2019-10-11 01:59:46 -04:00 |
|
Gregory John Casamento
|
e960b1be80
|
Implement add and subtract methods
|
2019-10-11 01:55:05 -04:00 |
|
Gregory John Casamento
|
ac9a6850c8
|
Add new formatter skeletons.
|
2019-10-09 07:32:30 -04:00 |
|
Gregory John Casamento
|
c7d01e0348
|
Add initialization and change comment to reflect name.
|
2019-10-08 07:57:03 -04:00 |
|
Gregory John Casamento
|
41f827fae1
|
compiling nsmeasurement
|
2019-10-08 05:26:01 -04:00 |
|
Gregory John Casamento
|
f56846b342
|
Implement calculations
|
2019-10-08 05:05:39 -04:00 |
|
Gregory John Casamento
|
884a146c1e
|
NSUnitLength - complete implementation of all unit subclasses
|
2019-10-08 02:28:50 -04:00 |
|
Gregory John Casamento
|
364076c109
|
NSUnitVolume
|
2019-10-08 02:07:20 -04:00 |
|
Gregory John Casamento
|
02872952df
|
NSUnitPressure
|
2019-10-08 01:31:24 -04:00 |
|
Gregory John Casamento
|
3c1fcffae3
|
NSUnitFuelEfficiency
|
2019-10-08 01:03:25 -04:00 |
|
Gregory John Casamento
|
daeec98554
|
NSUnitSpeed
|
2019-10-08 00:44:38 -04:00 |
|
Gregory John Casamento
|
600e51a24f
|
NSUnitPower
|
2019-10-07 09:57:59 -04:00 |
|
Gregory John Casamento
|
457c9d3437
|
NSUnitFrequency implementation
|
2019-10-07 03:47:46 -04:00 |
|