| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-16 | Fix formatting null class references | Eugen Wissner | |
| 2017-12-15 | Format stringish ranges | Eugen Wissner | |
| 2017-12-14 | Add struct formatting | Eugen Wissner | |
| 2017-12-09 | Put real formatting code into a separate function | Eugen Wissner | |
| 2017-12-08 | format: Aggregate types | Eugen Wissner | |
| 2017-12-03 | Wrap formatting into printToString | Eugen Wissner | |
| printToString gets the output string as argument and can be called recursive with the same output string to format ranges. | |||
| 2017-11-29 | Reintroduce isStruct, isClass and isInterface | Eugen Wissner | |
| since they can be useful for generic programming. | |||
| 2017-11-29 | Move remaining to methods to tanya.convv0.7.6 | Eugen Wissner | |
| 2017-11-29 | Add boolean and null formatting | Eugen Wissner | |
| 2017-11-29 | Make floating formatting safe | Eugen Wissner | |
| 2017-11-28 | Remove buffer argument from format | Eugen Wissner | |
| 2017-11-28 | Merge changes to reals formatting from master | Eugen Wissner | |
| 2017-11-27 | Make pointer to string conversion safer | Eugen Wissner | |
| 2017-11-25 | Check format specifier at compile time | Eugen Wissner | |
| 2017-11-25 | Change default pointer format | Eugen Wissner | |
| 2017-11-25 | Remove triplet comma | Eugen Wissner | |
| 2017-11-25 | format: Add format string tests | Eugen Wissner | |
| 2017-11-25 | Port vsprintf | Eugene Wissner | |
| 2017-11-25 | format: Check if the scientific form is to be used | Eugen Wissner | |
| 2017-11-19 | math.min: Drop useless second isFloatingPoint check | Eugen Wissner | |
| 2017-11-16 | Replace aho/ali usage with HP | Eugen Wissner | |
| 2017-11-16 | Make real2String more readable | Eugen Wissner | |
| 2017-11-16 | Revert usage of "do" instead of "body" | Eugen Wissner | |
| And fix GCC build. | |||
| 2017-11-12 | format.conv.number2String -> format.integral2String (intern) | Eugen Wissner | |
| 2017-11-12 | conv: Use assertThrown to check ConvException is thrown | Eugen Wissner | |
| 2017-11-05 | Add range primitives that remove several elements | Eugen Wissner | |
| - isOutputRange - popFrontN - popFrontExactly - popBackN - popBackExactly | |||
| 2017-11-02 | math: Add min/max | Eugen Wissner | |
| 2017-11-01 | Fix moveEmplace for static arrays | Eugen Wissner | |
| 2017-11-01 | Add algorithm.mutation.swap | Eugen Wissner | |
| 2017-11-01 | Fix moveEmplace not being pure | Eugen Wissner | |
| 2017-11-01 | memory.op: Check for valid .ptr and .length | Eugen Wissner | |
| typeid(T).initializer can return an array, whose .ptr is null but the length not. Assert that .ptr and .length are consistent. | |||
| 2017-10-29 | Add algorithm package with move and moveEmplace | Eugen Wissner | |
| 2017-10-27 | Add meta.trait.Fields | Eugen Wissner | |
| 2017-10-24 | Make math.mp.Integer pure | Eugen Wissner | |
| 2017-10-18 | Fix lowerHexDigits string | Eugen Wissner | |
| 2017-10-14 | String: Fix byCodePoint.popFront for multibyte chars | Eugen Wissner | |
| 2017-10-12 | Add test package | Eugen Wissner | |
| 2017-10-10 | Implement pure onOutOfMemory | Eugen Wissner | |
| 2017-10-08 | container.string: Add missing postblit | Eugen Wissner | |
| 2017-10-06 | Fix isInnerClass for templates, sort unittest attributes | Eugen Wissner | |
| 2017-10-06 | Rename isPolymorphic into isPolymorphicType | Eugen Wissner | |
| 2017-10-06 | Tests and better documentation for memory.stateSize | Eugen Wissner | |
| 2017-10-05 | Replace isInterface, isClass, isStruct with isPolymorphic | Eugen Wissner | |
| 2017-10-04 | meta: Add canFind and isInnerClass | Eugen Wissner | |
| 2017-10-02 | math.nbtheory: Implement natural logarithm | Eugen Wissner | |
| 2017-10-01 | Sort imports | Eugen Wissner | |
| 2017-09-30 | Replace memcpy/memmove with copy/copyBackwardv0.7.4 | Eugen Wissner | |
| 2017-09-27 | Fix #303 | Eugen Wissner | |
| Allocation schema is displayed incorrectly in HTML. Add pre-tag for the schema. | |||
| 2017-09-26 | Fix #304 | Eugen Wissner | |
| Replace inline assembly with GAS. | |||
| 2017-09-22 | Replace "Ditto." with "ditto" | Eugen Wissner | |
| ddox doesn't recognize "Ditto.". | |||
