aboutsummaryrefslogtreecommitdiffhomepage
path: root/build-mac
Commit message (Collapse)AuthorAge
* More instruction for carthageGravatar Hoa V. Dinh2015-03-30
|
* Added Carthage in installation instructionsGravatar Hoa V. Dinh2015-03-30
|
* Fixed typoGravatar Miguel Oliveira2015-03-16
|
* Add additional linker flags to the documentationGravatar Hoa V. DINH2015-03-04
|
* AccountValidator UpdateGravatar Christopher Hockley2015-02-05
|
* AccountValidator UpdateGravatar Christopher Hockley2015-01-30
|
* AccountValidatorGravatar Christopher Hockley2015-01-26
| | | | | Added AccountValidator to used to validate an email provider and it's associated metadata and credentials.
* Use spinlockGravatar Hoa V. DINH2015-01-23
|
* Updated README instructions: removed uchardet dependencyGravatar Hoa V. DINH2015-01-22
|
* Embed ICU for charset detectionGravatar Hoa V. Dinh2015-01-21
|
* Implemented error message for JavaGravatar Hoa V. Dinh2015-01-05
|
* Refactoring, fixed #1013Gravatar Hoa V. DINH2015-01-03
|
* Use @rpath install names.Gravatar Jake Petroules2015-01-02
|
* Fixed analyzer issues and warnings (#993 and fixed #992)Gravatar Hoa V. DINH2014-12-11
|
* Added instructions for projects written in SwiftGravatar Kieran McGrady2014-12-06
|
* Implemented unit tests for C++ platformsGravatar Hoa V. DINH2014-11-25
|
* simplified main README.meGravatar Hoa V. DINH2014-11-24
|
* Link from main README.md to build for iOS/OSX and WindowsGravatar Hoa V. DINH2014-11-24
|
* Renamed .cc files to .cpp (fixed #983)Gravatar Hoa V. DINH2014-11-19
|
* Port to win32Gravatar Hoa V. Dinh2014-11-14
|
* Renamed main.mm to main.cppGravatar Hoa V. Dinh2014-11-12
|
* separate test for objc and test for c++Gravatar Hoa V. Dinh2014-11-12
|
* Renamed MCMainThread.mm to MCMainThreadMac.mmGravatar Hoa V. Dinh2014-11-11
|
* Add a new operation for SMTP login.Gravatar robario2014-10-29
|
* 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
| |