source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @444   10 years epyon * slowly fixing up gui
(edit) @443   10 years epyon * random - mersenne twister implementation * nv is officially STD free :P
(edit) @442   10 years epyon * more std removal - only <random> left
(edit) @441   10 years epyon * md5 support moved to legacy code * more std::string removal * …
(edit) @440   10 years epyon * massive std::string removal * no header depends on std::string …
(edit) @439   10 years epyon * more std::string removal
(edit) @438   10 years epyon * massive amount of std::string removal * removed slurp, use …
(edit) @437   10 years epyon * local updates (string removal)
(edit) @436   10 years epyon * update to base/assert.hh
(edit) @435   10 years epyon * short_string implementation - first usages
(edit) @434   10 years epyon * simplification of container hierarchy
(edit) @433   10 years epyon * string.hh split into separate files * string.hh - removed …
(edit) @432   10 years epyon * dedicated hash_store used instead of unordered_map
(edit) @431   10 years epyon * hash storage type * string hash storage type * several minor fixes …
(edit) @430   10 years epyon * mesh_data -> data_channel_set rename * keyframed_mesh doesn't store …
(edit) @429   10 years epyon * cstring_store removed - types uses string_table instead
(edit) @428   10 years epyon * renaming mesh_nodes_data members to more compliant * moved …
(edit) @427   10 years epyon * cleanup of mesh_node_data
(edit) @426   10 years epyon * lua table - get_string_hash_64
(edit) @425   10 years epyon * mesh formats now support string loading via string_table * nmd …
(edit) @424   10 years epyon * refactoring WIP! (compiles though - warnings on purpose)
(edit) @423   10 years epyon * removal of several strings, string hashes used * WIP some data lost …
(edit) @422   10 years epyon * stream and file_system moved to stl * hash literal operator * …
(edit) @421   10 years epyon * move ops for data_channel_set * string_table works on string_views, …
(edit) @420   10 years epyon * mesh nodes store name hash instead of string * nmd format refactoring
(edit) @419   10 years epyon * animation - key_channel_set simplified to data_channel_set * …
(edit) @418   10 years epyon * duh, data_channel and data_channel_access was not added! * …
(edit) @417   10 years epyon * further access restrictions improvements
(edit) @416   10 years epyon * mesh_data and key_data are data_channel_set (WIP) * massive cleanup …
(edit) @415   10 years epyon * naming scheme for data_descriptor changed * channels can only be …
(edit) @414   10 years epyon * fix for key_data - everything is fine again
(edit) @413   10 years epyon * data_descriptor creators ( buggy )
(edit) @412   10 years epyon * refactoring of raw_data_channel and data_descriptor access
(edit) @411   10 years epyon * mesh_raw_channel and key_raw_channel merged into raw_data_channel
(edit) @410   10 years epyon * merge of vertex_descriptor and key_descriptor concepts - unified raw …
(edit) @409   10 years epyon * core/profiler uses new literal_map
(edit) @408   10 years epyon * stl/hash_table and stl/hash_table_policy rewritten * stl/hash_map …
(edit) @407   10 years epyon * iterator - constexpr reverse_iterator as possible * memory - …
(edit) @406   10 years epyon * code compiles cleanly on maximum warning level
(edit) @405   10 years epyon * fixed not yet used hash_table_policy * texture_font no longer …
(edit) @404   10 years epyon * pair no longer has single item constructor * hash_table no longer …
(edit) @403   10 years epyon * got rid of exceptions * assert enhancements * lots of minor cleanup
(edit) @402   10 years epyon * cleanups of clang warnings (gotta love them all) * only nv-core …
(edit) @401   10 years epyon * clang/gcc fixes * removed aligned array, usage of alignas should …
(edit) @400   10 years epyon * string_base now templated * hash support for enable_if * …
(edit) @399   10 years epyon * naming cleanup * string_ref -> string_view (compatible with C++17 …
(edit) @398   10 years epyon * cleanup of glm usage
(edit) @397   10 years epyon * various cleanups
(edit) @396   10 years epyon * restructure completed
(edit) @395   10 years epyon * bulk update copyright update include guards cleanup
(edit) @394   10 years epyon * further removal of platform STL
(edit) @393   10 years epyon * contiguous.hh not needed anymore
(edit) @392   10 years epyon * massive shift towards nova STL * include cleanups
(edit) @391   10 years epyon * stl/container - vector header support and split between files * …
(edit) @390   10 years epyon * stl container functions * initial unordered_map implementation
(edit) @389   10 years epyon * stl functional extensions * stl algorithm clenups * stl …
(edit) @388   10 years epyon * stl/algorithm split up
(edit) @387   10 years epyon * utility - pair/make_pair, split into sub headers * functional - …
(edit) @386   10 years epyon * stl functional hash
(edit) @385   10 years epyon * stl/traits -> stl/type_traits
(edit) @384   10 years epyon * minimum capacity increase for array * fixed limits * hash cleanup …
(edit) @383   10 years epyon * more work on stl * fully working vectors! * copy & copy_n * …
(edit) @382   10 years epyon * massive C++11 update (upgrade to MSVC 2015) * array/dynamic_array - …
(edit) @381   10 years epyon * full opt-in rtti
(edit) @380   10 years epyon * oops, missed src : got rid of to_string and other std::string …
(edit) @379   10 years epyon * got rid of to_string and other std::string utilities (except slurp) …
(edit) @378   10 years epyon * important fix in reverse_iterator operators * std::string functions …
(edit) @377   10 years epyon * fairly complete and conformant type_traits implementation finished
(edit) @376   10 years epyon * stl/assert.hh, stl/capi.hh, size_t independent * GCC 4.8 …
(edit) @375   10 years epyon * massive memory/array/string upgrades
(edit) @374   10 years epyon * MASSIVE commit * common.hh - size_t, ptrdiff_t, nv:: namespace, …
(edit) @373   10 years epyon * further type_traits implementations * we no longer depend on STL …
(edit) @372   10 years epyon * further removal of C++ std lib headers * partial implementation of …
(edit) @371   10 years epyon * profiler - removed sstream dependency - formating via snprintf * …
(edit) @370   10 years epyon * own type_index implementation * more stl headers removed from nv …
(edit) @369   10 years epyon * removed all std headers (except cassert) from common.hh * sized int …
(edit) @368   10 years epyon * massive restructuring * detail::data_base class for …
(edit) @367   10 years epyon * fixed compilation and warnings on gcc * slowly removing/merging …
(edit) @366   10 years epyon * max log sinks reduced to 4
(edit) @365   10 years epyon * overhaul of logging: no longer stream operated no longer …
(edit) @364   10 years epyon * fixed compilation on clang * cleared all clang warnings (except …
(edit) @363   10 years epyon * string_* classes are no longer templated * UTF-8 is assumed as only …
(edit) @362   10 years epyon * StaticRuntime? as default
(edit) @361   10 years epyon * more string_ref changes
(edit) @360   10 years epyon * more string_ref usage * string_ref moved to string.hh * initial …
(edit) @359   10 years epyon * rewrite of lua_path: doesn't use dynamic memory anymore
(edit) @358   10 years epyon * fixed string_ref constructor * implementing string_ref usage in …
(edit) @357   10 years epyon * common - required msvc version bumped * io_event/sdl_input - native …
(edit) @356   10 years epyon * minor fixes to ascii gui renderer * ascii gui renderer works
(edit) @355   10 years epyon * ascii gui renderer (untested)
(edit) @354   10 years epyon * separation of the graphics code from the gui code
(edit) @353   10 years epyon * minor fixes
(edit) @352   10 years epyon * rocket utility classes * wx utility classes * various utilities * …
(edit) @351   10 years epyon * gui hover and selected support * minor changes
(edit) @350   10 years epyon * massive untracked updates
(edit) @349   10 years epyon * lua dispatch now properly works with const& parameters
(edit) @348   10 years epyon * added support for dispatch of const member function (duh, shouldn't …
(edit) @347   10 years epyon * entity_store was a misnomer -> handle_store * index_store had two …
(edit) @346   11 years epyon * raw string literals used (C++11)
(edit) @345   11 years epyon * switching to VS2013 * Variadic Templates used where applicable (a …
Note: See TracRevisionLog for help on using the revision log.