Mike Bierlee
|
0b263e49bb
|
Add array completion example to Travis CI build
|
2015-07-04 15:05:19 +02:00 |
|
Mike Bierlee
|
5c9a623ef6
|
Add autowiring to array to tutorial
|
2015-07-04 14:36:41 +02:00 |
|
Mike Bierlee
|
9d5b4e97a7
|
Add array completion example
|
2015-07-04 14:32:08 +02:00 |
|
Mike Bierlee
|
e2b093785b
|
Alter future work to specifically target Phobos containers for future autocompletion
|
2015-07-04 14:12:14 +02:00 |
|
Mike Bierlee
|
533207226b
|
Use template to get member type instead
|
2015-07-04 14:09:05 +02:00 |
|
Mike Bierlee
|
1ce37e6eda
|
Add autowiring of dynamic arrays
|
2015-07-04 14:06:35 +02:00 |
|
Mike Bierlee
|
805a3ebaeb
|
Add test for testing if autowiring still works when using resolveAll
|
2015-07-04 13:59:10 +02:00 |
|
Mike Bierlee
|
53fb0d8116
|
Add resolving all registered types of a certain super type
|
2015-07-04 13:53:47 +02:00 |
|
Mike Bierlee
|
c75fc78900
|
Remove hmod config
|
2015-07-04 00:53:48 +02:00 |
|
Mike Bierlee
|
91f9e164c9
|
Fix branch name
|
2015-07-04 00:46:47 +02:00 |
|
Mike Bierlee
|
e0e3b8022f
|
Show build status badges of specific branches only
|
2015-07-04 00:46:01 +02:00 |
|
Mike Bierlee
|
2453b92808
|
Added more future work
|
2015-07-03 23:56:03 +02:00 |
|
Mike Bierlee
|
9abd329fba
|
Split off extensive examples in README.md to a separate tutorial
|
2015-07-03 23:53:37 +02:00 |
|
Mike Bierlee
|
71ac539f2a
|
Add canonical package module
This commit deprecates non-canonical package module "dependency.d".
|
2015-07-01 21:06:55 +02:00 |
|
Mike Bierlee
|
7effc264ef
|
Change link to hypodermic repository
|
2015-05-14 15:45:04 +02:00 |
|
Mike Bierlee
|
a34df573fe
|
Remove ddocs index
|
2015-05-03 02:07:38 +02:00 |
|
Mike Bierlee
|
99180c4d31
|
Prepare version 2.1.0
|
2015-05-03 02:07:24 +02:00 |
|
Mike Bierlee
|
27e7b74e73
|
Add registration option for registering a class by concrete type when registering by supertype
|
2015-05-03 02:03:34 +02:00 |
|
Mike Bierlee
|
d23230faae
|
Restrict access to registration members more tightly
|
2015-05-03 00:54:31 +02:00 |
|
Mike Bierlee
|
eb05f7702f
|
Add registration linking
|
2015-05-03 00:46:51 +02:00 |
|
Mike Bierlee
|
fe6a62104e
|
Verified to be D 2.067.1 compatible
|
2015-05-02 14:29:18 +02:00 |
|
Mike Bierlee
|
e9dbdf1fe0
|
Remove the word "quickstart"
|
2015-05-01 01:25:54 +02:00 |
|
Mike Bierlee
|
1b48fe407c
|
Update copyright date in dub config
|
2015-05-01 01:20:05 +02:00 |
|
Mike Bierlee
|
0667ca3312
|
Add instructions for generating documentation from source
|
2015-05-01 01:20:05 +02:00 |
|
Mike Bierlee
|
a999961a55
|
Remove link to ddocs
Website seems to have issues and was slow in updating docs anyway
|
2015-05-01 01:20:05 +02:00 |
|
Mike Bierlee
|
059ff3b908
|
Update version number in ddocs index
|
2015-04-04 14:20:49 +02:00 |
|
Mike Bierlee
|
a046e1fd8e
|
Remove unused imports
|
2015-03-28 18:43:03 +01:00 |
|
Mike Bierlee
|
bb5fbdcb14
|
Add incompatibilty warning to changelog
Semantic versioning already implies incompatibility though
|
2015-03-28 18:31:28 +01:00 |
|
Mike Bierlee
|
e429e81734
|
D 2.067.0 is not an absolute minimum requirement anymore
But it is still recommended to use 2.067.0
|
2015-03-28 18:20:25 +01:00 |
|
Mike Bierlee
|
a7f51ae7a1
|
Remove thing that just got added from future work
|
2015-03-28 18:19:05 +01:00 |
|
Mike Bierlee
|
24e9a67219
|
Add tests for registering and resolving accross threads
|
2015-03-28 18:01:16 +01:00 |
|
Mike Bierlee
|
ee88b68a7c
|
Remove unnecessary initOnce
The class is synchronized now. Calls to getInstance is already barricaded by the class-level monitor.
|
2015-03-28 17:49:30 +01:00 |
|
Mike Bierlee
|
1ea60f12ec
|
Prepare development of version 2.0.0
|
2015-03-28 17:38:43 +01:00 |
|
Mike Bierlee
|
09695e9770
|
Add test for testing autowire stack pop-back mechanism
|
2015-03-28 17:29:48 +01:00 |
|
Mike Bierlee
|
a7ab3ea4d8
|
Remove unnecesary componentIsNull methods
|
2015-03-28 17:07:44 +01:00 |
|
Mike Bierlee
|
9860624148
|
Synchronize DependencyContainer
The implication is that dependency containers are now always shared data. In the sense of application context, this is acceptable.
|
2015-03-28 16:36:02 +01:00 |
|
Mike Bierlee
|
8d268846ed
|
Change getting of singleton dependency container to be thread-safe
|
2015-03-28 15:04:34 +01:00 |
|
Mike Bierlee
|
f2eabe9797
|
Update compatible DMD version
|
2015-03-28 14:44:30 +01:00 |
|
Mike Bierlee
|
8c51e6f252
|
Merge remote-tracking branch 'origin/master' into develop
|
2015-03-22 15:58:27 +01:00 |
|
Mike Bierlee
|
5800cfc518
|
Explicitly put source directory in hmod config
To attempt to fix API documentation on ddocs.org
|
2015-03-22 15:57:55 +01:00 |
|
Mike Bierlee
|
a919402981
|
Rename dependency container instance in examples more aptly
|
2015-03-22 14:55:45 +01:00 |
|
Mike Bierlee
|
3da9393a17
|
Change name of default build type to "library"
|
2015-03-22 14:19:29 +01:00 |
|
Mike Bierlee
|
f333e2ca31
|
Add v1.0.0 changelog
|
2015-03-21 15:15:53 +01:00 |
|
Mike Bierlee
|
3e65ae920c
|
Remove known issues section in README
The issue tracker on Github is used to track known issues
|
2015-03-21 14:37:25 +01:00 |
|
Mike Bierlee
|
a5f6a1dc32
|
Finish refactoring for now
It's still not perfect, but traits are real difficult to work with.
|
2015-03-21 14:30:04 +01:00 |
|
Mike Bierlee
|
d1e3366549
|
Change dflags to be compiler-agnostic
|
2015-03-21 14:30:04 +01:00 |
|
Mike Bierlee
|
077ed39b9a
|
Add linux binaries of examples to gitignore
|
2015-03-08 17:37:22 +01:00 |
|
Mike Bierlee
|
29ebb3bc73
|
Add project identifier to module documentation
|
2015-03-07 12:36:59 +01:00 |
|
Mike Bierlee
|
06dfb0dc30
|
Fix imports for release builds
|
2015-03-07 00:47:36 +01:00 |
|
Mike Bierlee
|
827dc2f50b
|
Remove and ignore Eclipse-specific project file
|
2015-03-07 00:43:18 +01:00 |
|