aboutsummaryrefslogtreecommitdiffhomepage
path: root/build-mac
Commit message (Collapse)AuthorAge
...
* Use LLVM Unicode conversion. Improved extra headers parsing.Gravatar Hoa V. Dinh2014-10-27
|
* Fixed buildGravatar Hoa V. DINH2014-10-26
|
* Cleanup project, prepare build for mailcore2Gravatar Hoa V. DINH2014-10-26
|
* Fixed buildGravatar Hoa V. DINH2014-10-26
|
* Refactored build system of dependenciesGravatar Hoa V. DINH2014-10-26
|
* Merge branch 'master' into removing-icu-dependencyGravatar Hoa V. DINH2014-10-25
|\
| * Merge pull request #933 from michaellenaghan/fetch-parsed-message-operationGravatar Hoà V. DINH2014-10-25
| |\ | | | | | | Add an operation to fetch a parsed message.
* | | Merge branch 'master' into removing-icu-dependencyGravatar Hoa V. DINH2014-10-25
|\| |
| * | Fixed crash, additional memory usage optimizationGravatar Hoa V. DINH2014-10-24
| | |
| * | Memory usage optimizationGravatar Hoa V. DINH2014-10-24
| | |
| | * Add an operation to fetch a parsed message.Gravatar Michael Lenaghan2014-10-24
| |/ | | | | | | This avoids the copying of Data to NSData to Data which happens with the current approach. In one test case, a message with an ~18 MB attachment, the current (copying) approach peaked at ~150 MB of memory usage in my app. This new approach peaks at ~65 MB. Another test case, which often caused iOS to terminate my app, now peaks at ~90 MB. In addition to the improved memory usage this approach also means that message parsing is performed asynchronously.
* | Implemented String primitive using CoreFoundation instead of ICUGravatar Hoa V. Dinh2014-10-24
| |
| * Fixed build (#931), #924 broke itGravatar Hoa V. DINH2014-10-24
| |
| * FetchArticles -> FetchAllArticlesGravatar Robert Widmann2014-10-23
| |
* | Work in progress on moving to chardetGravatar Hoa V. Dinh2014-10-23
| |
| * Renaming and Fix TyposGravatar Robert Widmann2014-10-22
| |
| * Merge remote-tracking branch 'upstream/master' into NNTP-CleanupGravatar Robert Widmann2014-10-22
| |\ | |/ |/|
* | Travis runs unit testsGravatar Hoa V. DINH2014-10-21
| |
* | Implement unit tests for message builder and message parsersGravatar Hoa V. DINH2014-10-21
| |
| * cpp -> ccGravatar Robert Widmann2014-10-21
| |
| * Server Time OperationsGravatar Robert Widmann2014-10-21
| |
| * MCNNTP -> NNTPGravatar Robert Widmann2014-10-21
|/
* Removed reference to C++ library, fixed product name, use the same info.plistGravatar Hoa V. Dinh2014-09-23
|
* Add iOS build as framework for Xcode6Gravatar Yuk Lai Suen2014-09-21
|
* Merge pull request #832 from CodaFi/NNTPGravatar Hoà V. DINH2014-08-20
|\ | | | | NNTP support
| * Remove ArticleInfoGravatar CodaFi2014-08-17
| |
| * TestsGravatar CodaFi2014-08-16
| |
| * cpp -> ccGravatar CodaFi2014-08-13
| |
| * Cosmetic Changes; Fix header includesGravatar CodaFi2014-08-13
| |
| * NNTP supportGravatar CodaFi2014-08-13
| |
* | build for libc++Gravatar Hoa V. DINH2014-07-26
| |
* | Fixed #715: ability to set a date while adding messagesGravatar Hoa V. DINH2014-07-15
| |
* | fixed the architecture warning at first launch in XCODE 5.1Gravatar Marco Pifferi2014-03-22
| |
* | Fixed #396: link with icucore explicitelyGravatar Hoa V. DINH2014-03-08
|/
* Added Set to Obj-C bridgingGravatar Hoa V. DINH2014-01-30
|
* Revert "Use ICU of the system (fixed #533)"Gravatar Hoa V. DINH2014-01-16
| | | | This reverts commit 46d412f1f057cfc0d138f3c16b5033310fe694af.
* Use ICU of the system (fixed #533)Gravatar Hoa V. DINH2014-01-08
|
* Implemented disconnection operation: fixed #412Gravatar Hoa V. DINH2013-11-12
|
* Fixed build for TravisGravatar Hoa V. DINH2013-09-29
|
* Enable build for arm64Gravatar Hoa V. DINH2013-09-28
|
* Added arm64 supportGravatar Matt Ronge2013-09-28
| | | | | | | Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj scripts/prepare-libetpan-ios.sh scripts/prepare-tidy-ios.sh
* Merge pull request #403 from CodaFi/NoopGravatar Hoà V. DINH2013-09-28
|\ | | | | Added No-Op operation for IMAP, SMTP and POP.
| * Filename extension fixesGravatar CodaFi2013-09-26
| |
* | Xcode 5 upgradeGravatar CodaFi2013-09-26
| |
| * Implement Objective-C InterfaceGravatar CodaFi2013-09-24
| |
| * Implement IMAP noopGravatar CodaFi2013-09-24
| |
| * Implement POP noopGravatar CodaFi2013-09-24
| |
| * Implement SMTP noopGravatar CodaFi2013-09-24
|/
* Added conversion between NSIndexSet and MCOIndexSet (fixed #370)Gravatar Hoa V. DINH2013-09-10
|
* Copy headersGravatar Ryan Walklin2013-09-06
|