Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
128 commits
Select commit Hold shift + click to select a range
4c412a7
#239 Added test for DateConstructor
minh1302 Aug 21, 2017
098624e
#239 Added test + Built Date::UTC(int year, int month, int date, int …
minh1302 Aug 21, 2017
67cd826
#239 Added test for Date::setDate(int date), Date::getDate()
minh1302 Aug 21, 2017
f9f0017
#239 Added test for Date::getDate()
minh1302 Aug 21, 2017
6c41a05
#239 Added test for Date::getYear()
minh1302 Aug 21, 2017
1b48f10
#239 Added test for Date::setMonth(int month)
minh1302 Aug 21, 2017
cc204c6
#239 Added test for Date::getMonth()
minh1302 Aug 21, 2017
140d81a
#239 Added test for Date::setHours(int hours)
minh1302 Aug 21, 2017
5d6b30e
#239 Added test for Date::getHours()
minh1302 Aug 21, 2017
e09ae11
#239 Added test for Date::setMinutes(int minutes)
minh1302 Aug 21, 2017
1d796a4
#239 Added test for Date::getMinutes()
minh1302 Aug 21, 2017
2a68f06
#239 Added test for Date::setSeconds(int seconds)
minh1302 Aug 21, 2017
df2692f
#239 Added test for Date::getSeconds()
minh1302 Aug 21, 2017
015c09d
#239 Splited comment in Date.hpp
minh1302 Aug 21, 2017
70ec299
#239 Added test, method for Date::getTime()
minh1302 Aug 21, 2017
fd2ccaf
#239 Added test for Date::setTime(long time)
minh1302 Aug 21, 2017
b372d01
#239 Added test + Built Date::getDay()
minh1302 Aug 21, 2017
00e92ee
#239 Added test for Date::after(Date when)
minh1302 Aug 21, 2017
c74c011
#239 Added test for Date::before(Date when)
minh1302 Aug 21, 2017
6631e3a
#239 Added test + Built Date::clone()
minh1302 Aug 21, 2017
e66c2ba
#239 Added test + Built Date::compareTo(Date anotherDate)
minh1302 Aug 21, 2017
f25fe0a
#239 Edited unneeded test
minh1302 Aug 22, 2017
33073d1
#239 Fixed AppVeyor error
minh1302 Aug 22, 2017
0f43819
#239 Fixed AppVeyor error
minh1302 Aug 22, 2017
0044752
#239 Fixed AppVeyor error
minh1302 Aug 22, 2017
dc980b8
#239 Added test + Built Date::getTimezoneOffset()
minh1302 Aug 22, 2017
042a8ea
#239 Added test + Built Date::toString()
minh1302 Aug 22, 2017
7fd10ea
#239 Edited test case of Date::SetYear(int year), Date::setMonth(int…
minh1302 Aug 25, 2017
73f3870
#239 Edited test for Date::setDate(int date)
minh1302 Aug 25, 2017
b6e2aca
#239 Edited test for Date::setHours(int hours)
minh1302 Aug 25, 2017
ca93894
#239 Edited test for Date::setMinutes(int minutes)
minh1302 Aug 25, 2017
e354a4c
#239 Edited test for Date::setSeconds(int seconds)
minh1302 Aug 25, 2017
96c83a8
#239 Added test + Built Date::toLocaleString()
minh1302 Aug 26, 2017
4d2917b
#239 In progress fixing leak of localtime_r(), gmtime_r()
minh1302 Aug 27, 2017
a395cbb
#239 Resolve all problem about threadsafe, error access memory after …
minh1302 Aug 28, 2017
e295b71
#239 Disabled the test case return different result with Travis-ci
minh1302 Aug 28, 2017
c7d24d5
#239 Disabled the test case return different result with Travis-ci
minh1302 Aug 28, 2017
f32e132
#239 Disabled the test case return different result with Travis-ci
minh1302 Aug 28, 2017
3cb96dc
#239 Edited test of Date::UTC(int year, int month, int date, int hrs,…
minh1302 Aug 28, 2017
bfd2504
#239 Refactor, edited test case, added method
minh1302 Aug 29, 2017
c88b615
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
a85be22
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
831edff
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
fb1626f
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
04e0664
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
e73d858
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
30387ea
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
39c27d8
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
e157b0b
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
2109766
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
fd24d38
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
0c3d653
#239 In progress fixing different result of test case between Travis-…
minh1302 Aug 29, 2017
9e7fae3
#239 Edit method, edit test, add test for Date::parse(String inputStr…
minh1302 Aug 30, 2017
d7c1fdc
#239 Fixed conflict with Travis-CI
minh1302 Aug 30, 2017
a30c797
#239 Build + add test Date::toGMTString(). Edit Date::toString(), Dat…
minh1302 Aug 30, 2017
fe3570e
#239 Edit test of Date::toGMTString(), Date::UTC()
minh1302 Aug 30, 2017
9dcc3ad
#239 Build + add test for Date::Date(String inputString, String pattern)
minh1302 Aug 30, 2017
89a55c6
#239 Build + add test Date::hashCode(). Fix code style. Refactor
minh1302 Aug 30, 2017
7178e7e
Merge branch 'development' into java.util.Date
minh1302 Aug 30, 2017
517e66d
#239 Edit Date::hashCode()
minh1302 Aug 30, 2017
a4f5a83
#239 Edit Date::hashCode()
minh1302 Aug 30, 2017
650c0a3
#239 Fixed bug
minh1302 Aug 30, 2017
58c80dc
Merge branch 'development' into java.util.Date
minh1302 Aug 31, 2017
76c65c4
#239 Supported windows
minh1302 Aug 31, 2017
04836a7
Merge branch 'java.util.Date' of github.com:foodtiny/native into java…
minh1302 Aug 31, 2017
c16f775
#239 Supported windows
minh1302 Aug 31, 2017
209ac88
#239 Supported windows
minh1302 Aug 31, 2017
4e2149a
#239 Supported windows
minh1302 Aug 31, 2017
3d78ca1
#239 Supported windows
minh1302 Aug 31, 2017
60de188
#239 Supported windows
minh1302 Aug 31, 2017
18760f3
#239 Supported windows
minh1302 Aug 31, 2017
9a7d7ca
#239 Fix conflict
minh1302 Aug 31, 2017
9f64b76
#239 Supported windows
minh1302 Aug 31, 2017
5f4bf52
#239 Supported windows
minh1302 Aug 31, 2017
5dc03e1
#239 Support Windows
minh1302 Sep 1, 2017
9eed684
#239 Support Windows
minh1302 Sep 1, 2017
322a496
#239 Support Windows
minh1302 Sep 1, 2017
fe64eaa
#239 Support Windows
minh1302 Sep 1, 2017
596b4ab
#239 In progress build Date::parse(String inputString)
minh1302 Sep 4, 2017
d90fe24
#239 Built + Added test for Date::getCurrentNumberFromInputString(inp…
minh1302 Sep 6, 2017
9c09bef
#239 In progress building Date::parse(String inputString)
minh1302 Sep 6, 2017
c64d799
#239 Built + Added test for Date::getSequenceChar(std::string inputSt…
minh1302 Sep 6, 2017
46835b7
#239 In progress building Date::parse(String inputString)
minh1302 Sep 6, 2017
a5de4c8
#239 Finished segmenting the String for method Date::parse(String inp…
minh1302 Sep 7, 2017
7b28471
#239 In progress parse: finished processing number >100, 60->99, 32->…
minh1302 Sep 7, 2017
e959fc9
#239 Finished processing the number for building Date::parse(String i…
minh1302 Sep 7, 2017
ceeefac
#239 In progress processing the sequenceChars for method parse
minh1302 Sep 8, 2017
a6d148e
#239 In progress building parse, 90%
minh1302 Sep 8, 2017
aaa06b0
#239 Finished building Date::getpattern(String s) + adding test case …
minh1302 Sep 8, 2017
f9703d2
#239 Finished building Date::parse(String inputString), adding test c…
minh1302 Sep 8, 2017
ff31de5
#239 Fix for travis
minh1302 Sep 8, 2017
339d318
#239 Finished processing time zone for parse
minh1302 Sep 9, 2017
c0cd0c6
Merge branch 'development' into java.util.Date
minh1302 Sep 9, 2017
29502ed
#239 Refactor, Fixed code style before creating pull request
minh1302 Sep 9, 2017
6d28861
#239 Clean code
minh1302 Sep 9, 2017
7a18eea
#239 In progress refactoring
minh1302 Sep 10, 2017
692d9e9
Merge branch 'development' into java.util.Date
dthongvl Sep 11, 2017
1f4b323
#239 In progress refactoring
minh1302 Sep 11, 2017
e44563d
Merge branch 'java.util.Date' of github.com:foodtiny/native into java…
minh1302 Sep 11, 2017
006b891
#239 In process refactor
minh1302 Sep 12, 2017
33f7444
#239 In progress refactor
minh1302 Sep 14, 2017
3b070d7
#239 In progress refactoring
minh1302 Sep 14, 2017
2d29001
#239 In progress refactoring
minh1302 Sep 14, 2017
14f5669
#239 Finished refactoring
minh1302 Sep 14, 2017
10f9e50
#239 Added more test case
minh1302 Sep 14, 2017
2346c57
Merge branch 'development' into java.util.Date
loint Sep 15, 2017
1b755eb
#239 Refactor for PR #247
minh1302 Sep 16, 2017
71302aa
Merge branch 'java.util.Date' of github.com:foodtiny/native into java…
minh1302 Sep 16, 2017
c8273bd
Merge branch 'development' into java.util.Date
loint Sep 16, 2017
3b3be66
#239 Fixed reviewer's comment
minh1302 Sep 16, 2017
08a1a3b
#239 Fixed code style
minh1302 Sep 17, 2017
b69b951
Merge branch 'development' into java.util.Date
dthongvl Sep 18, 2017
9524226
Merge branch 'development' into java.util.Date
loint Sep 19, 2017
02b4455
Merge branch 'development' into java.util.Date
minh1302 Sep 22, 2017
c104061
#239 Remove method + test of Date::parse(String inputString)
minh1302 Sep 24, 2017
e5d50f2
#239 Date::parse
TuanAnhNguyen69 Sep 25, 2017
10807ac
#239 fix conflict, reopen Date(String)
TuanAnhNguyen69 Sep 25, 2017
8e25992
#239 merged development
TuanAnhNguyen69 Sep 25, 2017
0cd8d5f
#239 add test for method Date::parse
TuanAnhNguyen69 Sep 26, 2017
deaf680
#239 disable osx, fix test with all time zone
TuanAnhNguyen69 Sep 26, 2017
532a320
#239 fix coverage
TuanAnhNguyen69 Sep 26, 2017
8deb81a
#239 re-enable osx
TuanAnhNguyen69 Sep 26, 2017
faf7aea
#239 refactor Date structure, remove duplicate test, check style
TuanAnhNguyen69 Sep 27, 2017
7dad7c4
#239 fix test for all time zone
TuanAnhNguyen69 Sep 27, 2017
58d7c7f
#239 Fixed conflict
minh1302 Oct 14, 2017
8e16dfe
Fix PR#247
TuanAnhNguyen69 Oct 16, 2017
76d4898
Fix style
dthongvl Oct 16, 2017
2a60e5f
Merge branch 'development' into java.util.Date
Oct 19, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 0 additions & 86 deletions docs/Date_8hpp_source.html

This file was deleted.

Loading